Revisit Jackson support #33798
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Spring Framework 7 should be the opportunity for a revision of Jackson support.
That involves:
com.fasterxml
->tools.jackson
) and new artifact coordinates if it is released on time.SmartHttpMessageConverter
Jackson2ObjectMapperBuilder
successor that can live inspring-core
instead ofspring-web
since that's a popular asks by portfolio projects that do not depends onspring-web
but need to serialize/deserialize JSON. Notice that modern Jackson versions already provide a builder viaJsonMapper.Builder
.JsonMapper
instead ofObjectMapper
The text was updated successfully, but these errors were encountered: