-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add openjdk 15 to Java matrix testing rotation #51335
Conversation
Signed-off-by: Mark Vieira <[email protected]>
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
@jasontedor looking at what we've done for other Java versions I assume this needs to be backported to |
Yes, and we want to test 6.8 against it as well. |
@mark-vieira Note that we would want to also add JDK 15 to the build matrix, for 7.x and master, so that we ensure that we can compile/build Javadocs with the JDK 15 compiler (since that will be the future compiler that we use, when JDK 15 is released). |
(cherry picked from commit 9396e75)
@jasontedor We aren't even doing this for Java 14 yet and Gradle still doesn't officially support JDK 14 either so far as I can tell. I'm afraid this would just add a lot of noise. I'm not sure testing with a JDK that we know not all of our tooling full supports is particularly valuable. |
Thanks, I forgot that JDK 14 wasn’t functional on Gradle yet. |
Adding the EA release of Java 15 to our Java matrix testing configuration.
Closes #50764