-
Notifications
You must be signed in to change notification settings - Fork 73
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 JDK 11 to CI test matrix #395
Conversation
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just make sure to wait until CI passes especially as this involves CI workflow changes. Also JDK8 might not be working because of protostuff dependency compiled with java 11, before that change was pushed it in, it was okay to use runtime jdk8. However the exception itself mentions something was compiled with java version 54 which is equivalent to java 10 so not 100% sure. Can be addressed in future PRs
Build-ad: | ||
strategy: | ||
matrix: | ||
java: [14] | ||
java: [11, 14] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All plugins and OpenSearch core should make sure Java 11 works for 1.3 release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
11 is the default used by bundle build / integ tests
Signed-off-by: Tyler Ohlsen <[email protected]> (cherry picked from commit 2bf3b0d)
Signed-off-by: Tyler Ohlsen <[email protected]> (cherry picked from commit 2bf3b0d)
Signed-off-by: Tyler Ohlsen [email protected]
Description
One of the campaigns for upcoming 1.3 release is testing on JDK 11, with optional versions of 8, 14, 17. This updates the workflow to add JDK 11. There are other problems with 8/17 so ignoring those for now.
Also removes CD workflow since that hasn't been used since pre-OpenSearch days.
Issues Resolved
Resolves #320
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.