-
Notifications
You must be signed in to change notification settings - Fork 63
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
Default CI Java Version to Java 11, run tests on 8, 11, 14 (and attempt 17) #64
Closed
15 tasks done
Tracked by
#889
Labels
Comments
3 tasks
This was referenced Nov 17, 2021
Closed
Closed
Closed
Closed
Closed
This was referenced Nov 24, 2021
Closed
3 tasks
3 tasks
This was referenced Mar 2, 2022
51 tasks
1 task
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the documentation we say:
OpenSearch 1.0, 1.1 and 1.2 have used Java 14, which is not an LTS release. Because of this:
Plugins need to do the same for 1.3.0.
Open issues for any that don't work.
e.g. Run CI/CD on Java 8, 11, 14 and 17. common-utils#121
e.g. Run CI on JDK 8, 11, and 14. job-scheduler#130
Looking at 1.3.0:
Originally 1.3.0 was supposed to GA with JDK 17, but we ran into a number of issues:
For 2.0 we will remove support for Java 8, fix the above issues, upgrade to Gradle 7, and bundle JDK 17, which is #110.
OpenSearch
Run CI/CD on Java 8, 11, 14 and 17. common-utils#121
Plugins
Run CI on JDK 8, 11, and 14. job-scheduler#130
Related
The text was updated successfully, but these errors were encountered: