Author: markt Date: Tue May 5 14:47:14 2026 New Revision: 1933849 Log: Update site for 11.0.22 release
Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-11.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-11.0.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html 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 Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/build.properties.default Tue May 5 14:47:14 2026 (r1933849) @@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- tomcat9.0=9.0.117 tomcat10.1=10.1.54 -tomcat11.0=11.0.21 +tomcat11.0=11.0.22 # ----- Download destination ----- tomcat-site-docs.home=${base.path}/tomcat-site-docs/ Modified: tomcat/site/trunk/docs/download-11.html ============================================================================== --- tomcat/site/trunk/docs/download-11.html Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/docs/download-11.html Tue May 5 14:47:14 2026 (r1933849) @@ -19,7 +19,7 @@ </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]11.0.21[end] +[define v]11.0.22[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/docs/index.html ============================================================================== --- tomcat/site/trunk/docs/index.html Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/docs/index.html Tue May 5 14:47:14 2026 (r1933849) @@ -31,9 +31,9 @@ these users and their stories are listed <a href="https://cwiki.apache.org/confluence/display/TOMCAT/PoweredBy">PoweredBy</a> wiki page.</p> -</div><h3 id="Tomcat_11.0.21_Released"><span class="pull-right">2026-04-04</span> Tomcat 11.0.21 Released</h3><div class="text"> +</div><h3 id="Tomcat_11.0.22_Released"><span class="pull-right">2026-05-05</span> Tomcat 11.0.22 Released</h3><div class="text"> <p> -The Apache Tomcat Project is proud to announce the release of version 11.0.21 +The Apache Tomcat Project is proud to announce the release of version 11.0.22 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 @@ -46,15 +46,16 @@ to Tomcat 10 and later. A tool</a> is available to aid this process.</p> <p>The notable changes in this release are:</p> <ul> -<li>Fix a bug in the non-blocking flushing code for NIO+TLS that meant - that a response may not have been fully written until the connection - was closed. Pull request 966 provided by Phil Clay.</li> -<li>Improved HTTP/2 error handling</li> -<li>Better error handling for the EncryptInterceptor</li> +<li>Enhance version.sh and version.bat to display APR, Tomcat Native, and + OpenSSL version information.</li> +<li>Free private keys, keys and certificates after use in FFM based + connector configuration.</li> +<li>Various HTTP/2 validation improvements and a broader change to use + stream resets rather than connection closures where appropriate.</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.21_(markt)">Tomcat 11 +<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.22_(markt)">Tomcat 11 changelog</a>. </p> Modified: tomcat/site/trunk/docs/migration-11.0.html ============================================================================== --- tomcat/site/trunk/docs/migration-11.0.html Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/docs/migration-11.0.html Tue May 5 14:47:14 2026 (r1933849) @@ -222,8 +222,9 @@ versions of Apache Tomcat<sup>®</sup <option value="11.0.14">11.0.14</option> <option value="11.0.15">11.0.15</option> <option value="11.0.18">11.0.18</option> - <option value="11.0.20" selected>11.0.20</option> - <option value="11.0.21">11.0.21</option> + <option value="11.0.20">11.0.20</option> + <option value="11.0.21" selected>11.0.21</option> + <option value="11.0.22">11.0.22</option> </select>,</label> <label>new version: <select name="target"> <option value="11.0.0-M1">11.0.0-M1</option> @@ -267,7 +268,8 @@ versions of Apache Tomcat<sup>®</sup <option value="11.0.15">11.0.15</option> <option value="11.0.18">11.0.18</option> <option value="11.0.20">11.0.20</option> - <option value="11.0.21" selected>11.0.21</option> + <option value="11.0.21">11.0.21</option> + <option value="11.0.22" selected>11.0.22</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/docs/oldnews.html Tue May 5 14:47:14 2026 (r1933849) @@ -20,6 +20,36 @@ <li><a href="oldnews-2011.html">year 2011</a></li> <li><a href="oldnews-2010.html">year 2010</a></li> </ul> +</div><h3 id="Tomcat_11.0.21_Released"><span class="pull-right">2026-04-04</span> Tomcat 11.0.21 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.21 +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 a bug in the non-blocking flushing code for NIO+TLS that meant + that a response may not have been fully written until the connection + was closed. Pull request 966 provided by Phil Clay.</li> +<li>Improved HTTP/2 error handling</li> +<li>Better error handling for the EncryptInterceptor</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.21_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> </div><h3 id="Tomcat_11.0.20_Released"><span class="pull-right">2026-03-20</span> Tomcat 11.0.20 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.20 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/docs/whichversion.html Tue May 5 14:47:14 2026 (r1933849) @@ -31,7 +31,7 @@ specifications</a> and the respective Ap <td>3.1</td> <td>3.0</td> <td>11.0.x</td> - <td>11.0.21</td> + <td>11.0.22</td> <td>17 and later</td> </tr> Modified: tomcat/site/trunk/xdocs/download-11.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-11.xml Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/xdocs/download-11.xml Tue May 5 14:47:14 2026 (r1933849) @@ -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.21[end] +[define v]11.0.22[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 Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/xdocs/index.xml Tue May 5 14:47:14 2026 (r1933849) @@ -48,9 +48,9 @@ these users and their stories are listed wiki page.</p> </section> -<section name="Tomcat 11.0.21 Released" rtext="2026-04-04"> +<section name="Tomcat 11.0.22 Released" rtext="2026-05-05"> <p> -The Apache Tomcat Project is proud to announce the release of version 11.0.21 +The Apache Tomcat Project is proud to announce the release of version 11.0.22 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 @@ -63,15 +63,16 @@ to Tomcat 10 and later. A tool</a> is available to aid this process.</p> <p>The notable changes in this release are:</p> <ul> -<li>Fix a bug in the non-blocking flushing code for NIO+TLS that meant - that a response may not have been fully written until the connection - was closed. Pull request 966 provided by Phil Clay.</li> -<li>Improved HTTP/2 error handling</li> -<li>Better error handling for the EncryptInterceptor</li> +<li>Enhance version.sh and version.bat to display APR, Tomcat Native, and + OpenSSL version information.</li> +<li>Free private keys, keys and certificates after use in FFM based + connector configuration.</li> +<li>Various HTTP/2 validation improvements and a broader change to use + stream resets rather than connection closures where appropriate.</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.21_(markt)">Tomcat 11 +<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.22_(markt)">Tomcat 11 changelog</a>. </p> Modified: tomcat/site/trunk/xdocs/migration-11.0.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-11.0.xml Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/xdocs/migration-11.0.xml Tue May 5 14:47:14 2026 (r1933849) @@ -239,8 +239,9 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.14">11.0.14</option> <option value="11.0.15">11.0.15</option> <option value="11.0.18">11.0.18</option> - <option value="11.0.20" selected="selected">11.0.20</option> - <option value="11.0.21">11.0.21</option> + <option value="11.0.20">11.0.20</option> + <option value="11.0.21" selected="selected">11.0.21</option> + <option value="11.0.22">11.0.22</option> </select>,</label> <label>new version: <select name="target"> <option value="11.0.0-M1">11.0.0-M1</option> @@ -284,7 +285,8 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.15">11.0.15</option> <option value="11.0.18">11.0.18</option> <option value="11.0.20">11.0.20</option> - <option value="11.0.21" selected="selected">11.0.21</option> + <option value="11.0.21">11.0.21</option> + <option value="11.0.22" selected="selected">11.0.22</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/xdocs/oldnews.xml Tue May 5 14:47:14 2026 (r1933849) @@ -30,6 +30,37 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </section> +<section name="Tomcat 11.0.21 Released" rtext="2026-04-04"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.21 +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 a bug in the non-blocking flushing code for NIO+TLS that meant + that a response may not have been fully written until the connection + was closed. Pull request 966 provided by Phil Clay.</li> +<li>Improved HTTP/2 error handling</li> +<li>Better error handling for the EncryptInterceptor</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.21_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> <section name="Tomcat 11.0.20 Released" rtext="2026-03-20"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.20 Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Tue May 5 14:46:20 2026 (r1933848) +++ tomcat/site/trunk/xdocs/whichversion.xml Tue May 5 14:47:14 2026 (r1933849) @@ -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.21</td> + <td>11.0.22</td> <td>17 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
