spring-boot/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-...
Phillip Webb 3a8b2e4bc8 Add `HttpClientAutoConfiguration` and use it wherever possible
Add a new `HttpClientAutoConfiguration` class that provides
`ClientHttpRequestFactoryBuilder` and `ClientHttpRequestFactorySettings`
beans and new configuration properties.

The existing `RestTemplate`, `RestClient` and `WebServiceTemplate`
auto-configurations have been updated to make use of the new
HTTP client support.

Users may now set `spring.http.client` property to globally change
the `ClientHttpRequestFactory` used in their application.

Closes gh-36266
2024-10-25 02:45:35 -07:00
..
src Add `HttpClientAutoConfiguration` and use it wherever possible 2024-10-25 02:45:35 -07:00
build.gradle Apply conventions plugin to all subprojects 2024-09-24 14:26:32 -07:00