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

Raise minimum Java version for jackson-annotations to Java 8 for Jackson 3.x #267

Closed
cowtowncoder opened this issue Dec 2, 2024 · 0 comments
Labels
3.x Issues related to Jackson 3.x major version

Comments

@cowtowncoder
Copy link
Member

While all other Jackson 2.x components were changed to require Java 8 by Jackson 2.18, jackson-annotations has remained at Java/JDK 6 minimum.
While we need not change that for Jackson 2.x (no need or benefit), with Jackson 3.x baseline for other components will be raised to Java 17 or later (perhaps 21, see FasterXML/jackson-future-ideas#73). As a consequence, it may be impractical to retain Java 6 baseline.

So let's raise baseline to Java 8 for Jackson 3.0.

@cowtowncoder cowtowncoder added the 3.x Issues related to Jackson 3.x major version label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues related to Jackson 3.x major version
Projects
None yet
Development

No branches or pull requests

1 participant