Author: markt Date: Tue May 9 20:21:25 2023 New Revision: 1909705 URL: http://svn.apache.org/viewvc?rev=1909705&view=rev Log: Update site for Tomcat 11.0.0-M6 release
Modified: 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/docs/download-11.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-11.html (original) +++ tomcat/site/trunk/docs/download-11.html Tue May 9 20:21:25 2023 @@ -19,7 +19,7 @@ </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]11.0.0-M5[end] +[define v]11.0.0-M6[end] <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS">KEYS</a> | <a href="#[v]">[v]</a> <strong>(alpha)</strong> | <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=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Tue May 9 20:21:25 2023 @@ -59,6 +59,37 @@ Full details of these changes, and all t <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-migration.cgi">Download</a> </p> +</div><h3 id="Tomcat_11.0.0-M6_Released"><span class="pull-right">2023-05-09</span> Tomcat 11.0.0-M6 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M6 +(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>Various improvements to access logging.</li> +<li>Remove support for the HTTP Connector settings rejectIllegalHeader and + allowHostHeaderMismatch. These are now hard-coded to the previous + defaults.</li> +<li>Update the packaged version of the Tomcat Migration Tool for Jakarta + EE to 1.0.7.</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-M6_(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_8.5.88_Released"><span class="pull-right">2023-04-19</span> Tomcat 8.5.88 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.88 @@ -93,40 +124,6 @@ reach <a href="https://tomcat.apache.org <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-80.cgi">Download</a> </p> -</div><h3 id="Tomcat_11.0.0-M5_Released"><span class="pull-right">2023-04-19</span> Tomcat 11.0.0-M5 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.0-M5 -(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 the default value of maxParameterCount from 10,000 to 1,000.</li> -<li>Correct a regression in the fix for bug 66442 that meant that streams - without a response body did not decrement the active stream count when - completing leading to ERR_HTTP2_SERVER_REFUSED_STREAM for some - connections.</li> -<li>Expand the validation of the value of the Sec-Websocket-Key header in the - HTTP upgrade request that initiates a WebSocket connection. The value is not - decoded but it is checked for the correct length and that only valid - characters from the base64 alphabet are used.</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-M5_(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.74_Released"><span class="pull-right">2023-04-18</span> Tomcat 9.0.74 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.74 Modified: tomcat/site/trunk/docs/migration-11.0.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-11.0.html (original) +++ tomcat/site/trunk/docs/migration-11.0.html Tue May 9 20:21:25 2023 @@ -141,14 +141,16 @@ versions of Apache Tomcat.</p> <select name="hpb"> <option value="11.0.0-M1">11.0.0-M1</option> <option value="11.0.0-M3">11.0.0-M3</option> - <option value="11.0.0-M4" selected>11.0.0-M4</option> - <option value="11.0.0-M5">11.0.0-M5</option> + <option value="11.0.0-M4">11.0.0-M4</option> + <option value="11.0.0-M5" selected>11.0.0-M5</option> + <option value="11.0.0-M6">11.0.0-M6</option> </select>,</label> <label>new version: <select name="hb"> <option value="11.0.0-M1">11.0.0-M1</option> <option value="11.0.0-M3">11.0.0-M3</option> <option value="11.0.0-M4">11.0.0-M4</option> - <option value="11.0.0-M5" selected>11.0.0-M5</option> + <option value="11.0.0-M5">11.0.0-M5</option> + <option value="11.0.0-M6" selected>11.0.0-M6</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Tue May 9 20:21:25 2023 @@ -17,6 +17,40 @@ <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.0-M5_Released"><span class="pull-right">2023-04-19</span> Tomcat 11.0.0-M5 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M5 +(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 the default value of maxParameterCount from 10,000 to 1,000.</li> +<li>Correct a regression in the fix for bug 66442 that meant that streams + without a response body did not decrement the active stream count when + completing leading to ERR_HTTP2_SERVER_REFUSED_STREAM for some + connections.</li> +<li>Expand the validation of the value of the Sec-Websocket-Key header in the + HTTP upgrade request that initiates a WebSocket connection. The value is not + decoded but it is checked for the correct length and that only valid + characters from the base64 alphabet are used.</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-M5_(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.7_Released"><span class="pull-right">2023-03-03</span> Tomcat 10.1.7 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.7 Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Tue May 9 20:21:25 2023 @@ -28,7 +28,7 @@ specifications</a> and the respective Ap <td>TBD</td> <td>TBD</td> <td>11.0.x</td> - <td>11.0.0-M5 (alpha)</td> + <td>11.0.0-M6 (alpha)</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=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-11.xml (original) +++ tomcat/site/trunk/xdocs/download-11.xml Tue May 9 20:21:25 2023 @@ -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.0-M5[end] +[define v]11.0.0-M6[end] <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS">KEYS</a> | <a href="#[v]">[v]</a> <strong>(alpha)</strong> | <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=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Tue May 9 20:21:25 2023 @@ -82,6 +82,39 @@ Full details of these changes, and all t </p> </section> +<section name="Tomcat 11.0.0-M6 Released" rtext="2023-05-09"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M6 +(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>Various improvements to access logging.</li> +<li>Remove support for the HTTP Connector settings rejectIllegalHeader and + allowHostHeaderMismatch. These are now hard-coded to the previous + defaults.</li> +<li>Update the packaged version of the Tomcat Migration Tool for Jakarta + EE to 1.0.7.</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-M6_(markt)">Tomcat 11 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> + <section name="Tomcat 8.5.88 Released" rtext="2023-04-19"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.88 @@ -118,42 +151,6 @@ reach <a href="https://tomcat.apache.org </p> </section> -<section name="Tomcat 11.0.0-M5 Released" rtext="2023-04-19"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.0-M5 -(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 the default value of maxParameterCount from 10,000 to 1,000.</li> -<li>Correct a regression in the fix for bug 66442 that meant that streams - without a response body did not decrement the active stream count when - completing leading to ERR_HTTP2_SERVER_REFUSED_STREAM for some - connections.</li> -<li>Expand the validation of the value of the Sec-Websocket-Key header in the - HTTP upgrade request that initiates a WebSocket connection. The value is not - decoded but it is checked for the correct length and that only valid - characters from the base64 alphabet are used.</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-M5_(markt)">Tomcat 11 -<strong>(alpha)</strong> changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-11.cgi">Download</a> -</p> -</section> - <section name="Tomcat 9.0.74 Released" rtext="2023-04-18"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.74 Modified: tomcat/site/trunk/xdocs/migration-11.0.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-11.0.xml (original) +++ tomcat/site/trunk/xdocs/migration-11.0.xml Tue May 9 20:21:25 2023 @@ -158,14 +158,16 @@ versions of Apache Tomcat.</p> <select name="hpb"> <option value="11.0.0-M1">11.0.0-M1</option> <option value="11.0.0-M3">11.0.0-M3</option> - <option value="11.0.0-M4" selected="selected">11.0.0-M4</option> - <option value="11.0.0-M5">11.0.0-M5</option> + <option value="11.0.0-M4">11.0.0-M4</option> + <option value="11.0.0-M5" selected="selected">11.0.0-M5</option> + <option value="11.0.0-M6">11.0.0-M6</option> </select>,</label> <label>new version: <select name="hb"> <option value="11.0.0-M1">11.0.0-M1</option> <option value="11.0.0-M3">11.0.0-M3</option> <option value="11.0.0-M4">11.0.0-M4</option> - <option value="11.0.0-M5" selected="selected">11.0.0-M5</option> + <option value="11.0.0-M5">11.0.0-M5</option> + <option value="11.0.0-M6" selected="selected">11.0.0-M6</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Tue May 9 20:21:25 2023 @@ -28,6 +28,42 @@ </ul> </section> +<section name="Tomcat 11.0.0-M5 Released" rtext="2023-04-19"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M5 +(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 the default value of maxParameterCount from 10,000 to 1,000.</li> +<li>Correct a regression in the fix for bug 66442 that meant that streams + without a response body did not decrement the active stream count when + completing leading to ERR_HTTP2_SERVER_REFUSED_STREAM for some + connections.</li> +<li>Expand the validation of the value of the Sec-Websocket-Key header in the + HTTP upgrade request that initiates a WebSocket connection. The value is not + decoded but it is checked for the correct length and that only valid + characters from the base64 alphabet are used.</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-M5_(markt)">Tomcat 11 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> + <section name="Tomcat 10.1.7 Released" rtext="2023-03-03"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.7 Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1909705&r1=1909704&r2=1909705&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Tue May 9 20:21:25 2023 @@ -39,7 +39,7 @@ specifications</a> and the respective Ap <td>TBD</td> <td>TBD</td> <td>11.0.x</td> - <td>11.0.0-M5 (alpha)</td> + <td>11.0.0-M6 (alpha)</td> <td>17 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org