NihalJain commented on code in PR #7002: URL: https://github.com/apache/hbase/pull/7002#discussion_r2120100717
########## 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: 2.31.0 is the last supported JDK 11 compliant version, we had set this to 2.38.0 earlier, build were failing, hence moved to the latest supported one. For master we are on 2.38.0 as it works fine there on JDK17. -- 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