Author: markt Date: Mon Dec 8 09:23:08 2025 New Revision: 1930353 Log: Update site for 11.0.15 release
Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/xdocs/download-11.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-11.0.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/build.properties.default ============================================================================== --- tomcat/site/trunk/build.properties.default Mon Dec 8 09:17:13 2025 (r1930352) +++ tomcat/site/trunk/build.properties.default Mon Dec 8 09:23:08 2025 (r1930353) @@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- tomcat9.0=9.0.113 tomcat10.1=10.1.49 -tomcat11.0=11.0.14 +tomcat11.0=11.0.15 # ----- Download destination ----- tomcat-site-docs.home=${base.path}/tomcat-site-docs/ Modified: tomcat/site/trunk/xdocs/download-11.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-11.xml Mon Dec 8 09:17:13 2025 (r1930352) +++ tomcat/site/trunk/xdocs/download-11.xml Mon Dec 8 09:23:08 2025 (r1930353) @@ -31,7 +31,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]11.0.14[end] +[define v]11.0.15[end] <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-11" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/xdocs/index.xml ============================================================================== --- tomcat/site/trunk/xdocs/index.xml Mon Dec 8 09:17:13 2025 (r1930352) +++ tomcat/site/trunk/xdocs/index.xml Mon Dec 8 09:23:08 2025 (r1930353) @@ -48,6 +48,40 @@ these users and their stories are listed wiki page.</p> </section> +<section name="Tomcat 11.0.15 Released" rtext="2025-12-08"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.15 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 11 platform.</p> +<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from +Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse +Foundation, the primary package for all implemented APIs has changed from +<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly +require code changes to enable applications to migrate from Tomcat 9 and earlier +to Tomcat 10 and later. A +<a href="https://github.com/apache/tomcat-jakartaee-migration">migration +tool</a> is available to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Add strictSNI attribute on the Connector to allow matching the + SSLHostConfig configuration associated with the SNI host name to the + SSLHostConfig configuration matched from the HTTP protocol host name. + Non matching configurations will cause the request to be rejected. The + attribute default value is true, enabling the matching.</li> + <li>Correct a regression introduced in 11.0.11 that broke some clustering + configurations.</li> + <li>Update Commons Daemon to 1.5.0.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.15_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> <section name="Tomcat 9.0.113 Released" rtext="2025-12-07"> <p> @@ -96,38 +130,6 @@ Full details of these changes, and all t </p> </section> -<section name="Tomcat 11.0.14 Released" rtext="2025-11-10"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.14 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 11 platform.</p> -<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from -Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse -Foundation, the primary package for all implemented APIs has changed from -<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly -require code changes to enable applications to migrate from Tomcat 9 and earlier -to Tomcat 10 and later. A -<a href="https://github.com/apache/tomcat-jakartaee-migration">migration -tool</a> is available to aid this process.</p> -<p>The notable changes in this release are:</p> -<ul> -<li>Fix SSL socket factory configuration in the JNDI realm. Based on a - pull request by Joshua Rogers.</li> -<li>Fix a memory leak when using a trust store with the OpenSSL provider. - Pull request by aogburn.</li> -<li>Avoid a NPE while unwrapping Servlet exception which would hide some - exception details. Patch submitted by Eric Blanquer.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.14_(markt)">Tomcat 11 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-11.cgi">Download</a> -</p> -</section> <section name="Tomcat 10.1.49 Released" rtext="2025-11-10"> <p> Modified: tomcat/site/trunk/xdocs/migration-11.0.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-11.0.xml Mon Dec 8 09:17:13 2025 (r1930352) +++ tomcat/site/trunk/xdocs/migration-11.0.xml Mon Dec 8 09:23:08 2025 (r1930353) @@ -219,8 +219,9 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.10">11.0.10</option> <option value="11.0.11">11.0.11</option> <option value="11.0.12">11.0.12</option> - <option value="11.0.13" selected="selected">11.0.13</option> - <option value="11.0.14">11.0.14</option> + <option value="11.0.13">11.0.13</option> + <option value="11.0.14" selected="selected">11.0.14</option> + <option value="11.0.15">11.0.15</option> </select>,</label> <label>new version: <select name="target"> <option value="11.0.0-M1">11.0.0-M1</option> @@ -260,7 +261,8 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.11">11.0.11</option> <option value="11.0.12">11.0.12</option> <option value="11.0.13">11.0.13</option> - <option value="11.0.14" selected="selected">11.0.14</option> + <option value="11.0.14">11.0.14</option> + <option value="11.0.15" selected="selected">11.0.15</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Mon Dec 8 09:17:13 2025 (r1930352) +++ tomcat/site/trunk/xdocs/oldnews.xml Mon Dec 8 09:23:08 2025 (r1930353) @@ -29,6 +29,38 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </section> +<section name="Tomcat 11.0.14 Released" rtext="2025-11-10"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.14 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 11 platform.</p> +<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from +Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse +Foundation, the primary package for all implemented APIs has changed from +<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly +require code changes to enable applications to migrate from Tomcat 9 and earlier +to Tomcat 10 and later. A +<a href="https://github.com/apache/tomcat-jakartaee-migration">migration +tool</a> is available to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Fix SSL socket factory configuration in the JNDI realm. Based on a + pull request by Joshua Rogers.</li> +<li>Fix a memory leak when using a trust store with the OpenSSL provider. + Pull request by aogburn.</li> +<li>Avoid a NPE while unwrapping Servlet exception which would hide some + exception details. Patch submitted by Eric Blanquer.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.14_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> <section name="Tomcat 9.0.112 Released" rtext="2025-11-10"> <p> Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Mon Dec 8 09:17:13 2025 (r1930352) +++ tomcat/site/trunk/xdocs/whichversion.xml Mon Dec 8 09:23:08 2025 (r1930353) @@ -42,7 +42,7 @@ specifications</a> and the respective Ap <td>3.1</td> <td>3.0</td> <td>11.0.x</td> - <td>11.0.14</td> + <td>11.0.15</td> <td>17 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
