spring-boot
spring-boot copied to clipboard
Deprecate RootUriTemplateHandler in favor of DefaultUriBuilderFactory
RootUriTemplateHandler was added in Spring Boot 1.4 before DefaultUriBuilderFactory existed. The logic to prepend a root URL now duplicates what DefaultUriBuilderFactory#initUriComponentsBuilder is capable of doing by merging two parsed UriComponent instances.
This will also effect RootUriRequestExpectationManager.
See #48337