spring-hateoas
spring-hateoas copied to clipboard
Investigate move to DefaultUriBuilderFactory in ControllerLinkBuilder
trafficstars
ControllerLinkBuilder is currently using an extension of DefaultUriTemplateHandler to control which parts of a UriComponentsBuilder get encoded on expansion. DUTH has been deprecated since Spring 5.0 in favor of DefaultUriBuilderFactory whose usage pattern seems to differ from DUTH and indicates it might allow us to fundamentally revisit the usage of UriComponents/…Builder in the class hierarchy of LinkBuilderSupport.
We probably need to consult @rstoyanchev on that one.