Move ReactorResourceFactory to org.springframework.http.client package

Closes gh-31399
This commit is contained in:
Sébastien Deleuze
2023-10-10 15:58:20 +02:00
parent 99c673f3ea
commit e0ba42a80c
8 changed files with 8 additions and 4 deletions

View File

@@ -30,7 +30,6 @@ import reactor.netty.resources.LoopResources;
import org.springframework.context.SmartLifecycle;
import org.springframework.http.HttpMethod;
import org.springframework.http.client.reactive.ReactorResourceFactory;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.http.client.reactive;
package org.springframework.http.client;
import java.time.Duration;
import java.util.function.Consumer;

View File

@@ -31,6 +31,7 @@ import reactor.netty.resources.LoopResources;
import org.springframework.context.SmartLifecycle;
import org.springframework.http.HttpMethod;
import org.springframework.http.client.ReactorResourceFactory;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;

View File

@@ -26,6 +26,7 @@ import reactor.netty5.resources.LoopResources;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.http.client.ReactorResourceFactory;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;