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
Currently, testing on Java11 and 17 are configured with "giant" gradle property compileAndRunTestsWithJava11 and compileAndRunTestsWithJava17 . As we add one more version, we should just have a testJavaVersion separate from beamJavaVersion rather than a boolean with a giant name that sounds more complicated than it is.
This refactor will be done as part of Java 21 support
What would you like to happen?
Java 21 is expected to release in September, 2023.
https://www.java.com/releases/matrix/
Beam should support building Java pipelines using the Java 21 SDK.
Beam should also support running on the Java 21 runtime.
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: