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 c0c105cbf4c673e4d9430b921ae689fde3287ca7 Author: Robert Lazarski <[email protected]> AuthorDate: Sat Apr 4 09:30:27 2026 -1000 AP: update userguides with tested Java and server versions WildFly guide: tested on WildFly 32 / OpenJDK 21 and WildFly 39 / OpenJDK 25 Tomcat 11 guide: tested on Tomcat 11.0.20 / OpenJDK 21 and OpenJDK 25 Update comparison table header to reflect WildFly 32 / 39 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> --- src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml | 4 ++-- src/site/xdoc/docs/json-springboot-userguide.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml b/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml index ef2b228618..87f93b3de2 100644 --- a/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml +++ b/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml @@ -77,7 +77,7 @@ prefix the subject of the mail with [Axis2].</p> which targets WildFly 32. The following table summarises all differences:</p> <table border="1" cellpadding="4"> -<tr><th>Aspect</th><th>WildFly 32</th><th>Tomcat 11</th></tr> +<tr><th>Aspect</th><th>WildFly 32 / 39</th><th>Tomcat 11</th></tr> <tr> <td><strong>Context root</strong></td> <td><code>/axis2-json-api</code> (WAR name becomes context root automatically)</td> @@ -246,7 +246,7 @@ This guide supplies a pom.xml for building an exploded WAR with Spring Boot 3 - however this WAR does not have an embedded web server such as Tomcat. </p> <p> -The testing was carried out on Apache Tomcat 11.0.20 with Jakarta EE 9+, by installing the WAR in its app server. +Testing was carried out on Apache Tomcat 11.0.20 with OpenJDK 21 and OpenJDK 25, by installing the WAR in its app server. </p> <p>Please deploy the result of the maven build via 'mvn clean install', axis2-json-api.war, into your servlet container and ensure that it installs without any errors.</p> diff --git a/src/site/xdoc/docs/json-springboot-userguide.xml b/src/site/xdoc/docs/json-springboot-userguide.xml index 96a9fdaef6..6b4b12c60a 100644 --- a/src/site/xdoc/docs/json-springboot-userguide.xml +++ b/src/site/xdoc/docs/json-springboot-userguide.xml @@ -135,7 +135,7 @@ This guide supplies a pom.xml for building an exploded WAR with Spring Boot 3 this WAR does not have an embedded web server and must be deployed to an external application server. </p> <p> -The testing was carried out on WildFly 32 with Jakarta, by installing the WAR in its app server. +Testing was carried out on WildFly 32 with OpenJDK 21, and WildFly 39 with OpenJDK 25, by installing the WAR in the app server. For the equivalent guide targeting Apache Tomcat 11, see the <a href="json-springboot-tomcat11-userguide.html">Tomcat 11 User's Guide</a>. The key differences between the two deployments are:
