Skip to content

OpenJDK Update (January 2026 Patch releases), update to JDK 25.0.2+10#20511

Merged
reta merged 1 commit intoopensearch-project:mainfrom
reta:jdk.25.0.2
Feb 3, 2026
Merged

OpenJDK Update (January 2026 Patch releases), update to JDK 25.0.2+10#20511
reta merged 1 commit intoopensearch-project:mainfrom
reta:jdk.25.0.2

Conversation

@reta
Copy link
Copy Markdown
Contributor

@reta reta commented Jan 30, 2026

Description

Update to JDK 25.0.2+10

Related Issues

Part of #20448

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Signed-off-by: Andriy Redko <drreta@gmail.com>
@reta reta added skip-changelog Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. labels Jan 30, 2026
@reta reta requested a review from a team as a code owner January 30, 2026 21:53
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 30, 2026

📝 Walkthrough

Walkthrough

JDK version dependencies updated from 25.0.1+8 to 25.0.2+10 across build configuration files. No functional or logic changes introduced.

Changes

Cohort / File(s) Summary
JDK Version Updates
buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java, gradle/libs.versions.toml
Updated SYSTEM_JDK_VERSION and GRADLE_JDK_VERSION constants and bundled JDK version from 25.0.1+8 to 25.0.2+10.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: updating OpenJDK to version 25.0.2+10 with context about January 2026 patch releases.
Description check ✅ Passed The description includes the required Description and Related Issues sections with concrete details (JDK version and linked issue), though the checklist items remain unchecked.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 732c20f and b192cdf.

📒 Files selected for processing (2)
  • buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java
  • gradle/libs.versions.toml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (21)
  • GitHub Check: gradle-check
  • GitHub Check: assemble (25, ubuntu-24.04-arm)
  • GitHub Check: assemble (21, windows-latest)
  • GitHub Check: assemble (21, ubuntu-24.04-arm)
  • GitHub Check: assemble (25, ubuntu-latest)
  • GitHub Check: assemble (25, windows-latest)
  • GitHub Check: assemble (21, ubuntu-latest)
  • GitHub Check: precommit (21, windows-2025, true)
  • GitHub Check: precommit (25, ubuntu-24.04-arm)
  • GitHub Check: precommit (25, macos-15-intel)
  • GitHub Check: precommit (25, macos-15)
  • GitHub Check: precommit (25, ubuntu-latest)
  • GitHub Check: precommit (21, ubuntu-24.04-arm)
  • GitHub Check: precommit (25, windows-latest)
  • GitHub Check: precommit (21, ubuntu-latest)
  • GitHub Check: precommit (21, macos-15-intel)
  • GitHub Check: precommit (21, macos-15)
  • GitHub Check: precommit (21, windows-latest)
  • GitHub Check: detect-breaking-change
  • GitHub Check: Analyze (java)
  • GitHub Check: Mend Security Check
🔇 Additional comments (2)
gradle/libs.versions.toml (1)

6-6: LGTM for the JDK version bump.
Simple version update with no structural changes.

buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java (1)

80-83: LGTM for the JDK version constants update.
Both system and Gradle JDK version constants are aligned with the new patch level.

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@reta reta marked this pull request as draft January 30, 2026 22:03
@reta
Copy link
Copy Markdown
Contributor Author

reta commented Jan 30, 2026

Drafting for now, Mac/x64 is still pending ...

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for b192cdf: 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?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for b192cdf: 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?

@reta reta marked this pull request as ready for review February 2, 2026 17:56
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 2, 2026

❌ Gradle check result for b192cdf: 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?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

❌ Gradle check result for b192cdf: 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?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

❌ Gradle check result for b192cdf: 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?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

✅ Gradle check result for b192cdf: SUCCESS

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.27%. Comparing base (fc33a53) to head (b192cdf).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #20511      +/-   ##
============================================
+ Coverage     73.19%   73.27%   +0.07%     
- Complexity    71975    72115     +140     
============================================
  Files          5796     5798       +2     
  Lines        329539   329654     +115     
  Branches      47465    47491      +26     
============================================
+ Hits         241220   241543     +323     
+ Misses        69005    68709     -296     
- Partials      19314    19402      +88     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@reta
Copy link
Copy Markdown
Contributor Author

reta commented Feb 3, 2026

@andrross @cwperks any objections to backport this to 3.5? thank you

@cwperks
Copy link
Copy Markdown
Member

cwperks commented Feb 3, 2026

@andrross @cwperks any objections to backport this to 3.5? thank you

no objections from me. @peterzhuamazon can we pull this into 3.5?

@reta reta merged commit d7219b6 into opensearch-project:main Feb 3, 2026
56 of 82 checks passed
@reta reta added the backport 3.5 Backport to 3.5 branch label Feb 3, 2026
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 3, 2026
…#20511)

Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit d7219b6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
peterzhuamazon pushed a commit that referenced this pull request Feb 3, 2026
…#20511) (#20533)

(cherry picked from commit d7219b6)

Signed-off-by: Andriy Redko <drreta@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>
tanyabti pushed a commit to tanyabti/OpenSearch that referenced this pull request Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 3.5 Backport to 3.5 branch Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. skip-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants