pan3793 commented on code in PR #8028: URL: https://github.com/apache/hadoop/pull/8028#discussion_r2490333425
########## pom.xml: ########## @@ -119,8 +119,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version> <checkstyle.version>8.29</checkstyle.version> <dependency-check-maven.version>7.1.1</dependency-check-maven.version> - <spotbugs.version>4.2.2</spotbugs.version> - <spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version> + <spotbugs.version>4.8.3</spotbugs.version> Review Comment: spotbugs 4.9 onwards requires JDK 11+, are we ready to drop Java 8 support on trunk? currently, trunk GitHub Actions site jobs fail due to this upgrade. @szetszwo @slfan1989 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
