Adapt to HttpComponentClientHttpRequestFactory changes #32461
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
As of spring-projects/spring-framework#28925, Spring Framework doesn't configure the Apache HttpComponents client 4.x, as this generation is not maintained anymore. The implementation has switched to using the httpclient5 generation.
Besides adapting our auto-configuration and various tests, we also need to consider:
RestTemplateBuilder
in light of the deprecation of thesetReadTimeout
method on the request factoryThe 5.1.x documentation has interesting bits of documentation about migrating to the "classic" API as well as typical client usage examples.
This change should be reflected in our own migration guide.
The text was updated successfully, but these errors were encountered: