dejan2609 commented on PR #20704:
URL: https://github.com/apache/kafka/pull/20704#issuecomment-3414482981
@chia7712 All in green, ready for a review :four_leaf_clover:
:white_check_mark:
<details>
<summary> Gradle build results (click to expand) :arrow_down: </summary>
```
dejan@dejan-HP-ProBook-450-G7:~/kafka$ date
Fri 17 Oct 10:15:25 CEST 2025
dejan@dejan-HP-ProBook-450-G7:~/kafka$ git log -2 --oneline
21f9760fd3 (HEAD -> KAFKA-19771, origin/KAFKA-19771) KAFKA-19771 SpotBugs
version update (Java 25 compatible version)
d35324e43e MINOR: Mark flaky test on AclMetadataControlManagerTest (#20713)
dejan@dejan-HP-ProBook-450-G7:~/kafka$ java -version
openjdk version "25" 2025-09-16 LTS
OpenJDK Runtime Environment Temurin-25+36 (build 25+36-LTS)
OpenJDK 64-Bit Server VM Temurin-25+36 (build 25+36-LTS, mixed mode, sharing)
dejan@dejan-HP-ProBook-450-G7:~/kafka$ ./gradlew clean spotbugsMain
spotbugsTest -x test -q
Starting build with version 4.2.0-SNAPSHOT (commit id 21f9760f) using Gradle
9.1.0, Java 25 and Scala 2.13.17
Build properties: ignoreFailures=false, maxParallelForks=8,
maxScalacThreads=8, maxTestRetries=0
MessageGenerator: processed 5 Kafka message JSON file(s).
MessageGenerator: processed 1 Kafka message JSON file(s).
MessageGenerator: processed 2 Kafka message JSON file(s).
MessageGenerator: processed 26 Kafka message JSON file(s).
MessageGenerator: processed 4 Kafka message JSON file(s).
MessageGenerator: processed 44 Kafka message JSON file(s).
MessageGenerator: processed 197 Kafka message JSON file(s).
MessageGenerator: processed 1 Kafka message JSON file(s).
MessageGenerator: processed 4 Kafka message JSON file(s).
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by
net.openhft.hashing.UnsafeAccess
(file:/home/dejan/.gradle/caches/modules-2/files-2.1/net.openhft/zero-allocation-hashing/0.16/ca252f328160ed5d027f100a4fe525d6d21daaf/zero-allocation-hashing-0.16.jar)
WARNING: Please consider reporting this to the maintainers of class
net.openhft.hashing.UnsafeAccess
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
/home/dejan/kafka/metadata/src/test/java/org/apache/kafka/controller/metrics/QuorumControllerMetricsTest.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
The following classes needed for analysis were missing:
org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
org.apache.maven.artifact.versioning.VersionRange
Note:
/home/dejan/kafka/server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by
net.openhft.hashing.UnsafeAccess
(file:/home/dejan/.gradle/caches/modules-2/files-2.1/net.openhft/zero-allocation-hashing/0.16/ca252f328160ed5d027f100a4fe525d6d21daaf/zero-allocation-hashing-0.16.jar)
WARNING: Please consider reporting this to the maintainers of class
net.openhft.hashing.UnsafeAccess
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
Note:
/home/dejan/kafka/transaction-coordinator/src/test/java/org/apache/kafka/coordinator/transaction/TransactionLogTest.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
/home/dejan/kafka/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerSinkTaskTest.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
/home/dejan/kafka/streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by
net.openhft.hashing.UnsafeAccess
(file:/home/dejan/.gradle/caches/modules-2/files-2.1/net.openhft/zero-allocation-hashing/0.16/ca252f328160ed5d027f100a4fe525d6d21daaf/zero-allocation-hashing-0.16.jar)
WARNING: Please consider reporting this to the maintainers of class
net.openhft.hashing.UnsafeAccess
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
The following classes needed for analysis were missing:
com.typesafe.scalalogging.Logger
org.apache.kafka.server.log.remote.storage.RetriableRemoteStorageException
com.typesafe.scalalogging.Logger$
dejan@dejan-HP-ProBook-450-G7:~/kafka$ date
Fri 17 Oct 10:33:16 CEST 2025
dejan@dejan-HP-ProBook-450-G7:~/kafka$
```
</details>
--
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]