serhiy-bzhezytskyy opened a new pull request, #23142:
URL: https://github.com/apache/kafka/pull/23142
Update Gradle from 9.6.1 to 9.7.0, including the wrapper distribution
checksum and Kafka's wrapper JAR checksum references.
Followed the procedure in `gradle/wrapper/README.md`:
- `gradle/dependencies.gradle` ā gradle version
- `wrapper.gradle` ā `wrapperChecksum`
- `gradle/wrapper/gradle-wrapper.properties` and `gradlew` regenerated with
`./gradlew wrapper --gradle-version 9.7.0 --distribution-type bin
--gradle-distribution-sha256-sum <checksum>`
Checksums are the published ones from https://gradle.org/release-checksums/:
binary distribution `84fbba45ā¦873ae`, wrapper JAR `7a9ce74cā¦62c5d`.
The regenerated `gradle-wrapper.properties` also picks up `retries=0` and
`retryBackOffMs=500`. Those are the `WrapperConfiguration` defaults which
9.7.0 now writes out explicitly, so behaviour is unchanged.
## Verified locally with Gradle 9.7.0
- `./gradlew --version` reports Gradle 9.7.0
Compile and artifacts
- `./gradlew compileJava compileTestJava`
- `./gradlew jar`
- `./gradlew srcJar`
- `./gradlew testJar`
- `./gradlew docsJar`
Generated messages
- `./gradlew processMessages processTestMessages`
Javadoc and scaladoc
- `./gradlew javadoc javadocJar`
- `./gradlew scaladoc scaladocJar`
- `./gradlew aggregatedJavadoc --no-parallel`
Code quality
- `./gradlew clients:checkstyleMain clients:checkstyleTest
clients:spotlessCheck`
- `./gradlew clients:spotbugsMain -x test`
Tests and publishing
- `./gradlew clients:test --tests RequestResponseTest`
- `./gradlew -PskipSigning=true publishToMavenLocal`
The build reports "Deprecated Gradle features were used in this build,
making it incompatible with Gradle 10." I ran the same tasks on 9.6.1 and
the set of reported deprecations is identical, so this is pre-existing and
not introduced here.
I did not run `releaseTarGz`, the full test suite, or the system tests
locally; leaving those to CI.
Following the `MINOR:` form used for the 9.6.1 bump in #23015, so no JIRA.
@dejan2609 you have been driving the Gradle and build-tooling updates
lately, so flagging this in case it overlaps with anything you have in
flight. @Parkerhiphop this follows your #23015 directly.
--
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]