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
The classes and interfaces in org.springframework.cloud.commons.httpclient are only used by Spring Cloud OpenFeign. Other projects no longer use them. We can remove these classes and interfaces and move the necessary code to Spring Cloud OpenFeign. In addition Spring Framework 6 has removed support for Apache HttpClient v4 so we should be using HttpClient v5, which OpenFeign already has support for.
The text was updated successfully, but these errors were encountered:
@ryanjbaxter Since the package is removed, and move to OpenFeign, where can I find the OkHttpClientConnectionPoolFactory, and OkHttpClientFactory classes?
The classes and interfaces in
org.springframework.cloud.commons.httpclient
are only used by Spring Cloud OpenFeign. Other projects no longer use them. We can remove these classes and interfaces and move the necessary code to Spring Cloud OpenFeign. In addition Spring Framework 6 has removed support for Apache HttpClient v4 so we should be using HttpClient v5, which OpenFeign already has support for.The text was updated successfully, but these errors were encountered: