Configure PathPattern for RSocket routing
This commit configures a `PathPatternRouteMatcher` in the RSocket support if spring-web is on the classpath. This `RouteMatcher` implementation is more efficient than the `SimpleRouteMatcher`, which is based on the `AntPathMatcher`. Closes gh-16865
Showing
Please register or sign in to comment