Skip to content

SOLR-18342: Upgrade Gradle build to 9.7.0 - #4727

Open
serhiy-bzhezytskyy wants to merge 1 commit into
apache:mainfrom
serhiy-bzhezytskyy:SOLR-18342-gradle-9.7.0
Open

SOLR-18342: Upgrade Gradle build to 9.7.0#4727
serhiy-bzhezytskyy wants to merge 1 commit into
apache:mainfrom
serhiy-bzhezytskyy:SOLR-18342-gradle-9.7.0

Conversation

@serhiy-bzhezytskyy

Copy link
Copy Markdown
Contributor

https://issues.apache.org/jira/browse/SOLR-18342

Description

Upgrades the Gradle wrapper and the version catalog from 9.6.0 to 9.7.0 (current stable, released 2026-08-06). Build-tool only, no API migrations needed.

Checked with --warning-mode all that the bump introduces no new Gradle deprecations — the same set of deprecation kinds appears on 9.6.0 and on 9.7.0 (310 -> 298 occurrences, all pre-existing and hidden by org.gradle.warning.mode=none).

Testing

On Temurin 21:

  • ./gradlew --version reports 9.7.0
  • ./gradlew :solr:solrj:compileJava :solr:core:compileJava
  • ./gradlew spotlessCheck

./gradlew check -x test fails on :rat for six files that predate this change (.asf.yaml, .editorconfig, .git-blame-ignore-revs, dev-docs/ui/*.adoc); the same failure reproduces on an unmodified main.

Wrapper and version catalog 9.6.0 -> 9.7.0. No API migrations needed;
checked with --warning-mode all that the bump adds no new Gradle
deprecations.
@github-actions github-actions Bot added dependencies Dependency upgrades tool:build labels Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency upgrades tool:build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant