srdo opened a new pull request, #19514: URL: https://github.com/apache/kafka/pull/19514
WIP: This PR still uses a Gradle 8.14 RC, and Spotbugs 4.9.4 has not released yet, so testing it requires a local build. Upgrade Scala to 2.13.16, in order to get a Java 24-compatible ASM version. Upgrade Gradle to 8.14, which is the first Java 24 compatible version. Upgrade spotbugs to 4.9.4. This is the minimum version that's both Java 24 compatible, and not affected by https://github.com/spotbugs/spotbugs/issues/3320 Since the new spotbugs version introduces some extra checks, this commit excludes those warnings, without looking at whether they are real issues or false positives. Addressing those warnings is left as future work, since the code is no worse now than before the issues were highlighted. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org