abstractdog commented on PR #482: URL: https://github.com/apache/tez/pull/482#issuecomment-5034398508
> @abstractdog Yeah, it should pick `SPOTBUGS_VERSION="4.10.2"` since I set that same version in the Dockerfile, but it is taking `spotbugs:4.9.3.0:spotbugs` and running the checks with that instead. We previously faced a similar issue with JDK 17 where Yetus did not respect the updated SpotBugs version. I tested locally with SPOTBUGS_VERSION="4.10.2" and didn't find any issues. We also merged and raised a dummy PR to verify this behavior. thanks @maheshrajus ``` Error: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce (enforce-java-version) on project tez: Error: Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message: Error: Detected JDK /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.11-10.0.LTS/arm64 is version 21.0.11 which is not in the allowed range [25,). Error: -> [Help 1] ``` I believe the Java 21-related GitHub workflows should be removed once we assume JDK 25 minimum support -- 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]
