SOLR-18342: Upgrade Gradle build to 9.7.0 - #4727
Open
serhiy-bzhezytskyy wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 allthat 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 byorg.gradle.warning.mode=none).Testing
On Temurin 21:
./gradlew --versionreports 9.7.0./gradlew :solr:solrj:compileJava :solr:core:compileJava./gradlew spotlessCheck./gradlew check -x testfails on:ratfor six files that predate this change (.asf.yaml,.editorconfig,.git-blame-ignore-revs,dev-docs/ui/*.adoc); the same failure reproduces on an unmodifiedmain.