serhiy-bzhezytskyy opened a new pull request, #4727: URL: https://github.com/apache/solr/pull/4727
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`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
