-
Notifications
You must be signed in to change notification settings - Fork 1.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
[META] Ensure JDK-21 (baseline) ecosystem readiness #10334
Comments
Can't wait to see this to be completed. |
Thanks @heemin32 , moving forward as things become available :-) |
Hey @reta, for some plugins, I see current jdk matrix is 11/17/20 or 11/17 - I assume we can drop testing of 20 for 21, but keep 11 and 17, correct? Ref: |
Thanks @jmazanec15 , that is correct, I will be going through all plugins to get them ready for JDK-21 |
Coming from opensearch-project/OpenSearch#10334, this updates the CI system to use jdk-21, which is latest LTS supported version. Signed-off-by: John Mazanec <jmazane@amazon.com>
This updates the CI system to use jdk-21, which is latest LTS supported version. Coming from opensearch-project/OpenSearch#10334 Signed-off-by: John Mazanec <jmazane@amazon.com>
This updates the CI system to use jdk-21, which is latest LTS supported version. Coming from opensearch-project/OpenSearch#10334 Signed-off-by: John Mazanec <jmazane@amazon.com>
This updates the CI system to use jdk-21, which is latest LTS supported version. Coming from opensearch-project/OpenSearch#10334 Signed-off-by: John Mazanec <jmazane@amazon.com>
This updates the CI system to use jdk-21, which is latest LTS supported version. Coming from opensearch-project/OpenSearch#10334 Signed-off-by: John Mazanec <jmazane@amazon.com> (cherry picked from commit c72f096)
This updates the CI system to use jdk-21, which is latest LTS supported version. Coming from opensearch-project/OpenSearch#10334 Signed-off-by: John Mazanec <jmazane@amazon.com> (cherry picked from commit c72f096)
This updates the CI system to use jdk-21, which is latest LTS supported version. Coming from opensearch-project/OpenSearch#10334 Signed-off-by: John Mazanec <jmazane@amazon.com>
Hey @reta knn CI upgrade has been completed for main/2.x. I cant check off the box in the issue, but wanted to update. |
Thanks a lot @jmazanec15 , I've added both pull requests, thank you! |
@reta, @bbarani @prudhvigodithi - Are we impacted with the JDK bug in https://bugs.openjdk.org/browse/JDK-8323659? |
@Pallavi-AWS not at the moment, the bug was introduced in 21.0.2 / 22 (which we haven't updated yet, see please #11906), we'll watch for any regressions once 21.0.2 bits become available (Eclipse Temurin), thank you for heads up |
Thanks @reta I have just updated the title to reflect |
this meta issue is missing two plugins I created opensearch-project/observability#1778 for observability, will do for reporting, but currently CI on windows is failing |
@Pallavi-AWS this issues has no reference to the JDK version, this is just for tracking JDK-21 baseline |
Thanks @joshuali925 , updated the description |
any other plugin running into i'm having trouble with debugger on windows, but i pulled notifications |
Is your feature request related to a problem? Please describe.
The JDK-21 is already out and becomes the next LTS release.
Describe the solution you'd like
We need to make sure the ecosystem is ready to be using JDK-21 at runtime as well as build time:
Plugins / clients / tools:
There are some foreseeing delays unfortunately with Eclipse Temurin JDK-21 distribution:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
The text was updated successfully, but these errors were encountered: