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


The following commit(s) were added to refs/heads/master by this push:
     new 8204d33413 Fix site build
8204d33413 is described below

commit 8204d334133e96ba1bb7d5124712c4196f1c4a4c
Author: Robert Lazarski <[email protected]>
AuthorDate: Sun Dec 14 07:25:19 2025 -1000

    Fix site build
---
 src/site/xdoc/docs/index.xml                       | 38 ++++++++++++----------
 .../xdoc/docs/wildfly-http2-integration-guide.xml  | 24 +++++++-------
 2 files changed, 33 insertions(+), 29 deletions(-)

diff --git a/src/site/xdoc/docs/index.xml b/src/site/xdoc/docs/index.xml
index 690afee3a0..bd3e97a7e2 100644
--- a/src/site/xdoc/docs/index.xml
+++ b/src/site/xdoc/docs/index.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements. See the NOTICE file
@@ -16,21 +17,24 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+   <properties>
+       <title>Apache Axis2 Documentation Index</title>
+   </properties>
 
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<head>
-<meta name="generator" content=
-"HTML Tidy for Windows (vers 14 June 2007), see www.w3.org" />
-<title></title>
-</head>
-<frameset cols="260,*" border="1" frameborder="yes" framespacing=
-"0" margin="0">
-<frame name="leftFrame" src="toc.html" noresize="noresize"
-scrolling="yes" />
-<frame name="mainFrame" src="contents.html" />
-<noframes>
-<body>
-</body>
-</noframes>
-</frameset>
-</html>
+    <body>
+        <h1>Apache Axis2 Documentation</h1>
+
+        <p>Welcome to the Apache Axis2 documentation. Please use the 
navigation menu to browse the available documentation topics.</p>
+
+        <h2>Key Documentation Topics</h2>
+        <ul>
+            <li><a href="contents.html">Contents</a> - Main documentation 
contents</li>
+            <li><a href="toc.html">Table of Contents</a> - Detailed table of 
contents</li>
+            <li><a href="json_support_gson.xml">JSON Support</a> - JSON 
processing with GSON and Moshi</li>
+            <li><a href="wildfly-http2-integration-guide.xml">WildFly HTTP/2 
Integration Guide</a> - HTTP/2 integration lessons learned</li>
+        </ul>
+    </body>
+</document>
diff --git a/src/site/xdoc/docs/wildfly-http2-integration-guide.xml 
b/src/site/xdoc/docs/wildfly-http2-integration-guide.xml
index 0630bad547..5ecfe7e362 100644
--- a/src/site/xdoc/docs/wildfly-http2-integration-guide.xml
+++ b/src/site/xdoc/docs/wildfly-http2-integration-guide.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements. See the NOTICE file
@@ -16,16 +17,14 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+   <properties>
+       <title>WildFly + Axis2 HTTP/2 Integration - what works, what didn't, 
and lessons learned</title>
+   </properties>
 
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<head>
-  <meta http-equiv="content-type" content=""/>
-  <title>WildFly + Axis2 HTTP/2 Integration - what works, what didn't, and 
lessons learned</title>
-</head>
-
-<body lang="en">
+    <body>
 
 <h1>WildFly + Axis2 HTTP/2 Integration - Failed Attempts and Lessons 
Learned</h1>
 
@@ -362,7 +361,7 @@ curl -k --http2 --location 
'https://localhost:8443/services/YourService' \
 # - No class loader conflicts
 </pre>
 
-<h2>Buffer Size Configuration Analysis & Potential Clashes</h2>
+<h2>Buffer Size Configuration Analysis &amp; Potential Clashes</h2>
 
 <p><strong>⚠️ CRITICAL ANALYSIS</strong>: While the configurations are 
coordinated, there are potential efficiency issues and clashes that need 
attention:</p>
 
@@ -821,5 +820,6 @@ public class EnhancedMoshiJsonBuilder {
 
 <p><strong>For the Axis2 Community</strong>: This demonstrates how 
architectural analysis of failed integration attempts can reveal the correct 
optimization approach. The WildFly integration research identified the real 
architectural mismatch (mandatory <a href="json_support_gson.xml">dummy SOAP 
envelope</a>) and provided the async processing patterns that made Enhanced 
Moshi H2 possible, delivering superior JSON performance improvements through 
architectural alignment rather than integr [...]
 
-</body>
-</html>
+
+    </body>
+</document>

Reply via email to