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#23314, Spring Messaging is configuring the RouteMatcher at the RSocketStrategies level. We should now configure a PathPatternRouteMatcher implementation there if it is available on classpath (and move that from the RSocketMessagingAutoConfiguration).
The text was updated successfully, but these errors were encountered:
bclozel
changed the title
Let Spring Framework configure PathPatternRouteMatcher in RSocket support
Configure PathPatternRouteMatcher at the RSocketStrategies level
Sep 20, 2019
After a change in Spring Framework (see
spring-projects/spring-framework#23314), the `RouteMatcher` to be used
with the RSocket infrastructure is configured on the `RSocketStrategies`
directly.
This commit moves the auto-configuration of the
`PathPatternRouteMatcher` from the message handling parts to the RSocket
strategy one.
Closesspring-projectsgh-17571
Uh oh!
There was an error while loading. Please reload this page.
As of spring-projects/spring-framework#23314, Spring Messaging is configuring the
RouteMatcher
at theRSocketStrategies
level. We should now configure aPathPatternRouteMatcher
implementation there if it is available on classpath (and move that from theRSocketMessagingAutoConfiguration
).The text was updated successfully, but these errors were encountered: