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
Java SE 21 is a LTS release, we should consider switching to that. Might still want to keep the Java 11 build target to support existing installations. The transition will likely fix the build warnings in #4312.
I partially did the migration in #4570
(which compiles and runs tests with jdk 21 ... just tests fail, since I need to fix URL to URI compat and tests ... and review the ignoring of some of the warnings jdk21 fires)
Activity
tarzanek commentedon Oct 24, 2024
I partially did the migration in #4570
(which compiles and runs tests with jdk 21 ... just tests fail, since I need to fix URL to URI compat and tests ... and review the ignoring of some of the warnings jdk21 fires)
switch to Java 21
switch to Java 21
switch to Java 21 for build/Docker (oracle#4759)