Skip to content

Clarify that spring-boot-rsocket does not require spring-web #47409

@snicoll

Description

@snicoll

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions