-
Notifications
You must be signed in to change notification settings - Fork 139
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-21 to GA worklflows #2481
Conversation
Merged #2476. |
@@ -20,7 +20,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
java: [ 11, 17 ] | |||
java: [ 11, 17, 21 ] |
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.
@reta are we going to start supporting 21 in next 2.x version? Lets suppose if 3.0 release is near by can we skip supporting 2.x? How do we make these decisions?
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.
@reta are we going to start supporting 21 in next 2.x version? Lets suppose if 3.0 release is near by can we skip supporting 2.x? How do we make these decisions?
@vamsi-amazon 2.12.0 is going to be bundled with JDK-21, see please opensearch-project/OpenSearch#10334, opensearch-project/OpenSearch#11003. The context for it - JDK-21 is the next LTS and there is new vector APIs that Apache Lucene and OpenSearch benefit from, including plugins. Thank you.
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.
Lets suppose if 3.0 release is near by can we skip supporting 2.x?
I think when 3.0 is out, than 2.x would go to a maintenance mode, as 1.3.x is these days (but fairly speaking, we are just kicking off the discussions to understand when 3.0 could be out). Thank you.
77520a3
to
7e5ac2b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2481 +/- ##
=========================================
Coverage 95.41% 95.41%
- Complexity 5000 5026 +26
=========================================
Files 479 483 +4
Lines 13950 14005 +55
Branches 937 944 +7
=========================================
+ Hits 13310 13363 +53
- Misses 618 621 +3
+ Partials 22 21 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Fix functions.rst for JDK 21 Signed-off-by: Peng Huo <penghuo@gmail.com>
7e5ac2b
to
51a85df
Compare
Fix functions.rst for JDK 21 Signed-off-by: Peng Huo <penghuo@gmail.com> (cherry picked from commit 2a3ebea) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fix functions.rst for JDK 21 (cherry picked from commit 2a3ebea) Signed-off-by: Peng Huo <penghuo@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Add JDK-21 to GA worklflows
Issues Resolved
Part of opensearch-project/OpenSearch#10334
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.