You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2024/04/16 14:38:49 UTC

svn commit: r1917033 - in /tomcat/site/trunk: ./ docs/ xdocs/

Author: remm
Date: Tue Apr 16 14:38:49 2024
New Revision: 1917033

URL: http://svn.apache.org/viewvc?rev=1917033&view=rev
Log:
Website update for 11.0.0-M19

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=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Tue Apr 16 14:38:49 2024
@@ -39,7 +39,7 @@ tomcat.loc=https://downloads.apache.org/
 tomcat8.5=8.5.100
 tomcat9.0=9.0.87
 tomcat10.1=10.1.20
-tomcat11.0=11.0.0-M17
+tomcat11.0=11.0.0-M19
 
 # ----- 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=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Tue Apr 16 14:38:49 2024
@@ -19,7 +19,7 @@
     
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]11.0.0-M18[end]
+[define v]11.0.0-M19[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=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Apr 16 14:38:49 2024
@@ -34,6 +34,34 @@ 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.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_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
@@ -128,39 +156,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.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_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

Modified: tomcat/site/trunk/docs/migration-11.0.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Tue Apr 16 14:38:49 2024
@@ -152,8 +152,9 @@ versions of Apache Tomcat<sup>&reg;</sup
     <option value="11.0.0-M14">11.0.0-M14</option>
     <option value="11.0.0-M15">11.0.0-M15</option>
     <option value="11.0.0-M16">11.0.0-M16</option>
-    <option value="11.0.0-M17" selected>11.0.0-M17</option>
-    <option value="11.0.0-M18">11.0.0-M18</option>
+    <option value="11.0.0-M17">11.0.0-M17</option>
+    <option value="11.0.0-M18" selected>11.0.0-M18</option>
+    <option value="11.0.0-M19">11.0.0-M19</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -171,7 +172,8 @@ versions of Apache Tomcat<sup>&reg;</sup
     <option value="11.0.0-M15">11.0.0-M15</option>
     <option value="11.0.0-M16">11.0.0-M16</option>
     <option value="11.0.0-M17">11.0.0-M17</option>
-    <option value="11.0.0-M18" selected>11.0.0-M18</option>
+    <option value="11.0.0-M18">11.0.0-M18</option>
+    <option value="11.0.0-M19" selected>11.0.0-M19</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=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Tue Apr 16 14:38:49 2024
@@ -18,6 +18,39 @@
   <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-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

Modified: tomcat/site/trunk/docs/whichversion.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Tue Apr 16 14:38:49 2024
@@ -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.0-M18 (alpha)</td>
+  <td>11.0.0-M19 (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=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Tue Apr 16 14:38:49 2024
@@ -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-M18[end]
+[define v]11.0.0-M19[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=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Tue Apr 16 14:38:49 2024
@@ -54,6 +54,37 @@ wiki page.</p>
 project logo are trademarks of the Apache Software Foundation.</p>
 
 </section>
+
+<section name="Tomcat 11.0.0-M19 Released" rtext="2024-04-16">
+<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="download-11.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 10.1.20 Released" rtext="2024-03-25">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.20
@@ -156,43 +187,6 @@ changelog</a>.
 </p>
 </section>
 
-<section name="Tomcat 11.0.0-M18 Released" rtext="2024-03-14">
-<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="download-11.cgi">Download</a>
-</p>
-</section>
-
-
-
 <section name="Tomcat Native 1.3.0 Released" rtext="2024-02-12">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.3.0 of

Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Tue Apr 16 14:38:49 2024
@@ -169,8 +169,9 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.0-M14">11.0.0-M14</option>
     <option value="11.0.0-M15">11.0.0-M15</option>
     <option value="11.0.0-M16">11.0.0-M16</option>
-    <option value="11.0.0-M17" selected="selected">11.0.0-M17</option>
-    <option value="11.0.0-M18">11.0.0-M18</option>
+    <option value="11.0.0-M17">11.0.0-M17</option>
+    <option value="11.0.0-M18" selected="selected">11.0.0-M18</option>
+    <option value="11.0.0-M19">11.0.0-M19</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -188,7 +189,8 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.0-M15">11.0.0-M15</option>
     <option value="11.0.0-M16">11.0.0-M16</option>
     <option value="11.0.0-M17">11.0.0-M17</option>
-    <option value="11.0.0-M18" selected="selected">11.0.0-M18</option>
+    <option value="11.0.0-M18">11.0.0-M18</option>
+    <option value="11.0.0-M19" selected="selected">11.0.0-M19</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=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue Apr 16 14:38:49 2024
@@ -28,6 +28,42 @@
   <li><a href="oldnews-2010.html">year 2010</a></li>
 </ul>
 </section>
+
+<section name="Tomcat 11.0.0-M18 Released" rtext="2024-03-14">
+<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="download-11.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 10.1.19 Released" rtext="2024-02-19">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.19

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1917033&r1=1917032&r2=1917033&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Tue Apr 16 14:38:49 2024
@@ -38,7 +38,7 @@ specifications</a> and the respective Ap
   <td>2.2</td>
   <td>3.1</td>
   <td>11.0.x</td>
-  <td>11.0.0-M18 (alpha)</td>
+  <td>11.0.0-M19 (alpha)</td>
   <td>17 and later</td>
 </tr>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org