Browse Source

Move JavaUtilLoggingConfigurer to web.reactive.fixtures package

pull/24047/head
Sam Brannen 5 years ago
parent
commit
d38b07b450
  1. 2
      spring-webflux/src/test/java/org/springframework/web/reactive/fixtures/JavaUtilLoggingConfigurer.java
  2. 2
      spring-webflux/src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener

2
spring-webflux/src/test/java/org/springframework/test_fixtures/logging/JavaUtilLoggingConfigurer.java → spring-webflux/src/test/java/org/springframework/web/reactive/fixtures/JavaUtilLoggingConfigurer.java

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.test_fixtures.logging;
package org.springframework.web.reactive.fixtures;
import java.io.InputStream;
import java.util.logging.LogManager;

2
spring-webflux/src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener

@ -1 +1 @@ @@ -1 +1 @@
org.springframework.test_fixtures.logging.JavaUtilLoggingConfigurer
org.springframework.web.reactive.fixtures.JavaUtilLoggingConfigurer
Loading…
Cancel
Save