Skip to content

Commit 2af8a96

Browse files
committed
Revert temporary workaround for reactor resources
This switches back the Reactor resources on global by default. See gh-14058 See SPR-17199
1 parent 3e745ee commit 2af8a96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/function/client/ClientHttpConnectorConfiguration.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ public static class ReactorNetty {
4747
@Bean
4848
@ConditionalOnMissingBean
4949
public ReactorResourceFactory reactorResourceFactory() {
50-
ReactorResourceFactory factory = new ReactorResourceFactory();
51-
factory.setGlobalResources(false);
52-
return factory;
50+
return new ReactorResourceFactory();
5351
}
5452

5553
@Bean

0 commit comments

Comments
 (0)