Author: markt Date: Wed Mar 5 18:25:09 2025 New Revision: 1924186 URL: http://svn.apache.org/viewvc?rev=1924186&view=rev Log: Update site for 11.0.5 release
Added: tomcat/site/trunk/docs/oldnews-2024.html tomcat/site/trunk/xdocs/oldnews-2024.xml 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 URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/build.properties.default (original) +++ tomcat/site/trunk/build.properties.default Wed Mar 5 18:25:09 2025 @@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- tomcat9.0=9.0.100 tomcat10.1=10.1.36 -tomcat11.0=11.0.4 +tomcat11.0=11.0.5 # ----- Download destination ----- tomcat-site-docs.home=${base.path}/tomcat-site-docs/ Modified: tomcat/site/trunk/docs/download-11.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-11.html (original) +++ tomcat/site/trunk/docs/download-11.html Wed Mar 5 18:25:09 2025 @@ -19,7 +19,7 @@ </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]11.0.4[end] +[define v]11.0.5[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 URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Wed Mar 5 18:25:09 2025 @@ -34,6 +34,39 @@ wiki page.</p> <p>Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.</p> +</div><h3 id="Tomcat_11.0.5_Released"><span class="pull-right">2025-03-05</span> Tomcat 11.0.5 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.5 +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>Improve the checks for exposure to and protection against + CVE-2024-56337 so that reflection is not used unless required. The + checks for whether the file system is case sensitive or not have been + removed.</li> +<li>Use Transfer-Encoding for compression rather than Content-Encoding if + the client submits a TE header containing gzip.</li> +<li>Add makensis as an option for building the Installer for Windows on + non-Windows platforms.</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.5_(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_10.1.36_Released"><span class="pull-right">2025-02-18</span> Tomcat 10.1.36 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.36 @@ -83,34 +116,6 @@ changelog</a>. <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-90.cgi">Download</a> </p> -</div><h3 id="Tomcat_11.0.4_Released"><span class="pull-right">2025-02-17</span> Tomcat 11.0.4 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.4 -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 regression in 11.0.3 and add a catch for - <code>InaccessibleObjectException</code> to avoid users of embedded Tomcat - having to add an additional <code>--add-opens</code>.</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.4_(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_Migration_Tool_for_Jakarta_EE_1.0.9_Released"><span class="pull-right">2025-01-21</span> Tomcat Migration Tool for Jakarta EE 1.0.9 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of 1.0.9 of the Modified: tomcat/site/trunk/docs/migration-11.0.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-11.0.html (original) +++ tomcat/site/trunk/docs/migration-11.0.html Wed Mar 5 18:25:09 2025 @@ -192,8 +192,9 @@ versions of Apache Tomcat<sup>®</sup <option value="11.0.0">11.0.0</option> <option value="11.0.1">11.0.1</option> <option value="11.0.2">11.0.2</option> - <option value="11.0.3" selected>11.0.3</option> - <option value="11.0.4">11.0.4</option> + <option value="11.0.3">11.0.3</option> + <option value="11.0.4" selected>11.0.4</option> + <option value="11.0.5">11.0.5</option> </select>,</label> <label>new version: <select name="target"> <option value="11.0.0-M1">11.0.0-M1</option> @@ -223,7 +224,8 @@ versions of Apache Tomcat<sup>®</sup <option value="11.0.1">11.0.1</option> <option value="11.0.2">11.0.2</option> <option value="11.0.3">11.0.3</option> - <option value="11.0.4" selected>11.0.4</option> + <option value="11.0.4">11.0.4</option> + <option value="11.0.5" selected>11.0.5</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Added: tomcat/site/trunk/docs/oldnews-2024.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2024.html?rev=1924186&view=auto ============================================================================== --- tomcat/site/trunk/docs/oldnews-2024.html (added) +++ tomcat/site/trunk/docs/oldnews-2024.html Wed Mar 5 18:25:09 2025 @@ -0,0 +1,1276 @@ +<!DOCTYPE html SYSTEM "about:legacy-compat"> +<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link href="res/css/tomcat.css" rel="stylesheet" type="text/css"><link href="res/css/fonts/fonts.css" rel="stylesheet" type="text/css"><title>Apache Tomcat® - Old news!</title><meta name="author" content="Apache Tomcat Project"><script src="https://www.apachecon.com/event-images/snippet.js"></script></head><body><div id="wrapper"><header id="header"><div class="clearfix"><div class="menu-toggler pull-left" tabindex="1"><div class="hamburger"></div></div><a href="http://tomcat.apache.org/"><img class="tomcat-logo pull-left noPrint" alt="Tomcat Home" src="res/images/tomcat.png"></a><h1 class="pull-left">Apache Tomcat<sup>®</sup></h1><div class="asf-logos pull-right"><a href="https://www.apache.org/foundation/contributing.html" target="_blank" class="pull-left"><img src="https://www.apache.org/images/SupportApache-small.png " class="support-asf" alt="Support Apache"></a><a href="http://www.apache.org/" target="_blank" class="pull-left"><img src="res/images/asf_logo.svg" class="asf-logo" alt="The Apache Software Foundation"></a></div></div></header><main id="middle"><div><div id="mainLeft"><div id="nav-wrapper"><form action="https://www.google.com/search" method="get"><div class="searchbox"><input value="tomcat.apache.org" name="sitesearch" type="hidden"><input aria-label="Search text" placeholder="Search…" required="required" name="q" id="query" type="search"><button>GO</button></div></form><div class="asfevents"><a class="acevent" data-format="square" data-width="150"></a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a href="./index.html">Home</a></li><li><a href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a href="./whichversion.html">Which version?</a></li><li><a href="https://tomcat.apache.org/download-11.c gi">Tomcat 11</a></li><li><a href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool for Jakarta EE</a></li><li><a href="https://tomcat.apache.org/download-connectors.cgi">Tomcat Connectors</a></li><li><a href="https://tomcat.apache.org/download-native.cgi">Tomcat Native</a></li><li><a href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a href="https://archive.apache.org/dist/tomcat/">Archives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a href="./tomcat-11.0-doc/index.html">Tomcat 11.0</a></li><li><a href="./tomcat-10.1-doc/index.html">Tomcat 10.1</a></li><li><a href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a href="./upgrading.html">Upgrading</a></li><li><a href="./connectors-doc/index.html">Tomcat Connectors</a></li><li><a href="./native-doc/index.html">Tomcat Native 2< /a></li><li><a href="./native-1.3-doc/index.html">Tomcat Native 1.3</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a href="./migration.html">Migration Guide</a></li><li><a href="./presentations.html">Presentations</a></li><li><a href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a href="./security.html">Security Reports</a></li><li><a href="./findhelp.html">Find help</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a href="./lists.html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug Database</a></li><li><a href="./irc.html">IRC</a></li></ul></div><div><h2>Get Involved</h2><ul><li><a href="./getinvolved.html">Overview</a></li><li><a href="./source.html">Source code</a></li><li><a href="./ci.html">Buildbot</a></li><li><a href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a href="https://twitter.com/t heapachetomcat">Twitter</a></li><li><a href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a href="./whoweare.html">Who We Are</a></li><li><a href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a href="./heritage.html">Heritage</a></li><li><a href="http://www.apache.org">Apache Home</a></li><li><a href="./resources.html">Resources</a></li><li><a href="./contact.html">Contact</a></li><li><a href="./legal.html">Legal</a></li><li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li><li><a href="https://www.apache.org/foundation/contributing.html">Support Apache</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></di v></nav></div></div><div id="mainRight"><div id="content"><h2 style="display: none;">Content</h2><h3 id="Older_news">Older news</h3><div class="text"> +<p>Announcements from previous years can be found here:</p> +<ul> + <li><a href="oldnews.html">year 2025</a></li> + <li>year 2024</li> + <li><a href="oldnews-2023.html">year 2023</a></li> + <li><a href="oldnews-2022.html">year 2022</a></li> + <li><a href="oldnews-2021.html">year 2021</a></li> + <li><a href="oldnews-2020.html">year 2020</a></li> + <li><a href="oldnews-2019.html">year 2019</a></li> + <li><a href="oldnews-2018.html">year 2018</a></li> + <li><a href="oldnews-2017.html">year 2017</a></li> + <li><a href="oldnews-2016.html">year 2016</a></li> + <li><a href="oldnews-2015.html">year 2015</a></li> + <li><a href="oldnews-2014.html">year 2014</a></li> + <li><a href="oldnews-2013.html">year 2013</a></li> + <li><a href="oldnews-2012.html">year 2012</a></li> + <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.2_Released"><span class="pull-right">2024-12-09</span> Tomcat 11.0.2 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.2 +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 strong ETag support for the WebDAV and default servlet, which can + be enabled by using the useStrongETags init parameter with a value set + to true. The ETag generated will be a SHA-1 checksum of the resource + content.</li> +<li>Add support for RateLimit header fields for HTTP (RFC draft) in the + RateLimitFilter. Based on pull request #775 provided by Chenjp.</li> +<li>Update Tomcat's fork of Commons DBCP to 2.13.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.2_(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_9.0.98_Released"><span class="pull-right">2024-12-09</span> Tomcat 9.0.98 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.98 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.97 include:</p> +<ul> +<li>Add strong ETag support for the WebDAV and default servlet, which can + be enabled by using the useStrongETags init parameter with a value set + to true. The ETag generated will be a SHA-1 checksum of the resource + content.</li> +<li>Add support for RateLimit header fields for HTTP (RFC draft) in the + RateLimitFilter.</li> +<li>Update Tomcat's fork of Commons DBCP to 2.13.0.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.98_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.34_Released"><span class="pull-right">2024-12-09</span> Tomcat 10.1.34 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.34 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Add strong ETag support for the WebDAV and default servlet, which can + be enabled by using the useStrongETags init parameter with a value set + to true. The ETag generated will be a SHA-1 checksum of the resource + content.</li> + + <li>Add support for RateLimit header fields for HTTP (RFC draft) in the + RateLimitFilter. Based on pull request #775 provided by Chenjp</li> + + <li>Update Tomcat's fork of Commons DBCP to 2.13.0.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.34_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.33_Released"><span class="pull-right">2024-11-11</span> Tomcat 10.1.33 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.33 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Fix a regression caused by the improvement 69333 which caused the + tag release to be called when using tag pooling, and to be skipped + when not using it. Patch submitted by Michal Sobkiewicz.</li> + + <li>Further WebDAV fixes and improvements.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the + +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.33_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.1_Released"><span class="pull-right">2024-11-10</span> Tomcat 11.0.1 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.1 +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 regression caused by the improvement 69333 which caused the + tag release to be called when using tag pooling, and to be skipped + when not using it. Patch submitted by Michal Sobkiewicz.</li> +<li>Further WebDAV fixes and improvements.</li> +<li>Restore providing a value (rather than null) for + Class.getProtectionDomain().getCodeSource().getLocation() as a + number of libraries and JRE features depend on this being non-null + even when a SecurityManager is not in use.</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.1_(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_9.0.97_Released"><span class="pull-right">2024-11-09</span> Tomcat 9.0.97 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.97 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.96 include:</p> +<ul> +<li>Fix a regression caused by the improvement 69333 which caused the + tag release to be called when using tag pooling, and to be skipped + when not using it</li> +<li>Further WebDAV fixes and improvements</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.97_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.31_Released"><span class="pull-right">2024-10-09</span> Tomcat 10.1.31 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.31 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Multiple fixes and improvements for WebDAV</li> + <li>Improvements to the recently adding request/response recycling for + HTTP/2</li> + <li>Improve the stability of Tomcat Native during GC</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.31_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0_Released"><span class="pull-right">2024-10-09</span> Tomcat 11.0.0 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0 +of Apache Tomcat. This release is targeted at Jakarta EE 11.</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>Multiple fixes and improvements for WebDAV</li> + <li>Improvements to the recently adding request/response recycling for + HTTP/2</li> + <li>Improve the stability of Tomcat Native during GC</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.0_(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_9.0.96_Released"><span class="pull-right">2024-10-08</span> Tomcat 9.0.96 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.96 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.95 include:</p> +<ul> +<li>Multiple fixes and improvements for WebDAV</li> +<li>Improvements to the recently adding request/response recycling for + HTTP/2</li> +<li>Improve the stability of Tomcat Native during GC</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.96_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M26_Released"><span class="pull-right">2024-09-16</span> Tomcat 11.0.0-M26 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M26 +(beta) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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 the regression in HTTP/2 support introduced in 11.0.0-M25</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.0-M26_(markt)">Tomcat 11 +<strong>(beta)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.30_Released"><span class="pull-right">2024-09-17</span> Tomcat 10.1.30 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.30 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Fix the regression in HTTP/2 support introduced in 10.1.29.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.30_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.95_Released"><span class="pull-right">2024-09-17</span> Tomcat 9.0.95 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.95 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.94 include:</p> +<ul> +<li>Fix the regression in HTTP/2 support introduced in 9.0.94</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.95_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.29_Released"><span class="pull-right">2024-09-10</span> Tomcat 10.1.29 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.29 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>If an HTTP/2 client resets a stream before the request body is fully + written, ensure that any ReadListener is notified via a call to + ReadListener.onErrror().</li> + + <li>An Exception being thrown during WebSocket message processing (e.g. in + a method annotated with @onMessage) should not automatically cause the + connection to close. The application should handle the exception and + make the decision whether or not to close the connection.</li> + + <li>Correct a regression in the fix for non-blocking reads of chunked + request bodies that caused <code>InputStream.available()</code> to + return a non-zero value when there was no data to read. In some + circumstances this could cause a blocking read to block waiting for + more data rather than return the data it had already received.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.29_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.94_Released"><span class="pull-right">2024-09-10</span> Tomcat 9.0.94 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.94 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.93 include:</p> +<ul> +<li>If an HTTP/2 client resets a stream before the request body is fully + written, ensure that any ReadListener is notified via a call to + ReadListener.onErrror()</li> +<li>An Exception being thrown during WebSocket message processing (e.g. in + a method annotated with @onMessage) should not automatically cause the + connection to close. The application should handle the exception and + make the decision whether or not to close the connection.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.94_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M25_Released"><span class="pull-right">2024-09-10</span> Tomcat 11.0.0-M25 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M25 +(beta) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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>Implement the recent clarification from the Jakarta Servlet project + that if a content length is declared then once that many bytes have + been written to the response, further writes should trigger an + IOException</li> +<li>If an HTTP/2 client resets a stream before the request body is fully + written, ensure that any ReadListener is notified via a call to + ReadListener.onErrror()</li> +<li>An Exception being thrown during WebSocket message processing (e.g. in + a method annotated with @onMessage) should not automatically cause the + connection to close. The application should handle the exception and + make the decision whether or not to close the connection.</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.0-M25_(email)">Tomcat 11 +<strong>(beta)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.28_Released"><span class="pull-right">2024-08-06</span> Tomcat 10.1.28 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.28 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Add support for RFC 8297 (Early Hints). Applications can use this + feature by casting the HttpServletResponse to + org.apache.catalina.connector.Reponse and then calling the method + void sendEarlyHints()</li> + + <li>Align HTTP/2 with HTTP/1.1 and recycle the container internal request + and response processing objects by default. This behaviour can be + controlled via the new discardRequestsAndResponses attribute on the + HTTP/2 upgrade protocol.</li> + + <li>Ensure statements returned from Statement methods executeQuery(), + getResultSet() and getGeneratedKeys() are correctly wrapped before + being returned to the caller.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.28_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.93_Released"><span class="pull-right">2024-08-06</span> Tomcat 9.0.93 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.93 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.91 include:</p> +<ul> +<li>Align HTTP/2 with HTTP/1.1 and recycle the container internal request + and response processing objects by default. This behaviour can be + controlled via the new discardRequestsAndResponses attribute on the + HTTP/2 upgrade protocol.</li> +<li>Add OpenSSL support for FFM. Using this feature requires Java 22 + or newer.</li> +<li>Add support for RFC 8297 (Early Hints). Applications can use this + feature by casting the HttpServletResponse to + org.apache.catalina.connector.Reponse and then calling the method + void sendEarlyHints().</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.93_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M24_Released"><span class="pull-right">2024-08-06</span> Tomcat 11.0.0-M24 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M24 +(beta) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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>Align HTTP/2 with HTTP/1.1 and recycle the container internal request + and response processing objects by default. This behaviour can be + controlled via the new discardRequestsAndResponses attribute on the + HTTP/2 upgrade protocol.</li> +<li>Add FFM compatibility methods for LibreSSL and BoringSSL support.</li> +<li>Add support for RFC 8297 (Early Hints). Applications can use this + feature by casting the HttpServletResponse to + org.apache.catalina.connector.Reponse and then calling the method + void sendEarlyHints().</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.0-M24_(markt)">Tomcat 11 +<strong>(beta)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.26_Released"><span class="pull-right">2024-07-12</span> Tomcat 10.1.26 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.26 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Move OpenSSL support using FFM to a separate JAR named + tomcat-coyote-ffm.jar that advertises Java 22 in its manifest.</li> + + <li>When using include directives in a tag file packaged in a JAR file, + ensure that the include directives are processed correctly.</li> + + <li>Expand the implementation of the filter value of the Authenticator + attribute allowCorsPreflight, so that it applies to all requests that + match the configured URL patterns for the CORS filter, rather than + only applying if the CORS filter is mapped to /*</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.26_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.91_Released"><span class="pull-right">2024-07-08</span> Tomcat 9.0.91 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.90 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.89 include:</p> +<ul> +<li>When using include directives in a tag file packaged in a JAR file, + ensure that the include directives are processed correctly.</li> +<li>Expand the implementation of the filter value of the Authenticator + attribute allowCorsPreflight, so that it applies to all requests that + match the configured URL patterns for the CORS filter, rather than + only applying if the CORS filter is mapped to /*</li> +<li>Add test-only build target to allow running only the testsuite, supporting + Java versions down to the minimum supported to run Tomcat.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.91_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M22_Released"><span class="pull-right">2024-07-05</span> Tomcat 11.0.0-M22 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M22 +(beta) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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>Move OpenSSL support using FFM to a separate JAR named + tomcat-coyote-ffm.jar that advertises Java 22 in its manifest.</li> +<li>When using include directives in a tag file packaged in a JAR file, + ensure that the include directives are processed correctly.</li> +<li>Expand the implementation of the filter value of the Authenticator + attribute allowCorsPreflight, so that it applies to all requests that + match the configured URL patterns for the CORS filter, rather than + only applying if the CORS filter is mapped to /*</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.0-M22_(markt)">Tomcat 11 +<strong>(beta)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.25_Released"><span class="pull-right">2024-06-19</span> Tomcat 10.1.25 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.25 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Ensure that static resources deployed via a JAR file remain accessible + when the context is configured to use a bloom filter. Based on pull + request #730 provided by bergander.</li> + + <li>Update to Commons Daemon 1.4.0</li> + + <li>Improvements to HTTP/2 streams and timeouts</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.25_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.90_Released"><span class="pull-right">2024-06-19</span> Tomcat 9.0.90 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.90 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.89 include:</p> +<ul> +<li>Ensure that static resources deployed via a JAR file remain accessible + when the context is configured to use a bloom filter.</li> +<li>Update to Commons Daemon 1.4.0.</li> +<li>The default value of the discardFacades attribute of the Connector is now + true for improved safety.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.90_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M21_Released"><span class="pull-right">2024-06-18</span> Tomcat 11.0.0-M21 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M21 +(beta) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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>Ensure that static resources deployed via a JAR file remain accessible + when the context is configured to use a bloom filter. Based on a pull + request provided by bergander.</li> +<li>Add task queue size configuration on the Connector element, similar to the + Executor element, for consistency.</li> +<li>Update to Commons Daemon 1.4.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.0-M21_(markt)">Tomcat 11 +<strong>(beta)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.24_Released"><span class="pull-right">2024-05-13</span> Tomcat 10.1.24 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.24 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Correct error handling for asynchronous requests</li> + + <li>Refactor HTTP header parsing to use common parsing code and fix + non-blocking reads of chunked request bodies including trailer fields</li> + + <li>WebDAV locking handling fixes</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.24_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.89_Released"><span class="pull-right">2024-05-07</span> Tomcat 9.0.89 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.89 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.88 include:</p> +<ul> +<li>Refactor HTTP header parsing to use common parsing code and fix + non-blocking reads of chunked request bodies including trailer fields.</li> +<li>Add more timescale options to AccessLogValve and ExtendedAccessLogValve. + </li> +<li>WebDAV locking handling fixes.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.89_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M20_Released"><span class="pull-right">2024-05-08</span> Tomcat 11.0.0-M20 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M20 +(alpha) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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 OpenSSL FFM classes to tomcat-embed-core.jar</li> +<li>Refactor HTTP header parsing to use common parsing code and fix non-blocking + reads of chunked request bodies including trailer fields</li> +<li>Add more timescale options to AccessLogValve and ExtendedAccessLogValve</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.0-M20_(markt)">Tomcat 11 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.23_Released"><span class="pull-right">2024-04-23</span> Tomcat 10.1.23 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.23 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> + +<ul> + <li>Improve locking strategies in Catalina core</li> + <li>Update Basic authentication to implement the requirements of RFC 7617</li> + <li>Updates to Apache Commons dependencies</li> + <li>Add OpenSSL support when FFM is available</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.23_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M19_Released"><span class="pull-right">2024-04-16</span> Tomcat 11.0.0-M19 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M19 +(alpha) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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>Finalize update to the Jakarta EE 11 specifications.</li> +<li>Cookies header generation enhancements.</li> +<li>Fix regression when reloading TLS configuration and files.</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.0-M19_(markt)">Tomcat 11 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.88_Released"><span class="pull-right">2024-04-16</span> Tomcat 9.0.88 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.88 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.87 include:</p> +<ul> +<li>Cookies header generation enhancements.</li> +<li>Fix regression when reloading TLS configuration and files.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.88_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.20_Released"><span class="pull-right">2024-03-25</span> Tomcat 10.1.20 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.20 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Fix regression when reloading TLS configuration and files.</li> + + <li>When restoring a saved POST request after a successful FORM + authentication, ensure that neither the URI, the query string no + the protocol are corrupted when restoring the request body.</li> + + <li>Align error handling for Writer and OutputStream. Ensure use of either + once the response has been recycled triggers a NullPointerException + provided that discardFacades is configured with the default value of + true.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.20_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.87_Released"><span class="pull-right">2024-03-14</span> Tomcat 9.0.87 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.87 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.86 include:</p> +<ul> +<li>When restoring a saved POST request after a successful FORM + authentication, ensure that neither the URI, the query string nor + the protocol are corrupted when restoring the request body.</li> +<li>Align error handling for Writer and OutputStream. Ensure use of either + once the response has been recycled triggers a NullPointerException + provided that discardFacades is configured with the default value of + true.</li> +<li>The standard thread pool implementations that are + configured using the Executor element now implement + ExecutorService for better support of NIO2 or others.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.87_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M18_Released"><span class="pull-right">2024-03-14</span> Tomcat 11.0.0-M18 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M18 +(alpha) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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>Reduce minimum Java version to Java 17</li> +<li>When restoring a saved POST request after a successful FORM + authentication, ensure that neither the URI, the query string no + the protocol are corrupted when restoring the request body.</li> +<li>Align error handling for Writer and OutputStream. Ensure use of either + once the response has been recycled triggers a NullPointerException + provided that discardFacades is configured with the default value of + true.</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.0-M18_(markt)">Tomcat 11 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.19_Released"><span class="pull-right">2024-02-19</span> Tomcat 10.1.19 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.19 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Add improvements to the CSRF prevention filter including the ability + to skip adding nonces for resource name and subtree URL patterns.</li> + + <li>Add support for user provided SSLContext instances configured on + SSLHostConfigCertificate instances. Based on pull request #673 + provided by Hakan AltındaÄ.</li> + + <li>Review usage of debug logging and downgrade trace or data dumping + operations from debug level to trace.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.19_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_8.5.99_Released"><span class="pull-right">2024-02-19</span> Tomcat 8.5.99 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.99 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 7 platform. The notable changes compared to 8.5.98 include: +</p> +<ul> + <li>Add improvements to the CSRF prevention filter including the ability + to skip adding nonces for resource name and subtree URL patterns.</li> + + <li>Add support for user provided SSLContext instances configured on + SSLHostConfigCertificate instances. Based on pull request #673 + provided by Hakan AltındaÄ.</li> + + <li>Review usage of debug logging and downgrade trace or data dumping + operations from debug level to trace.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.99_(schultz)">Tomcat 8 +changelog</a>. +</p> + +<p style="font-weight:bold">Please note that Apache Tomcat 8.5.x will +reach <a href="https://tomcat.apache.org/tomcat-85-eol.html">End-of-life</a> +(EOL) on 31 March 2024.</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-80.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.86_Released"><span class="pull-right">2024-02-19</span> Tomcat 9.0.86 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.86 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.85 include:</p> +<ul> +<li>Add improvements to the CSRF prevention filter including the ability to skip + adding nonces for resource name and subtree URL patterns.</li> +<li>Add support for user provided SSLContext instances configured on + SSLHostConfigCertificate instances. Based on pull request #673 provided by + Hakan AltındaÄ.</li> +<li>Review usage of debug logging and downgrade trace or data dumping operations + from debug level to trace.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.86_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M17_Released"><span class="pull-right">2024-02-19</span> Tomcat 11.0.0-M17 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M17 +(alpha) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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 improvements to the CSRF prevention filter including the ability to skip + adding nonces for resource name and subtree URL patterns.</li> +<li>Add support for user provided SSLContext instances configured on + SSLHostConfigCertificate instances. Based on pull request #673 provided by + Hakan AltındaÄ.</li> +<li>Review usage of debug logging and downgrade trace or data dumping operations + from debug level to trace.</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.0-M17_(markt)">Tomcat 11 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div><h3 id="Tomcat_Native_1.3.0_Released"><span class="pull-right">2024-02-12</span> Tomcat Native 1.3.0 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 1.3.0 of +Tomcat Native. This is the first release of the 1.3.x branch. The notable +changes compared to 1.2.x include: +</p> +<ul> +<li>The minimum supported OpenSSL version is 1.1.1</li> +<li>The minimum supported APR version in 1.6.3</li> +<li>The windows binaries in this release have been built with OpenSSL + 3.0.13</li> +</ul> +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-native.cgi">Download</a> | +<a href="native-1.3-doc/miscellaneous/changelog.html">Change log for 1.3.0</a> +</p> +</div><h3 id="Tomcat_Native_2.0.7_Released"><span class="pull-right">2024-02-08</span> Tomcat Native 2.0.7 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 2.0.7 of +Tomcat Native. The notable changes compared to 2.0.6 include: +</p> +<ul> +<li>Align default pass phrase prompt with httpd on Windows</li> +<li>The windows binaries in this release have been built with OpenSSL + 3.0.13</li> +</ul> +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-native.cgi">Download</a> | +<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.7</a> +</p> +</div><h3 id="Tomcat_Migration_Tool_for_Jakarta_EE_1.0.8_Released"><span class="pull-right">2024-02-06</span> Tomcat Migration Tool for Jakarta EE 1.0.8 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of 1.0.8 of the +Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of +bug fixes and improvements compared to version 1.0.7.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Recognize .ear files as archives</li> +<li>Include .jspf and .tagf files in the conversion process</li> +<li>Update dependencies</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md">changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-migration.cgi">Download</a> +</p> +</div><h3 id="Tomcat_8.5.98_Released"><span class="pull-right">2024-01-09</span> Tomcat 8.5.98 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.98 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 7 platform. The notable changes compared to 8.5.97 include: +</p> +<ul> + <li>Fix virtual thread support for the NIO2 connector.</li> + + <li>Correct a regression in the fix for 67675 that broke TLS key file + parsing for PKCS#8 format keys that do not specify an explicit + pseudo-random function and rely on the default. This typically affects + keys generated by OpenSSL 1.0.2.</li> + + <li>Allow multiple operations with the same name on introspected mbeans, + fixing a regression caused by the introduction of a second + addSslHostConfig() method.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.98_(schultz)">Tomcat 8 +changelog</a>. +</p> + +<p style="font-weight:bold">Please note that Apache Tomcat 8.5.x will +reach <a href="https://tomcat.apache.org/tomcat-85-eol.html">End-of-life</a> +(EOL) on 31 March 2024.</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-80.cgi">Download</a> +</p> +</div><h3 id="Tomcat_10.1.18_Released"><span class="pull-right">2024-01-09</span> Tomcat 10.1.18 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.18 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Fix virtual thread support for the NIO2 connector.</li> + + <li>Correct a regression in the fix for 67675 that broke TLS key file + parsing for PKCS#8 format keys that do not specify an explicit + pseudo-random function and rely on the default. This typically affects + keys generated by OpenSSL 1.0.2.</li> + + <li>Allow multiple operations with the same name on introspected mbeans, + fixing a regression caused by the introduction of a second + addSslHostConfig() method.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.18_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> +</div><h3 id="Tomcat_9.0.85_Released"><span class="pull-right">2024-01-09</span> Tomcat 9.0.85 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.85 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.84 include:</p> +<ul> + <li>Fix virtual thread support for the NIO2 connector.</li> + + <li>Correct a regression in the fix for 67675 that broke TLS key file + parsing for PKCS#8 format keys that do not specify an explicit + pseudo-random function and rely on the default. This typically affects + keys generated by OpenSSL 1.0.2.</li> + + <li>Allow multiple operations with the same name on introspected mbeans, + fixing a regression caused by the introduction of a second + addSslHostConfig() method.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.85_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +</div><h3 id="Tomcat_11.0.0-M16_Released"><span class="pull-right">2024-01-09</span> Tomcat 11.0.0-M16 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M16 +(alpha) of Apache Tomcat. This release is a milestone release and is targeted at +Jakarta EE 11.</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 virtual thread support for the NIO2 connector</li> +<li>Correct a regression in the fix for 67675 that broke TLS key file + parsing for PKCS#8 format keys that do not specify an explicit + pseudo-random function and rely on the default. This typically affects + keys generated by OpenSSL 1.0.2.</li> +<li>Allow multiple operations with the same name on introspected mbeans, + fixing a regression caused by the introduction of a second + addSslHostConfig() method.</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.0-M16_(markt)">Tomcat 11 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> +</div></div></div></div></main><footer id="footer"> + Copyright © 1999-2025, The Apache Software Foundation + <br> + Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo + are either registered trademarks or trademarks of the Apache Software + Foundation. + </footer></div><script src="res/js/tomcat.js"></script></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Wed Mar 5 18:25:09 2025 @@ -19,6 +19,34 @@ <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.4_Released"><span class="pull-right">2025-02-17</span> Tomcat 11.0.4 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.4 +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 regression in 11.0.3 and add a catch for + <code>InaccessibleObjectException</code> to avoid users of embedded Tomcat + having to add an additional <code>--add-opens</code>.</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.4_(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_10.1.35_Released"><span class="pull-right">2025-02-10</span> Tomcat 10.1.35 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.35 Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Wed Mar 5 18:25:09 2025 @@ -27,7 +27,7 @@ specifications</a> and the respective Ap <td>2.2</td> <td>3.1</td> <td>11.0.x</td> - <td>11.0.4</td> + <td>11.0.5</td> <td>17 and later</td> </tr> Modified: tomcat/site/trunk/xdocs/download-11.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-11.xml?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-11.xml (original) +++ tomcat/site/trunk/xdocs/download-11.xml Wed Mar 5 18:25:09 2025 @@ -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.4[end] +[define v]11.0.5[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 URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Wed Mar 5 18:25:09 2025 @@ -54,6 +54,40 @@ wiki page.</p> project logo are trademarks of the Apache Software Foundation.</p> </section> +<section name="Tomcat 11.0.5 Released" rtext="2025-03-05"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.5 +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>Improve the checks for exposure to and protection against + CVE-2024-56337 so that reflection is not used unless required. The + checks for whether the file system is case sensitive or not have been + removed.</li> +<li>Use Transfer-Encoding for compression rather than Content-Encoding if + the client submits a TE header containing gzip.</li> +<li>Add makensis as an option for building the Installer for Windows on + non-Windows platforms.</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.5_(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.36 Released" rtext="2025-02-18"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.36 @@ -109,35 +143,6 @@ changelog</a>. </section> -<section name="Tomcat 11.0.4 Released" rtext="2025-02-17"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.4 -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 regression in 11.0.3 and add a catch for - <code>InaccessibleObjectException</code> to avoid users of embedded Tomcat - having to add an additional <code>--add-opens</code>.</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.4_(markt)">Tomcat 11 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-11.cgi">Download</a> -</p> -</section> Modified: tomcat/site/trunk/xdocs/migration-11.0.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1924186&r1=1924185&r2=1924186&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-11.0.xml (original) +++ tomcat/site/trunk/xdocs/migration-11.0.xml Wed Mar 5 18:25:09 2025 @@ -209,8 +209,9 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.0">11.0.0</option> <option value="11.0.1">11.0.1</option> <option value="11.0.2">11.0.2</option> - <option value="11.0.3" selected="selected">11.0.3</option> - <option value="11.0.4">11.0.4</option> + <option value="11.0.3">11.0.3</option> + <option value="11.0.4" selected="selected">11.0.4</option> + <option value="11.0.5">11.0.5</option> </select>,</label> <label>new version: <select name="target"> <option value="11.0.0-M1">11.0.0-M1</option> @@ -240,7 +241,8 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.1">11.0.1</option> <option value="11.0.2">11.0.2</option> <option value="11.0.3">11.0.3</option> - <option value="11.0.4" selected="selected">11.0.4</option> + <option value="11.0.4">11.0.4</option> + <option value="11.0.5" selected="selected">11.0.5</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org