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
With the modularization spring-boot-rsocket got an implementation dependency to spring-web. This looks strange considering that there are only two usages (one that was added very recently) and they are guarded by classpath checks.
However, we do recognize that spring-web is useful to most applications. Without it, the RouteMatcher is a simple implementation that isn't optimized. The plan is therefore to add a dependency to spring-web in the starter itself.