You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 JPMSmodule-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.
The text was updated successfully, but these errors were encountered: