dejan2609 commented on PR #19513:
URL: https://github.com/apache/kafka/pull/19513#issuecomment-3368827888

   Only a few unrelated Github Actions CI tests failed for both Java 17 and 24, 
so we are good to go.
   
   I also did some local testing (counted files in distributions and did some 
Kafka cluster testing for Gradle 9 generated distribution):
   
   **Environment:**
   ```
   dejan@dejan-HP-ProBook-450-G7:~/kafka$ java -version 
   openjdk version "17.0.16" 2025-07-15
   OpenJDK Runtime Environment Temurin-17.0.16+8 (build 17.0.16+8)
   OpenJDK 64-Bit Server VM Temurin-17.0.16+8 (build 17.0.16+8, mixed mode, 
sharing)
   dejan@dejan-HP-ProBook-450-G7:~/kafka$ git log -3 --oneline 
   4278e5621e (HEAD -> KAFKA-19174, origin/KAFKA-19174) KAFKA-19174 Gradle 
version upgrade (8 -->> 9); build logic is refactored
   9318bd3480 KAFKA-19591 solving issues with `gradlew` content: an old 
template version (i.e. file `unixStartScript.txt`) was being referenced
   d76442e5a6 (upstream/trunk, upstream/HEAD, origin/trunk, origin/HEAD, trunk) 
MINOR: Fix a minor copy&paste typo in comments (#20634)
   ```
   **Steps:** 
   - create distributions: `./gradlew clean releaseTarGz -i`
   - move them into some folder and untar them: 
     - tar xvfz kafka_2.13-4.2.0-SNAPSHOT.tgz 
     - tar xvfz kafka_2.13-4.2.0-SNAPSHOT-site-docs.tgz 
   - count number of files: 
   ```
   dejan@dejan-HP-ProBook-450-G7:~/kafka/core/build/distributions-Gradle-9$ 
find kafka_2.13-4.2.0-SNAPSHOT -type f | wc -l 
   223
   dejan@dejan-HP-ProBook-450-G7:~/kafka/core/build/distributions-Gradle-9$ 
find site-docs/ -type f | wc -l 
   145
   dejan@dejan-HP-ProBook-450-G7:~/kafka/core/build/distributions-Gradle-9$
   ```
   - repeat the same procedure for the trunk: the number of files is identical
   ___
   Finally: I started Kafka cluster from the Gradle-9-generated distribution 
(as noted here: https://kafka.apache.org/quickstart) and everything works just 
fine (I was able to send and receive messages).


-- 
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]

Reply via email to