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

@@ -22,7 +22,6 @@ import org.junit.jupiter.api.Test;
import reactor.netty.http.client.HttpClient;
import org.springframework.http.HttpMethod;
import org.springframework.http.client.reactive.ReactorResourceFactory;
import static org.assertj.core.api.Assertions.assertThat;

View File

@@ -21,6 +21,8 @@ import java.util.function.Function;
import org.junit.jupiter.api.Test;
import reactor.netty.http.client.HttpClient;
import org.springframework.http.client.ReactorResourceFactory;
import static org.assertj.core.api.Assertions.assertThat;
/**

View File

@@ -24,6 +24,8 @@ import reactor.netty.http.HttpResources;
import reactor.netty.resources.ConnectionProvider;
import reactor.netty.resources.LoopResources;
import org.springframework.http.client.ReactorResourceFactory;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.mock;