Move bundled JDK to JDK-26 - #21170
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit ad3c511.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
PR Reviewer Guide 🔍(Review updated until commit 727a03f)Here are some key observations to aid the review process:
|
|
❌ Gradle check result for ad3c511: 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? |
|
Persistent review updated to latest commit d83e481 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21170 +/- ##
============================================
- Coverage 71.61% 71.58% -0.03%
+ Complexity 77336 77285 -51
============================================
Files 6170 6170
Lines 359671 359685 +14
Branches 52450 52450
============================================
- Hits 257584 257490 -94
- Misses 81696 81731 +35
- Partials 20391 20464 +73 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
{"run-benchmark-test": "id_3"} |
|
Persistent review updated to latest commit dc7fd62 |
|
The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/6666/ . Final results will be published once the job is completed. |
|
❌ Gradle check result for dc7fd62: 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 dc7fd62: 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? |
Benchmark ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/6666/
|
|
❌ Gradle check result for dc7fd62: 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? |
Bukhtawar
left a comment
There was a problem hiding this comment.
JDK-25 is an LTS release, do we really want to go to JDK-26 short-term?
Not necessarily, we use to always run on latest JDK (non-LTS) if there are benefits (fe coming from Lucene or impactful fixes). The selling points why we may want to go with JDK-26 are in description, thanks @Bukhtawar |
|
Persistent review updated to latest commit 298057a |
|
❌ Gradle check result for 298057a: 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 298057a: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
|
Persistent review updated to latest commit 17195cf |
|
Persistent review updated to latest commit e525aa0 |
|
❌ Gradle check result for e525aa0: null 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? |
|
Persistent review updated to latest commit 672af66 |
|
❌ Gradle check result for 672af66: 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? |
|
Persistent review updated to latest commit f31c8f9 |
|
❌ Gradle check result for f31c8f9: TIMEOUT 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 f31c8f9: TIMEOUT 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? |
|
Persistent review updated to latest commit 190b888 |
|
❌ Gradle check result for 190b888: 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? |
|
Persistent review updated to latest commit 55d5af5 |
|
❌ Gradle check result for 55d5af5: 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? |
|
Persistent review updated to latest commit 2fb7733 |
|
❌ Gradle check result for 2fb7733: 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? |
|
Persistent review updated to latest commit c377416 |
|
❌ Gradle check result for c377416: TIMEOUT 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? |
Signed-off-by: Andriy Redko <drreta@gmail.com>
|
Persistent review updated to latest commit 727a03f |
Description
Move bundled JDK to JDK-26
Related Issues
Most notable improvements:
And, not yet relevant for us but still - JDK-8369238: Allow virtual thread preemption on some common class initialization paths
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.