Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit Jackson support #33798

Open
sdeleuze opened this issue Oct 25, 2024 · 0 comments
Open

Revisit Jackson support #33798

sdeleuze opened this issue Oct 25, 2024 · 0 comments
Assignees
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

Comments

@sdeleuze
Copy link
Contributor

Spring Framework 7 should be the opportunity for a revision of Jackson support.

That involves:

  • Adding support for Jackson 3 which should use a new package (com.fasterxml -> tools.jackson) and new artifact coordinates if it is released on time.
  • Decide if we deprecate or not Jackson 2 support
  • Switch Jackson 3 HTTP converters to SmartHttpMessageConverter
  • Evaluate if we can implement a Jackson2ObjectMapperBuilder successor that can live in spring-core instead of spring-web since that's a popular asks by portfolio projects that do not depends on spring-web but need to serialize/deserialize JSON. Notice that modern Jackson versions already provide a builder via JsonMapper.Builder.
  • See if for JSON we use JsonMapper instead of ObjectMapper
@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement labels Oct 25, 2024
@sdeleuze sdeleuze added this to the 7.0.x milestone Oct 25, 2024
@sdeleuze sdeleuze self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant