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
I am using Spring Boot 2.7. If org.apache.httpcomponents:httpclient is on the class path, Spring Boot uses it automatically inside RestTemplate, as expected. This behaviour is decribed in #16706, but I didn't find documentation about this in any "official" place.
I suggest documenting this somewhere.
Thanks!
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Document auto-configuration with apache httpclient
Document auto-configuration of underlying HTTP client when using WebClient or RestTemplate
Jul 4, 2023
It has been almost two months now so I'm going to take care of this one. It will be good to have this documented, particularly as we're about to add RestTemplate-support for Jetty's client and the JDK's HTTP client.
Hello,
I am using Spring Boot 2.7. If
org.apache.httpcomponents:httpclient
is on the class path, Spring Boot uses it automatically insideRestTemplate
, as expected. This behaviour is decribed in #16706, but I didn't find documentation about this in any "official" place.I suggest documenting this somewhere.
Thanks!
The text was updated successfully, but these errors were encountered: