mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
bfa6c2d5a2
This change replaces CloseableHttpClient with HttpClient in the methods signatures of HttpComponentsClientHttpRequestFactory. This allows 3rd party libraries such as Spring OAth, which configure an instance of HttpComponentsClientHttpRequestFactory on the RestTemplate to remain compatible with both Spring Framework 3/4 Issue: SPR-11053