spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.33k stars 40.72k forks source link

Update javadoc for RestTemplateBuilderConfigurer and RestClientBuilderConfigurer #42878

Open philwebb opened 4 weeks ago

philwebb commented 4 weeks ago

We considered deprecating them because I'm was not sure they were really necessary anymore. But they are designed for users to inject. We could update the javadoc to help folks understand the pattern.

philwebb commented 1 week ago

They are designed to be injected by users so that they can configure their own instances. We should keep them.