NihalJain commented on code in PR #7002:
URL: https://github.com/apache/hbase/pull/7002#discussion_r2096987990
##########
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:
> Also, we have some additional changes setup for plugin in master lets it
run though. See https://github.com/apache/hbase/pull/6001
We run errorProne with JDK17 in master hence it passes through, therefore
copying plugin changes in branch-2 is no good!
--
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]