mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
babd5517aa
`PathPatternParser` is now thread-safe and creates a new internal parser for each `parse` call, since this operation is cheap. This commit removes the `ThreadLocal` based instances of `PathPatternParser` in `ParsingPathMatcher` which are not required anymore. Issue: SPR-15246