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.