You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/07/10 18:36:34 UTC

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

Author: markt
Date: Mon Jul 10 18:36:34 2023
New Revision: 1910922

URL: http://svn.apache.org/viewvc?rev=1910922&view=rev
Log:
Update site for 11.0.0-M9 release

Modified:
    tomcat/site/trunk/build.properties.default
    tomcat/site/trunk/docs/download-11.html
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/migration-11.0.html
    tomcat/site/trunk/docs/oldnews.html
    tomcat/site/trunk/docs/whichversion.html
    tomcat/site/trunk/xdocs/download-11.xml
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/migration-11.0.xml
    tomcat/site/trunk/xdocs/oldnews.xml
    tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Jul 10 18:36:34 2023
@@ -40,7 +40,7 @@ tomcat8.5=8.5.90
 tomcat9.0=9.0.78
 tomcat10.0=10.0.27
 tomcat10.1=10.1.10
-tomcat11.0=11.0.0-M7
+tomcat11.0=11.0.0-M9
 
 # ----- 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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Mon Jul 10 18:36:34 2023
@@ -19,7 +19,7 @@
     
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]11.0.0-M7[end]
+[define v]11.0.0-M9[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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Jul 10 18:36:34 2023
@@ -54,6 +54,37 @@ 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-M9_Released"><span class="pull-right">2023-07-10</span> Tomcat 11.0.0-M9 Released</h3><div class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.0-M9
+(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 ContextNamingInfoListener, a listener which creates context naming
+    information environment entries.</li>
+<li>Add PropertiesRoleMappingListener, a listener which populates the context's
+    role mapping from a properties file.</li>
+<li>Update the Jakarta EL and Jakarta WebSocket implementations to align with
+    the latest changes planned for Jakarta EE 11.</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-M9_(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.10_Released"><span class="pull-right">2023-06-12</span> Tomcat 10.1.10 Released</h3><div class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.10
@@ -118,37 +149,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-M7_Released"><span class="pull-right">2023-06-08</span> Tomcat 11.0.0-M7 Released</h3><div class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.0-M7
-(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>The minimum Java version has been increased to Java 21.</li>
-<li>Add support for virtual threads.</li>
-<li>Add RateLimitFilter which can be used to mitigate DoS and brute force
-    attacks.</li>
-<li>Update Tomcat Native to 2.0.4 which includes binaries for Windows built with
-    OpenSSL 3.0.9.</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-M7_(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_2.0.4_Released"><span class="pull-right">2023-06-02</span> Tomcat Native 2.0.4 Released</h3><div class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 2.0.4 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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Mon Jul 10 18:36:34 2023
@@ -142,8 +142,9 @@ versions of Apache Tomcat.</p>
     <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">11.0.0-M5</option>
-    <option value="11.0.0-M6" selected>11.0.0-M6</option>
-    <option value="11.0.0-M7">11.0.0-M7</option>
+    <option value="11.0.0-M6">11.0.0-M6</option>
+    <option value="11.0.0-M7" selected>11.0.0-M7</option>
+    <option value="11.0.0-M9">11.0.0-M9</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -151,7 +152,8 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M4">11.0.0-M4</option>
     <option value="11.0.0-M5">11.0.0-M5</option>
     <option value="11.0.0-M6">11.0.0-M6</option>
-    <option value="11.0.0-M7" selected>11.0.0-M7</option>
+    <option value="11.0.0-M7">11.0.0-M7</option>
+    <option value="11.0.0-M9" selected>11.0.0-M9</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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Mon Jul 10 18:36:34 2023
@@ -39,6 +39,37 @@ 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-M7_Released"><span class="pull-right">2023-06-08</span> Tomcat 11.0.0-M7 Released</h3><div class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.0-M7
+(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>The minimum Java version has been increased to Java 21.</li>
+<li>Add support for virtual threads.</li>
+<li>Add RateLimitFilter which can be used to mitigate DoS and brute force
+    attacks.</li>
+<li>Update Tomcat Native to 2.0.4 which includes binaries for Windows built with
+    OpenSSL 3.0.9.</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-M7_(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.9_Released"><span class="pull-right">2023-05-19</span> Tomcat 10.1.9 Released</h3><div class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.9

Modified: tomcat/site/trunk/docs/whichversion.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Mon Jul 10 18:36:34 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-M7 (alpha)</td>
+  <td>11.0.0-M9 (alpha)</td>
   <td>21 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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Mon Jul 10 18:36:34 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-M7[end]
+[define v]11.0.0-M9[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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Jul 10 18:36:34 2023
@@ -77,6 +77,39 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 11.0.0-M9 Released" rtext="2023-07-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.0-M9
+(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 ContextNamingInfoListener, a listener which creates context naming
+    information environment entries.</li>
+<li>Add PropertiesRoleMappingListener, a listener which populates the context's
+    role mapping from a properties file.</li>
+<li>Update the Jakarta EL and Jakarta WebSocket implementations to align with
+    the latest changes planned for Jakarta EE 11.</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-M9_(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.10 Released" rtext="2023-06-12">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.10
@@ -145,39 +178,6 @@ reach <a href="https://tomcat.apache.org
 </p>
 </section>
 
-<section name="Tomcat 11.0.0-M7 Released" rtext="2023-06-08">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.0-M7
-(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>The minimum Java version has been increased to Java 21.</li>
-<li>Add support for virtual threads.</li>
-<li>Add RateLimitFilter which can be used to mitigate DoS and brute force
-    attacks.</li>
-<li>Update Tomcat Native to 2.0.4 which includes binaries for Windows built with
-    OpenSSL 3.0.9.</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-M7_(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 2.0.4 Released" rtext="2023-06-02">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 2.0.4 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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Mon Jul 10 18:36:34 2023
@@ -159,8 +159,9 @@ versions of Apache Tomcat.</p>
     <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">11.0.0-M5</option>
-    <option value="11.0.0-M6" selected="selected">11.0.0-M6</option>
-    <option value="11.0.0-M7">11.0.0-M7</option>
+    <option value="11.0.0-M6">11.0.0-M6</option>
+    <option value="11.0.0-M7" selected="selected">11.0.0-M7</option>
+    <option value="11.0.0-M9">11.0.0-M9</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -168,7 +169,8 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M4">11.0.0-M4</option>
     <option value="11.0.0-M5">11.0.0-M5</option>
     <option value="11.0.0-M6">11.0.0-M6</option>
-    <option value="11.0.0-M7" selected="selected">11.0.0-M7</option>
+    <option value="11.0.0-M7">11.0.0-M7</option>
+    <option value="11.0.0-M9" selected="selected">11.0.0-M9</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=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Jul 10 18:36:34 2023
@@ -52,6 +52,39 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 11.0.0-M7 Released" rtext="2023-06-08">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.0-M7
+(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>The minimum Java version has been increased to Java 21.</li>
+<li>Add support for virtual threads.</li>
+<li>Add RateLimitFilter which can be used to mitigate DoS and brute force
+    attacks.</li>
+<li>Update Tomcat Native to 2.0.4 which includes binaries for Windows built with
+    OpenSSL 3.0.9.</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-M7_(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.9 Released" rtext="2023-05-19">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.9

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1910922&r1=1910921&r2=1910922&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon Jul 10 18:36:34 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-M7 (alpha)</td>
+  <td>11.0.0-M9 (alpha)</td>
   <td>21 and later</td>
 </tr>
 



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