Closed
Description
Hello,
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!