Update references for RestTemplateCustomizer and RestTemplateBuilder classes in documentation by arey · Pull Request #48295 · spring-projects/spring-boot

@arey changed the title Update references to RestTemplate classes in documentation Update references for RestTemplateCustomizer and RestTemplateBuilder classes in documentation

Nov 26, 2025

@arey

…classes in documentation

Starting from Spring Boot 4, the RestTemplateBuilder and RestTemplateBuilder classes have been moved from the org.springframework.boot.web.client package to the org.springframework.boot.restclient package

Signed-off-by: Antoine Rey <antoine.rey@free.fr>

wilkinsona pushed a commit that referenced this pull request

Nov 26, 2025
Starting from Spring Boot 4, the RestTemplateBuilder and
RestTemplateCustomizer classes have been moved from the
org.springframework.boot.web.client package to the
org.springframework.boot.restclient package. This commit updates
the javadoc links in the reference documentation to match

Signed-off-by: Antoine Rey <antoine.rey@free.fr>

See gh-48295

@arey arey deleted the arey-patch-1 branch

November 26, 2025 18:36

This was referenced

Jan 15, 2026