You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thespring-web
dependency to the dedicated starter to enforce that dependency.The text was updated successfully, but these errors were encountered: