Skip to content

HBASE-30198 Javadoc build failures in branch-2/2.5/2.6#8306

Merged
apurtell merged 1 commit into
apache:branch-2from
apurtell:HBASE-30198
Jun 4, 2026
Merged

HBASE-30198 Javadoc build failures in branch-2/2.5/2.6#8306
apurtell merged 1 commit into
apache:branch-2from
apurtell:HBASE-30198

Conversation

@apurtell
Copy link
Copy Markdown
Contributor

@apurtell apurtell commented Jun 3, 2026

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.

@apurtell apurtell requested a review from Apache9 June 3, 2026 16:45
@apurtell apurtell changed the title HBASE-30198 Javadoc build failures in builds still using the hadoop-2.0 profile HBASE-30198 Javadoc build failures in builds still using the hadoop-2.0 profile [branch-2/2.5/2.6] Jun 3, 2026
@apurtell apurtell requested a review from Copilot June 3, 2026 17:35
@apurtell apurtell changed the title HBASE-30198 Javadoc build failures in builds still using the hadoop-2.0 profile [branch-2/2.5/2.6] HBASE-30198 Javadoc build failures in branch-2/2.5/2.6 Jun 3, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

@Apache9 Apache9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @apurtell for the quick fix!

@apurtell apurtell merged commit 13008f3 into apache:branch-2 Jun 4, 2026
16 of 20 checks passed
@apurtell apurtell deleted the HBASE-30198 branch June 4, 2026 17:51
asf-gitbox-commits pushed a commit that referenced this pull request Jun 4, 2026
….0 profile (#8306)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
asf-gitbox-commits pushed a commit that referenced this pull request Jun 4, 2026
….0 profile (#8306)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants