Apache9 commented on code in PR #7002: URL: https://github.com/apache/hbase/pull/7002#discussion_r2119157781
########## pom.xml: ########## @@ -637,7 +637,9 @@ --> <checkstyle.version>8.29</checkstyle.version> <exec.maven.version>3.1.0</exec.maven.version> - <error-prone.version>2.28.0</error-prone.version> + <!-- Error Prone 2.31.0 is the latest version which supports running on JDK 11, see + https://github.com/google/error-prone/releases/tag/v2.31.0 for details --> + <error-prone.version>2.31.0</error-prone.version> Review Comment: At least for pre commit build, we use JDK11 for the general check, so there is no problem to go beyond error prone 2.31. And for normal builds, we do not enable error prone plugin so there is also no problem to build with JDK8. We can document this out. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org