Commit 2af8a961 authored by Brian Clozel's avatar Brian Clozel

Revert temporary workaround for reactor resources

This switches back the Reactor resources on global by default.

See gh-14058
See SPR-17199
parent 3e745eef
...@@ -47,9 +47,7 @@ class ClientHttpConnectorConfiguration { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment