spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-rsocket
Brian Clozel e8d39a1539 Add support for CBOR codecs in RSocket
This commit auto-configures CBOR (see https://cbor.io/) codecs in the
RSocketStrategies, using Jackson binary format support.

The required dependency is added to the rsocket starter. Binary codecs
are well suited for RSocket payloads, so this codec is added first to
the list of codecs (before the JSON one already supported).

Closes gh-16830
2019-05-13 22:39:55 +02:00
..
pom.xml Add support for CBOR codecs in RSocket 2019-05-13 22:39:55 +02:00