JDK 21 is now the both the latest and latest LTS release of Java so it's worth adding it to our build matrices in place of JDK 20. Worth noting: I've seen multiple other open source projects have new test failures on JDK 21 so there could be some fixup worth to do in some plugins before this is merged.
I filed https://github.com/apache/maven-dependency-plugin/pull/346 to switch one project from JDK 20 to JDK 21 but there are a few doxzen others. I don't know if anyone has any tooling for search and replace and filing PRs across all the repos. If not, I should probably write some. It's just a one character change (20 --> 21) in .github/workflows/maven-verify.yml -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
