Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to Framework's removal of DefaultUriTemplateHandler #1719

Closed
wilkinsona opened this issue Nov 18, 2021 · 0 comments
Closed

Adapt to Framework's removal of DefaultUriTemplateHandler #1719

wilkinsona opened this issue Nov 18, 2021 · 0 comments
Assignees
Labels
in: core Core parts of the project stack: webmvc type: bug
Milestone

Comments

@wilkinsona
Copy link
Member

The latest Framework 6.0 snapshots have removed code that was deprecated in 5.x. This includes DefaultUriTemplateHandler which WebMvcLinkBuilder depends upon.

odrotbohm added a commit that referenced this issue Nov 22, 2021
DefaultUriTemplateHandler was deprecated and removed in Spring 6.0. We now use DefaultUriBuilderFactory as recommended in the deprecation part of DUTH's Javadoc.
@odrotbohm odrotbohm self-assigned this Nov 22, 2021
@odrotbohm odrotbohm added in: core Core parts of the project stack: webmvc type: bug labels Nov 22, 2021
@odrotbohm odrotbohm added this to the 2.0 M1 milestone Nov 22, 2021
@odrotbohm odrotbohm changed the title Adapt to Framework's removal of org.springframework.web.util.DefaultUriTemplateHandler Adapt to Framework's removal of DefaultUriTemplateHandler Nov 22, 2021
odrotbohm added a commit that referenced this issue Nov 30, 2021
DefaultUriTemplateHandler was deprecated and removed in Spring 6.0. We now use DefaultUriBuilderFactory as recommended in the deprecation part of DUTH's Javadoc.
odrotbohm added a commit that referenced this issue Jan 14, 2022
DefaultUriTemplateHandler was deprecated and removed in Spring 6.0. We now use DefaultUriBuilderFactory as recommended in the deprecation part of DUTH's Javadoc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Core parts of the project stack: webmvc type: bug
Projects
None yet
Development

No branches or pull requests

2 participants