You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are these import package names correct?
example:
I noticed that HttpClient.class package name is reactor.netty.http.client in reactor-netty-0.8.2.RELEASE.jar
The text was updated successfully, but these errors were encountered:
<!-- https://mvnrepository.com/artifact/io.projectreactor.ipc/reactor-netty --> <dependency> <groupId>io.projectreactor.ipc</groupId> <artifactId>reactor-netty</artifactId> <version>0.7.10.RELEASE</version> </dependency>
Maybe you need to add it separately
import reactor.ipc.netty.http.client.HttpClient; import reactor.ipc.netty.http.client.HttpClientOptions; import reactor.ipc.netty.options.ClientProxyOptions; import reactor.ipc.netty.resources.PoolResources;
Are these import package names correct?
example:
I noticed that HttpClient.class package name is reactor.netty.http.client in reactor-netty-0.8.2.RELEASE.jar
The text was updated successfully, but these errors were encountered: