Browse Source
Move `DisableReactorResourceFactoryGlobalResources...` support from `spring-boot-web-server-test` back to `spring-boot-test` since it's useful if Reactor Netty is being used directly and removes the need for the `spring-boot-web-server-test` dependency. See gh-46356 See gh-47322pull/47381/head
7 changed files with 13 additions and 11 deletions
2
module/spring-boot-web-server-test/src/main/java/org/springframework/boot/web/server/test/reactor/netty/DisableReactorResourceFactoryGlobalResourcesBeanPostProcessor.java → core/spring-boot-test/src/main/java/org/springframework/boot/test/http/client/DisableReactorResourceFactoryGlobalResourcesBeanPostProcessor.java
2
module/spring-boot-web-server-test/src/main/java/org/springframework/boot/web/server/test/reactor/netty/DisableReactorResourceFactoryGlobalResourcesBeanPostProcessor.java → core/spring-boot-test/src/main/java/org/springframework/boot/test/http/client/DisableReactorResourceFactoryGlobalResourcesBeanPostProcessor.java
10
module/spring-boot-web-server-test/src/main/java/org/springframework/boot/web/server/test/reactor/netty/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory.java → core/spring-boot-test/src/main/java/org/springframework/boot/test/http/client/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory.java
10
module/spring-boot-web-server-test/src/main/java/org/springframework/boot/web/server/test/reactor/netty/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory.java → core/spring-boot-test/src/main/java/org/springframework/boot/test/http/client/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory.java
2
module/spring-boot-web-server-test/src/test/java/org/springframework/boot/web/server/test/reactor/netty/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactoryTests.java → core/spring-boot-test/src/test/java/org/springframework/boot/test/http/client/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactoryTests.java
2
module/spring-boot-web-server-test/src/test/java/org/springframework/boot/web/server/test/reactor/netty/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactoryTests.java → core/spring-boot-test/src/test/java/org/springframework/boot/test/http/client/DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactoryTests.java
Loading…
Reference in new issue