Closed
Description
As of spring-projects/spring-framework#22642, the RSocket MessageHandlerAcceptor
can now use the (more efficient) PathPattern
implementation for route matching.
We should update the RSocketMessagingAutoConfiguration
to use that and add the spring-web
dependency to the dedicated starter to enforce that dependency.