-
Notifications
You must be signed in to change notification settings - Fork 74
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
Set baseline JDK version to JDK-21 #1228
Conversation
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1228 +/- ##
============================================
- Coverage 71.48% 71.44% -0.05%
+ Complexity 4888 4882 -6
============================================
Files 518 518
Lines 22933 22932 -1
Branches 2260 2260
============================================
- Hits 16394 16383 -11
- Misses 5496 5503 +7
- Partials 1043 1046 +3
Flags with carried forward coverage won't be shown. Click here to find out more. |
Can you also change this workflow, https://github.com/opensearch-project/anomaly-detection/blob/main/.github/workflows/maven-publish.yml this failed in flow-framework too. |
Signed-off-by: Daniel Widdis <widdis@gmail.com>
@dbwiddis Do you need to backport? |
No. I specifically excluded the backport label. 2.x will continue to support older JDKs, the campaign is only for 3.x. |
This PR updates the frontend CI configuration to set up JDK 21, aligning with the baseline JDK 21 already set on the backend (opensearch-project/anomaly-detection#1228). Without this update, remote tests in CI would fail with the error: "error: release version 21 not supported." Testing: * Verified that remote tests in CI pass successfully with JDK 21. Signed-off-by: Kaituo Li <kaituo@amazon.com>
This PR updates the frontend CI configuration to set up JDK 21, aligning with the baseline JDK 21 already set on the backend (opensearch-project/anomaly-detection#1228). Without this update, remote tests in CI would fail with the error: "error: release version 21 not supported." Testing: * Verified that remote tests in CI pass successfully with JDK 21. Signed-off-by: Kaituo Li <kaituo@amazon.com>
Description
Sets the baseline JDK version to JDK-21
Issues Resolved
Resolves #1223
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.