apurtell opened a new pull request, #8306: URL: https://github.com/apache/hbase/pull/8306
There are three fairly recent regressions in Javadoc processing for branch-2 / 2.5 / 2.6. - The duplicate test class name `org.apache.hadoop.hbase.client.TestBufferedMutator` in both `hbase-client` and `hbase-server` modules causes the JDK8 doclet to NPE. This is a break fix. ApacheDS dependencies were added only to the Hadoop 3 profile by HBASE-29244 so the aggregate Test Javadoc can't resolve `org.apache.directory.*` imports. This is a cleanup. `TestLeaseRenewal` imports `DummyDFSOutputStream`, which can't compile under hadoop-2, but it can be excluded. This is a cleanup. -- 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]
