• S
    Use Jackson improved default configuration everywhere · fbd85925
    Sebastien Deleuze 提交于
    With this commit, Jackson builder is now used in spring-websocket
    to create the ObjectMapper instance.
    
    It is not possible to use the builder for spring-messaging
    and spring-jms since these modules don't have a dependency on
    spring-web, thus they now just customize the same features:
     - MapperFeature#DEFAULT_VIEW_INCLUSION is disabled
     - DeserializationFeature#FAIL_ON_UNKNOWN_PROPERTIES is disabled
    
    Issue: SPR-12293
    fbd85925
AbstractMessageBrokerConfiguration.java 14.9 KB