In Spring Framework 6.2 with #31823, we enabled Spring Security to work without HandlerMappingIntrospector when all handler mappings use PathPatternParser (default). The deprecation of PathPatcher use in web modules in #34018 would make it possible to also deprecate HandlerMappingIntrospector.
In Spring Framework 6.2 with #31823, we enabled Spring Security to work without
HandlerMappingIntrospectorwhen all handler mappings usePathPatternParser(default). The deprecation ofPathPatcheruse in web modules in #34018 would make it possible to also deprecateHandlerMappingIntrospector.