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

info required for compatible version with openjdk21 #1298

Closed
sahil3390 opened this issue Jun 10, 2024 · 2 comments
Closed

info required for compatible version with openjdk21 #1298

sahil3390 opened this issue Jun 10, 2024 · 2 comments

Comments

@sahil3390
Copy link

Hello team,

Which version of below Jackson components are compatible with openjdk21:
Jackson-core
Jackson-databind
jackson-annotations
Jackson-dataformat-yaml

Regards,
Sahil

@pjfanning
Copy link
Member

The java team try very very hard to keep compatibility across releases. This means that we don't need to expend massive effort to test with every possible Java version.

Try it out for yourself and get back if you find an issue.

@cowtowncoder
Copy link
Member

To add to this: most components have CI with JDK 21 as one of JDKs used for running. All core (jackson-annotations, jackson-core, jackson-databind) work with JDK 21.
In fact there are no FasterXML Jackson components that would specifically NOT work on JDK 21.

Question usually is whether there are smaller issues running on JDK 21, edge cases, behavior differences. Not so much yes/no answer.

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

No branches or pull requests

3 participants