Skip to content

[3.4.0] Bump Gradle to 9.2.0 and GitHub Action JDK to 25#4824

Merged
LantaoJin merged 4 commits into
opensearch-project:mainfrom
LantaoJin:pr/issues/4722
Nov 20, 2025
Merged

[3.4.0] Bump Gradle to 9.2.0 and GitHub Action JDK to 25#4824
LantaoJin merged 4 commits into
opensearch-project:mainfrom
LantaoJin:pr/issues/4722

Conversation

@LantaoJin

@LantaoJin LantaoJin commented Nov 19, 2025

Copy link
Copy Markdown
Member

Description

Bump Gradle to 9.2.0 and GitHub Action JDK to 25
And corresponding changes (Gradle plugins):

  • me.champeau.jmh 0.6.8 -> 0.7.3 (latest)
  • com.diffplug.spotless 7.2.1 -> 8.1.0 (latest)
  • googleJavaFormat 1.17.0 -> 1.32.0 (latest)
  • info.solidsoft.pitest 1.9.0 -> 1.19.0-rc.2 (latest)

Related Issues

Resolves #4722

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • New PPL command checklist all confirmed.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff or -s.
  • Public documentation issue/PR created.

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: Lantao Jin <ltjin@amazon.com>
@LantaoJin LantaoJin added infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. maintenance Improves code quality, but not the product labels Nov 19, 2025
Signed-off-by: Lantao Jin <ltjin@amazon.com>
Signed-off-by: Lantao Jin <ltjin@amazon.com>
Signed-off-by: Lantao Jin <ltjin@amazon.com>
@LantaoJin

Copy link
Copy Markdown
Member Author

cc @penghuo @peterzhuamazon

Comment thread gradlew.bat
@rem Setup the command line

set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
set CLASSPATH=

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why isn't this var CLASSPATH removed but reset to empty

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto generated by

./gradlew wrapper --gradle-version 9.2.0 --distribution-type all --gradle-distribution-sha256-sum 16f2b95838c1ddcf7242b1c39e7bbbb43c842f1f1a1a0dc4959b6d4d68abcac3

@LantaoJin LantaoJin merged commit 7fb3906 into opensearch-project:main Nov 20, 2025
35 checks passed
asifabashar pushed a commit to asifabashar/sql that referenced this pull request Dec 10, 2025
…project#4824)

* [3.4.0] Bump Gradle to 9.2.0 and GitHub Action JDK to 25

Signed-off-by: Lantao Jin <ltjin@amazon.com>

* fix UT

Signed-off-by: Lantao Jin <ltjin@amazon.com>

* fix SpotlessCheck issue

Signed-off-by: Lantao Jin <ltjin@amazon.com>

---------

Signed-off-by: Lantao Jin <ltjin@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. maintenance Improves code quality, but not the product v3.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Release 3.4.0] Gradle 9.2.0 and GitHub Actions JDK 25 Upgrade

3 participants