Add recipes for Jackson 3 migration in Spring Kafka 4#901
Merged
timtebeek merged 9 commits intoopenrewrite:mainfrom Jan 15, 2026
Merged
Add recipes for Jackson 3 migration in Spring Kafka 4#901timtebeek merged 9 commits intoopenrewrite:mainfrom
timtebeek merged 9 commits intoopenrewrite:mainfrom
Conversation
29a83da to
04ec0ae
Compare
timtebeek
reviewed
Jan 15, 2026
timtebeek
approved these changes
Jan 15, 2026
Member
timtebeek
left a comment
There was a problem hiding this comment.
Thanks a lot @jjank ! I've made some small adjustments as can be seen in the commits:
- moved the inclusion into spring framework 7, as you've indicated as well; fit in nicely with the Jackson3 included there.
- turns out we only needed one new
testParserClasspathentry, since tests compile against the old dependencies, not the new. iff you had been using.classpathFromResourcesinsrc/main/javathen we would have had use forparserClasspath.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's changed?
Anything in particular you'd like reviewers to focus on?
I "plugged" this into the Boot 4 migrations. But it could - in theory - also be part of the Spring Framework 7 migration since Spring Kafka has no direct dependency to Spring Boot.
Anyone you would like to review specifically?
I'm not terribly familiar with the "new" typetables stuff - I hope I got the parser classpath right
Any additional context
There's more Jackson-related deprecations that are similar drop-in-replacements in Spring-Kafka. But I wanted to focus on the specific classes pointed out in the documentation first.
Checklist