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