Replies: 2 comments
-
|
For now, the choice is to keep JDK 11 support until 2026 before re-assessing, unless further issues arise that force us to update the baseline. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Had another think about this. Since I wrote this comment, Checkstyle has upgraded to Java 17-minimum builds, and Jackson has also migrated to Java-17-minimum builds as well. Oracle has ended free JDK 11 support, additionally. I think v4 is going to be the right time to make this change, so will be including this in that change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Brief description
As of this morning, I have seen that v6 of Junit has been released, requiring a minimum version of JDK17.
At this point, the following projects have dropped support for JDK11:
At this point, I think it is worth starting to consider removing Java 11 support. This will provide a few benefits to this project as well:
Aims and goals
Beta Was this translation helpful? Give feedback.
All reactions