This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit e2d6e46fcb93f821914576760702251f9f99c1e5 Author: Robert Lazarski <[email protected]> AuthorDate: Mon Apr 20 13:47:17 2026 -1000 Fix broken XML in modules/index.xml — dangling </tr> from SOAPMonitor removal The SOAPMonitor table row removal left an extra </tr> closing tag, breaking the Maven site build (xdoc parser error). This caused GHA failures on all JDK versions (17, 21, 25) and the site deploy job. --- src/site/xdoc/modules/index.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/site/xdoc/modules/index.xml b/src/site/xdoc/modules/index.xml index 135a87c4d7..ad02fdb645 100644 --- a/src/site/xdoc/modules/index.xml +++ b/src/site/xdoc/modules/index.xml @@ -43,7 +43,6 @@ Axis2.</p> <td>Bundled with the <a href="../download.html">Standard Binary Distribution</a>.</td> </tr> <!-- SOAPMonitor removed: AXIS2-6105 --> -</tr> <tr> <td><a href="http://ws.apache.org/rampart/">Rampart</a></td> <td>The WS-Security and WS-SecureConversation implementation for
