Skip to content

Migrate to Jackson 3.1.2 - #2625

Draft
holgerfriedrich wants to merge 3 commits into
apache:mainfrom
holgerfriedrich:pr-jackson
Draft

holgerfriedrich wants to merge 3 commits into
apache:mainfrom
holgerfriedrich:pr-jackson

Conversation

@holgerfriedrich

Copy link
Copy Markdown
Contributor
  • migrate Jackson packages from com.fasterxml.jackson namespace to tools.jackson namespace
  • suppress com.fasterxml for hibernate to avoid double inclusion (hibernate should then select tools.jackson packages)
  • change of jackson related features

This PR basically tries to remove jackson 2. We still need it for spring.security and two transitive dependencies in examples.

* migrate Jackson packages from com.fasterxml.jackson namespace to
  tools.jackson namespace
* suppress com.fasterxml for hibernate to avoid double inclusion
  (hibernate should then select tools.jackson packages)
* change of jackson related features
@holgerfriedrich
holgerfriedrich marked this pull request as draft May 13, 2026 18:31
@holgerfriedrich

Copy link
Copy Markdown
Contributor Author

@jbonofre I think I managed to migrate fully to jackson 3, with no dependencies to jackson 2 visible.
This is not yet pushed to this PR, as it is on top of the pax web and java25 patch.
I'll try to separate out a few more PRs (findings regarding other topics and self-contained preparations for the jackson3 migration).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant