• Brian Clozel's avatar
    Disable Jackson XML support in RSocket codecs · b1a3849b
    Brian Clozel authored
    Prior to this commit, having the `spring-boot-starter-rsocket` and the
    `jackson-dataformat-xml` dependencies on classpath would result in a
    `ClassCastException` when the RSocket auto-configuration tries to
    configure Jackson CBOR codecs for RSocket strategies.
    
    This commit disables the Jackson XML support for the CBOR codec in
    RSocket.
    
    Fixes gh-17425
    b1a3849b
Name
Last commit
Last update
..
src Loading commit data...
pom.xml Loading commit data...