Improve PathMatcher to PathPatternParser migration in mvc XML configuration #34064
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
As of Spring Framework 6.0, several path matching options have been deprecated and the
PathPatternParser
is being chosen by default over theAntPathMatcher
. The Java configuration upgrade has been done progressively and deprecated options are going to be retired in #34036 and #34018.We received feedback from customers about gaps in the upgrade experience in the mvc XML configuration namespace. While this configuration option is going to be deprecated itself in #34063, we should ensure that the upgrade experience is good.
Targeting this issue for 6.2.x with backports in 6.1.x and commercial versions.
The text was updated successfully, but these errors were encountered: