-
Notifications
You must be signed in to change notification settings - Fork 144
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 support for Java SDK 21.x #1041
Comments
This issue isn't relevant anymore, we need to aim for JDK21, it's what core OpenSearch supports now and this will be an LTS release (20 is non-LTS). I'm updating issue description |
Covered in #1288. Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
When using JDK 21 (21.0.1-amzn if sdk manager is used to manage JDKs) to build plugin I'm receiving errors saying current gradle version is incompatible with java 21.
Plugin needs to add support for that version in main branch, it's already set as default for distribution builds in corresponding build package in core : https://github.com/opensearch-project/opensearch-build/blob/main/manifests/3.0.0/opensearch-3.0.0.yml#L9
How can one reproduce the bug?
Steps to reproduce the behavior:
./gradlew compileJava
What is your host/environment?
The text was updated successfully, but these errors were encountered: