-
Notifications
You must be signed in to change notification settings - Fork 134
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
martin-gaievski
changed the title
[BUG] Add support for Java SDK 20.x
Add support for Java SDK 20.x
Aug 14, 2023
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 |
martin-gaievski
changed the title
Add support for Java SDK 20.x
Add support for Java SDK 21.x
Oct 31, 2023
Covered in #1288. Closing |
github-project-automation
bot
moved this from Backlog
to ✅ Done
in Vector Search RoadMap
Jan 24, 2024
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: