Skip to content

Commit c0c105c

Browse files
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 <noreply@anthropic.com>
1 parent 72e1ed0 commit c0c105c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ prefix the subject of the mail with [Axis2].</p>
7777
which targets WildFly 32. The following table summarises all differences:</p>
7878

7979
<table border="1" cellpadding="4">
80-
<tr><th>Aspect</th><th>WildFly 32</th><th>Tomcat 11</th></tr>
80+
<tr><th>Aspect</th><th>WildFly 32 / 39</th><th>Tomcat 11</th></tr>
8181
<tr>
8282
<td><strong>Context root</strong></td>
8383
<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 -
246246
however this WAR does not have an embedded web server such as Tomcat.
247247
</p>
248248
<p>
249-
The testing was carried out on Apache Tomcat 11.0.20 with Jakarta EE 9+, by installing the WAR in its app server.
249+
Testing was carried out on Apache Tomcat 11.0.20 with OpenJDK 21 and OpenJDK 25, by installing the WAR in its app server.
250250
</p>
251251
<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>
252252

src/site/xdoc/docs/json-springboot-userguide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This guide supplies a pom.xml for building an exploded WAR with Spring Boot 3
135135
this WAR does not have an embedded web server and must be deployed to an external application server.
136136
</p>
137137
<p>
138-
The testing was carried out on WildFly 32 with Jakarta, by installing the WAR in its app server.
138+
Testing was carried out on WildFly 32 with OpenJDK 21, and WildFly 39 with OpenJDK 25, by installing the WAR in the app server.
139139
For the equivalent guide targeting Apache Tomcat 11, see the
140140
<a href="json-springboot-tomcat11-userguide.html">Tomcat 11 User's Guide</a>.
141141
The key differences between the two deployments are:

0 commit comments

Comments
 (0)