This is an automated email from the ASF dual-hosted git repository.

paksyd pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 979d198f176 HBASE-29860 Fix NullPointerException on Maven site build 
(#7693)
979d198f176 is described below

commit 979d198f17602b5c1a8b6cd70c2ea5f5ac97db09
Author: Dávid Paksy <[email protected]>
AuthorDate: Fri Jan 30 20:51:59 2026 +0100

    HBASE-29860 Fix NullPointerException on Maven site build (#7693)
    
    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: Andrew Purtell <[email protected]>
    Reviewed-by: Liu Xiao <[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>&lt;jre name&gt;</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>.

Reply via email to