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:
parent
3e745eefc0
commit
2af8a9617b
|
@ -47,9 +47,7 @@ class ClientHttpConnectorConfiguration {
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnMissingBean
|
@ConditionalOnMissingBean
|
||||||
public ReactorResourceFactory reactorResourceFactory() {
|
public ReactorResourceFactory reactorResourceFactory() {
|
||||||
ReactorResourceFactory factory = new ReactorResourceFactory();
|
return new ReactorResourceFactory();
|
||||||
factory.setGlobalResources(false);
|
|
||||||
return factory;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
|
|
Loading…
Reference in New Issue