This is an automated email from the ASF dual-hosted git repository.
paksyd pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new be71d9a5a8f HBASE-29860 Fix NullPointerException on Maven site build
(#7698)
be71d9a5a8f is described below
commit be71d9a5a8f686a6cee88da3942090dbc85f45c5
Author: Dávid Paksy <[email protected]>
AuthorDate: Sun Feb 1 20:14:01 2026 +0100
HBASE-29860 Fix NullPointerException on Maven site build (#7698)
This occurs when the parser encounters a section in an .xdoc file that it
cannot properly index, such as sections without a name attribute.
Signed-off-by: Duo Zhang <[email protected]>
---
src/site/xdoc/cygwin.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/xdoc/cygwin.xml b/src/site/xdoc/cygwin.xml
index 406c0a9b6ea..7bb4daa7536 100644
--- a/src/site/xdoc/cygwin.xml
+++ b/src/site/xdoc/cygwin.xml
@@ -112,7 +112,7 @@ This finishes installation. We go on with the configuration.
<li>Test your java installation by changing directories to your Java
folder <code>CD /usr/local/<em><jre name></em></code> and issueing the
command <code>./bin/java -version</code>. This should output your version of
the chosen JRE.</li>
</ol>
</section>
-<section>
+<section name="SSH">
<title>SSH</title>
<p style="text-align: justify; ">Configuring <strong>SSH </strong>is quite
elaborate, but primarily a question of launching it by default as a<strong>
Windows service</strong>.</p>
@@ -193,7 +193,7 @@ If all previous configurations are working properly, we
just need some tinkering
</ol>
</section>
</section>
-<section>
+<section name="Testing">
<title>Testing</title>
<p>
This should conclude the installation and configuration of Apache HBase on
Windows using Cygwin. So it's time <strong>to test it</strong>.