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

Require JDK17 for jackson-annotations 3.0 for proper module-info.java #272

Closed
cowtowncoder opened this issue Jan 11, 2025 · 2 comments
Closed

Comments

@cowtowncoder
Copy link
Member

Although initially the plan was to keep jackson-annotations buildable with JDK 8 even for Jackson 3.0, it looks like this is problematic wrt creation and use of full JPMS module-info.java.
Further, since all other modules require JDK 17 anyway there's not a ton of value in keeping annotations at Java 8.
Finally: there is intent to allow use 2.x annotations with 3.x codebase in some form, so Java 8 users can do that.

cowtowncoder added a commit that referenced this issue Jan 11, 2025
@cowtowncoder
Copy link
Member Author

@clivinn-shla81092 WTH?

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

2 participants
@cowtowncoder and others