mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
a1ad0285ca
Remove the dataMimeType argument on connect methods. Applications can still configure it through the ClientRSocketFactory but it shouldn't be necessary as we now choose a default MimeType from the supported encoders and decoders. Add an option to provide the RSocketStrategies instance (vs customizing it) which is expected in Spring config where an RSocketStrategies instance may be shared between client and server setups.