spring-framework/spring-webmvc
rstoyanchev 43700302c6 RequestMappingInfo defaults to PathPatternParser
This changes ensures RequestMappingInfo uses PathPatternParser by default
as all AbstractHandlerMapping implementations do as of 6.0.

RequestMappingInfo instances are typically created internally and aligned with
the RequestMappingHandlerMapping in terms of path mapping options.
If a RequestMappingInfo is registered programmatically, the caller needs to also
ensure they are aligned. However, if the two should be aligned by default.

Closes gh-31662
2023-11-27 10:28:14 +00:00
..
src RequestMappingInfo defaults to PathPatternParser 2023-11-27 10:28:14 +00:00
spring-webmvc.gradle Upgrade to Jetty 12 2023-09-04 14:03:29 +02:00