Sigma-Ma opened a new pull request, #8693: URL: https://github.com/apache/hbase/pull/8693
### What changes were proposed in this pull request? Exclude Error Prone annotations from HBase shaded JARs and preserve references to the original annotation package. Add packaging checks for both shaded-client variants. ### Why are the changes needed? The broad `com.google` relocation also rewrites Error Prone annotation references. The annotations should remain an ordinary dependency in the dependency-reduced POM. ### How was this patch tested? ```bash mvn -B -U -pl hbase-shaded/hbase-shaded-check-invariants,hbase-shaded/hbase-shaded-with-hadoop-check-invariants,hbase-shaded/hbase-shaded-testing-util-tester -am -DskipTests verify mvn -B -pl hbase-shaded/hbase-shaded-testing-util-tester -am -Dtest=TestShadedHBaseTestingUtility -Dsurefire.failIfNoSpecifiedTests=false -Dsurefire.firstPartForkCount=1 -Dsurefire.rerunFailingTestsCount=0 test ``` -- 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]
