Skip to content

HBASE-29855 Bump maven-site-plugin to 3.21.0 - #7682

Merged
Apache9 merged 1 commit into
apache:branch-3from
Apache9:HBASE-29855
Jan 28, 2026
Merged

HBASE-29855 Bump maven-site-plugin to 3.21.0#7682
Apache9 merged 1 commit into
apache:branch-3from
Apache9:HBASE-29855

Conversation

@Apache9

Copy link
Copy Markdown
Contributor

No description provided.

@Apache9
Apache9 requested a review from apurtellJanuary 27, 2026 09:27
@Apache9Apache9 self-assigned this Jan 27, 2026
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 31sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗codespell0m 0scodespell was not available.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ branch-3 Compile Tests _
+1 💚mvninstall3m 22sbranch-3 passed
+1 💚compile8m 25sbranch-3 passed
+1 💚spotless0m 48sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚mvninstall3m 2sthe patch passed
+1 💚compile8m 23sthe patch passed
+1 💚javac8m 23sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚xmllint0m 1sNo new issues.
+1 💚hadoopcheck11m 29sPatch does not cause any errors with Hadoop 3.3.6 3.4.1.
+1 💚spotless0m 45spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 13sThe patch does not generate ASF License warnings.
44m 21s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7682/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#7682
Optional Testsdupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile
unameLinux 0f6251d3e39e 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-3 / 733d05f
Default JavaEclipse Adoptium-17.0.11+9
Max. process+thread count193 (vs. ulimit of 30000)
modulesC: . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7682/1/console
versionsgit=2.34.1 maven=3.9.8 xmllint=20913
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@vaijoshvaijosh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 50sDocker mode activated.
-0 ⚠️yetus0m 4sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-3 Compile Tests _
+1 💚mvninstall4m 42sbranch-3 passed
+1 💚compile2m 41sbranch-3 passed
+1 💚javadoc3m 17sbranch-3 passed
+1 💚shadedjars6m 54sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall3m 47sthe patch passed
+1 💚compile2m 27sthe patch passed
+1 💚javac2m 27sthe patch passed
+1 💚javadoc2m 16sthe patch passed
+1 💚shadedjars6m 14spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit302m 26sroot in the patch passed.
343m 52s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7682/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#7682
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 2470a10678c3 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-3 / 733d05f
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7682/1/testReport/
Max. process+thread count8134 (vs. ulimit of 30000)
modulesC: . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7682/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@PDavidPDavid left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Many thanks. 👍

I checked out the branch locally and built the site with mvn clean install -DskipTests && mvn site -DskipTests and it was successful.

@Apache9
Apache9 merged commit 3a85f43 into apache:branch-3Jan 28, 2026
2 checks passed
Apache9 added a commit that referenced this pull request Jan 28, 2026
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Dávid Paksy <paksyd@apache.org>
Reviewed-by: Vaibhav Joshi <vjoshi@cloudera.com>
(cherry picked from commit 3a85f43)
Apache9 added a commit that referenced this pull request Jan 28, 2026
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Dávid Paksy <paksyd@apache.org>
Reviewed-by: Vaibhav Joshi <vjoshi@cloudera.com>
(cherry picked from commit 3a85f43)
Apache9 added a commit that referenced this pull request Jan 28, 2026
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Dávid Paksy <paksyd@apache.org>
Reviewed-by: Vaibhav Joshi <vjoshi@cloudera.com>
(cherry picked from commit 3a85f43)
Sign up for freeto 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.

5 participants

@Apache9@Apache-HBase@apurtell@PDavid@vaijosh