NihalJain commented on code in PR #7002: URL: https://github.com/apache/hbase/pull/7002#discussion_r2096964781
########## 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: Refer https://errorprone.info/docs/installation We cannot go any beyond 2.31.0 as otherwise compile fails with error. We have some additional changes setup for plugin in master lets it run though. See https://github.com/apache/hbase/pull/6001 CC: @stoty @ndimiduk @Apache9 -- 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