spring-boot/spring-boot-project/spring-boot-autoconfigure
Brian Clozel 5beb7edfbb Reinstate RSocket codecs configuration ordering
Since spring-projects/spring-framework#23314 and the following commit
spring-projects/spring-framework@be4facef1b, the RSocket codec selection
is relaxed and the order of configured commits matters again.

This commit ensures that the CBOR codec is configured ahead of the JSON
codec so that it can be chosen first if no data mime type is specified
when a connection is established with a client requester.
2019-07-24 20:39:55 +02:00
..
src Reinstate RSocket codecs configuration ordering 2019-07-24 20:39:55 +02:00
pom.xml Use Spring 5 module of Jersey 2019-07-04 10:26:28 +01:00