mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Revert temporary workaround for reactor resources
This switches back the Reactor resources on global by default. See gh-14058 See SPR-17199
This commit is contained in:
+1
-3
@@ -47,9 +47,7 @@ class ClientHttpConnectorConfiguration {
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
public ReactorResourceFactory reactorResourceFactory() {
|
||||
ReactorResourceFactory factory = new ReactorResourceFactory();
|
||||
factory.setGlobalResources(false);
|
||||
return factory;
|
||||
return new ReactorResourceFactory();
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user