-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.x] Support JDK-23 (build time and runtime) #16277
Conversation
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 1e7f6df) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
❌ Gradle check result for a2e7348: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for a2e7348: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16277 +/- ##
============================================
- Coverage 71.71% 71.62% -0.10%
+ Complexity 64985 64931 -54
============================================
Files 5296 5302 +6
Lines 303765 303876 +111
Branches 44182 44193 +11
============================================
- Hits 217848 217645 -203
- Misses 67800 68090 +290
- Partials 18117 18141 +24 ☔ View full report in Codecov by Sentry. |
Backport 1e7f6df from #16257.