mjsax commented on PR #17426:
URL: https://github.com/apache/kafka/pull/17426#issuecomment-2495168768

   @frankvicky @chia7712 
   
   I just recognized that I cannot build `trunk` using Java 11 any longer:
   
   I tracked it down to this PR -- before this commit, it works, but this 
commit seems to break it:
   ```
   $ ./gradlew systemTestLibs
   
   > Configure project :
   Starting build with version 4.0.0-SNAPSHOT (commit id 1ece9184) using Gradle 
8.10, Java 11 and Scala 2.13.15
   Build properties: ignoreFailures=false, maxParallelForks=16, 
maxScalacThreads=8, maxTestRetries=0
   
   [...]
   
   > Task :jmh-benchmarks:compileJava
   warning: No processor claimed any of these annotations: 
java.base/java.lang.SuppressWarnings,java.base/java.lang.Override
   error: warnings found and -Werror specified
   1 error
   1 warning
   
   > Task :jmh-benchmarks:compileJava FAILED
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':jmh-benchmarks:compileJava'.
   > Compilation failed; see the compiler error output for details.
   
   [...]
   ```
   
   `trunk` still compiles with Java17 and Java21 though. Can you take a look?


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