mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
This commit upgrades to RSocket 1.0.0-RC7. This new RC brings API changes we have to adapt to. As of this commit, we're introducing a new `RSocketServerCustomizer` which replaces the now deprecated `ServerRSocketFactoryProcessor`. Closes gh-21046