Author: markt
Date: Wed Nov 15 11:16:09 2023
New Revision: 1913801

URL: http://svn.apache.org/viewvc?rev=1913801&view=rev
Log:
Update site for 11.0.0-M14 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/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=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Wed Nov 15 11:16:09 2023
@@ -19,7 +19,7 @@
     
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]11.0.0-M13[end]
+[define v]11.0.0-M14[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=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Nov 15 11:16:09 2023
@@ -87,38 +87,9 @@ changelog</a>.
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-10.cgi";>Download</a>
 </p>
-</div><h3 id="Tomcat_8.5.96_Released"><span 
class="pull-right">2023-11-13</span> Tomcat 8.5.96 Released</h3><div 
class="text">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.96
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.95 include:
-</p>
-<ul>
-  <li>Fix reloading TLS configuration could cause the Connector to
-      refuse new connections or the JVM to crash.</li>
-
-  <li>Ensure that an IOException during the reading of the request
-      always triggers error handling, regardless of whether the
-      application swallows the exception.</li>
-
-  <li>The status manager servlet can now output statistics as json.</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.96_(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_11.0.0-M13_Released"><span 
class="pull-right">2023-10-14</span> Tomcat 11.0.0-M13 Released</h3><div 
class="text">
+</div><h3 id="Tomcat_11.0.0-M14_Released"><span 
class="pull-right">2023-11-15</span> Tomcat 11.0.0-M14 Released</h3><div 
class="text">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M13
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M14
 (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
@@ -131,9 +102,15 @@ to Tomcat 10 and later. A
 tool</a> is available to aid this process.</p>
 <p>The notable changes in this release are:</p>
 <ul>
-  <li>Correct a regression in 11.0.0-M12 that broke the Tomcat JBDC
-      connection pool.</li>
-  <li>Correct a regression in 11.0.0-M12 that broke HTTP compression.</li>
+<li>Add OpenSSL integration using the FFM API rather than Tomcat Native. 
OpenSSL
+    support may be enabled by adding the
+    <code>org.apache.catalina.core.OpenSSLLifecycleListener</code> listener on 
+    the Server element when using Java 22 or later.</li>
+<li>Fix reloading TLS configuration could cause the Connector to refuse new
+    connections or the JVM to crash.</li>
+<li>Ensure that an IOException during the reading of the request triggers 
always
+    error handling, regardless of whether the application swallows the
+    exception.</li> 
 </ul>
 <p>
 Full details of these changes, and all the other changes, are available in the
@@ -150,6 +127,35 @@ with Connector configurations when <code
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-11.cgi";>Download</a>
 </p>
+</div><h3 id="Tomcat_8.5.96_Released"><span 
class="pull-right">2023-11-13</span> Tomcat 8.5.96 Released</h3><div 
class="text">
+<p> 
+The Apache Tomcat Project is proud to announce the release of version 8.5.96
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.95 include:
+</p>
+<ul>
+  <li>Fix reloading TLS configuration could cause the Connector to
+      refuse new connections or the JVM to crash.</li>
+
+  <li>Ensure that an IOException during the reading of the request
+      always triggers error handling, regardless of whether the
+      application swallows the exception.</li>
+
+  <li>The status manager servlet can now output statistics as json.</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.96_(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_Native_1.2.39_Released"><span 
class="pull-right">2023-10-03</span> Tomcat Native 1.2.39 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.39 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=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Wed Nov 15 11:16:09 2023
@@ -147,8 +147,9 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M9">11.0.0-M9</option>
     <option value="11.0.0-M10">11.0.0-M10</option>
     <option value="11.0.0-M11">11.0.0-M11</option>
-    <option value="11.0.0-M12" selected>11.0.0-M12</option>
-    <option value="11.0.0-M13">11.0.0-M13</option>
+    <option value="11.0.0-M12">11.0.0-M12</option>
+    <option value="11.0.0-M13" selected>11.0.0-M13</option>
+    <option value="11.0.0-M14">11.0.0-M14</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -161,7 +162,8 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M10">11.0.0-M10</option>
     <option value="11.0.0-M11">11.0.0-M11</option>
     <option value="11.0.0-M12">11.0.0-M12</option>
-    <option value="11.0.0-M13" selected>11.0.0-M13</option>
+    <option value="11.0.0-M13">11.0.0-M13</option>
+    <option value="11.0.0-M14" selected>11.0.0-M14</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=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Wed Nov 15 11:16:09 2023
@@ -121,6 +121,40 @@ 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-M13_Released"><span 
class="pull-right">2023-10-14</span> Tomcat 11.0.0-M13 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M13
+(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>Correct a regression in 11.0.0-M12 that broke the Tomcat JBDC
+      connection pool.</li>
+  <li>Correct a regression in 11.0.0-M12 that broke HTTP compression.</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-M12_(markt)">Tomcat 11
+<strong>(alpha)</strong> changelog</a>.
+</p>
+
+<p><strong>Note:</strong> There are known regressions:
+with jdbc-pool (see bug <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=67664";>67664</a>) and
+with Connector configurations when <code>compression</code> is enabled
+(see bug <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=67670";>67670</a>). They 
will be fixed in the next release.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-11.cgi";>Download</a>
+</p>
 </div><h3 id="Tomcat_10.1.14_Released"><span 
class="pull-right">2023-10-10</span> Tomcat 10.1.14 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.14

Modified: tomcat/site/trunk/xdocs/download-11.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-11.xml?rev=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Wed Nov 15 11:16:09 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-M13[end]
+[define v]11.0.0-M14[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=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Wed Nov 15 11:16:09 2023
@@ -112,41 +112,9 @@ changelog</a>.
 </p>
 </section>
 
-<section name="Tomcat 8.5.96 Released" rtext="2023-11-13">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.96
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.95 include:
-</p>
-<ul>
-  <li>Fix reloading TLS configuration could cause the Connector to
-      refuse new connections or the JVM to crash.</li>
-
-  <li>Ensure that an IOException during the reading of the request
-      always triggers error handling, regardless of whether the
-      application swallows the exception.</li>
-
-  <li>The status manager servlet can now output statistics as json.</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.96_(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="download-80.cgi">Download</a>
-</p>
-</section>
-
-
-<section name="Tomcat 11.0.0-M13 Released" rtext="2023-10-14">
+<section name="Tomcat 11.0.0-M14 Released" rtext="2023-11-15">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M13
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M14
 (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
@@ -159,9 +127,15 @@ to Tomcat 10 and later. A
 tool</a> is available to aid this process.</p>
 <p>The notable changes in this release are:</p>
 <ul>
-  <li>Correct a regression in 11.0.0-M12 that broke the Tomcat JBDC
-      connection pool.</li>
-  <li>Correct a regression in 11.0.0-M12 that broke HTTP compression.</li>
+<li>Add OpenSSL integration using the FFM API rather than Tomcat Native. 
OpenSSL
+    support may be enabled by adding the
+    <code>org.apache.catalina.core.OpenSSLLifecycleListener</code> listener on 
+    the Server element when using Java 22 or later.</li>
+<li>Fix reloading TLS configuration could cause the Connector to refuse new
+    connections or the JVM to crash.</li>
+<li>Ensure that an IOException during the reading of the request triggers 
always
+    error handling, regardless of whether the application swallows the
+    exception.</li> 
 </ul>
 <p>
 Full details of these changes, and all the other changes, are available in the
@@ -180,6 +154,37 @@ with Connector configurations when <code
 </p>
 </section>
 
+<section name="Tomcat 8.5.96 Released" rtext="2023-11-13">
+<p> 
+The Apache Tomcat Project is proud to announce the release of version 8.5.96
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.95 include:
+</p>
+<ul>
+  <li>Fix reloading TLS configuration could cause the Connector to
+      refuse new connections or the JVM to crash.</li>
+
+  <li>Ensure that an IOException during the reading of the request
+      always triggers error handling, regardless of whether the
+      application swallows the exception.</li>
+
+  <li>The status manager servlet can now output statistics as json.</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.96_(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="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat Native 1.2.39 Released" rtext="2023-10-03">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.39 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=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Wed Nov 15 11:16:09 2023
@@ -164,8 +164,9 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M9">11.0.0-M9</option>
     <option value="11.0.0-M10">11.0.0-M10</option>
     <option value="11.0.0-M11">11.0.0-M11</option>
-    <option value="11.0.0-M12" selected="selected">11.0.0-M12</option>
-    <option value="11.0.0-M13">11.0.0-M13</option>
+    <option value="11.0.0-M12">11.0.0-M12</option>
+    <option value="11.0.0-M13" selected="selected">11.0.0-M13</option>
+    <option value="11.0.0-M14">11.0.0-M14</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -178,7 +179,8 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M10">11.0.0-M10</option>
     <option value="11.0.0-M11">11.0.0-M11</option>
     <option value="11.0.0-M12">11.0.0-M12</option>
-    <option value="11.0.0-M13" selected="selected">11.0.0-M13</option>
+    <option value="11.0.0-M13">11.0.0-M13</option>
+    <option value="11.0.0-M14" selected="selected">11.0.0-M14</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=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Wed Nov 15 11:16:09 2023
@@ -140,6 +140,42 @@ reach <a href="https://tomcat.apache.org
 </p>
 </section>
 
+<section name="Tomcat 11.0.0-M13 Released" rtext="2023-10-14">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M13
+(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>Correct a regression in 11.0.0-M12 that broke the Tomcat JBDC
+      connection pool.</li>
+  <li>Correct a regression in 11.0.0-M12 that broke HTTP compression.</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-M12_(markt)">Tomcat 11
+<strong>(alpha)</strong> changelog</a>.
+</p>
+
+<p><strong>Note:</strong> There are known regressions:
+with jdbc-pool (see bug <bug>67664</bug>) and
+with Connector configurations when <code>compression</code> is enabled
+(see bug <bug>67670</bug>). They will be fixed in the next release.
+</p>
+
+<p style="text-align: center;">
+<a href="download-11.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 10.1.14 Released" rtext="2023-10-10">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.14

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1913801&r1=1913800&r2=1913801&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Wed Nov 15 11:16:09 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-M13 (alpha)</td>
+  <td>11.0.0-M14 (alpha)</td>
   <td>21 and later</td>
 </tr>
 



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

Reply via email to