AllEncompassingFormHttpMessageConverter does not prefer Jackson2 over JAXB for XML marshalling [SPR-13240] #17831
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Bertrand Renuart opened SPR-13240 and commented
When configuring itself,
AllEncompassingFormHttpMessageConverter
doesn't prefer Jackson2 over JAXB for XML serialisation if Jackson2 is present on the classpath.Because of this, it doesn't follow the behaviour of
WebMvcConfigurationSupport
orRestTemplate
.Affects: 4.2 RC3
Issue Links:
Referenced from: commits 9de824b
The text was updated successfully, but these errors were encountered: