Author: markt
Date: Mon Jun 9 08:28:09 2025
New Revision: 1926270
URL: http://svn.apache.org/viewvc?rev=1926270&view=rev
Log:
Update site for 11.0.8 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=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Jun 9 08:28:09 2025
@@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/
# ----- Tomcat versions -----
tomcat9.0=9.0.105
tomcat10.1=10.1.41
-tomcat11.0=11.0.7
+tomcat11.0=11.0.8
# ----- 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=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Mon Jun 9 08:28:09 2025
@@ -19,7 +19,7 @@
</div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
-[define v]11.0.7[end]
+[define v]11.0.8[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=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Jun 9 08:28:09 2025
@@ -34,23 +34,9 @@ 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_Native_2.0.9_Released"><span
class="pull-right">2025-05-29</span> Tomcat Native 2.0.9 Released</h3><div
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 2.0.9 of
-Tomcat Native. The notable changes compared to 2.0.8 include:
-</p>
-<ul>
-<li>Update the Windows build environment to use Visual Studio 2022.</li>
-<li>The windows binaries in this release have been built with OpenSSL
- 3.5.0 and APR 1.7.6</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.9</a>
-</p>
-</div><h3 id="Tomcat_11.0.7_Released"><span
class="pull-right">2025-05-13</span> Tomcat 11.0.7 Released</h3><div
class="text">
+</div><h3 id="Tomcat_11.0.8_Released"><span
class="pull-right">2025-06-09</span> Tomcat 11.0.8 Released</h3><div
class="text">
<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.7
+The Apache Tomcat Project is proud to announce the release of version 11.0.8
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
@@ -63,23 +49,35 @@ 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>Process possible path parameters rewrite production in the rewrite
- valve.</li>
- <li>Enable allowLinking to be set on PreResources, JarResources and
- PostResources. If not set explicitly, the setting will be inherited
- from the Resources.</li>
- <li>Add support for optimized execution of c:set and c:remove tags, when
- activated via JSP servlet param useNonstandardTagOptimizations.</li>
+<li>Provide finer grained control of multi-part request processing via two
+ new attributes on the Connector element.</li>
+<li>Mark the JSP wrapper for reload after a failed compilation.</li>
+<li>Update Tomcat Native to 2.0.9 including Windows binaries built with
+ OpenSSL 3.5.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.7_(markt)">Tomcat 11
+<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.8_(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_Native_2.0.9_Released"><span
class="pull-right">2025-05-29</span> Tomcat Native 2.0.9 Released</h3><div
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 2.0.9 of
+Tomcat Native. The notable changes compared to 2.0.8 include:
+</p>
+<ul>
+<li>Update the Windows build environment to use Visual Studio 2022.</li>
+<li>The windows binaries in this release have been built with OpenSSL
+ 3.5.0 and APR 1.7.6</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.9</a>
+</p>
</div><h3 id="Tomcat_9.0.105_Released"><span
class="pull-right">2025-05-12</span> Tomcat 9.0.105 Released</h3><div
class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version 9.0.105
Modified: tomcat/site/trunk/docs/migration-11.0.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Mon Jun 9 08:28:09 2025
@@ -195,8 +195,9 @@ versions of Apache Tomcat<sup>®</sup
<option value="11.0.3">11.0.3</option>
<option value="11.0.4">11.0.4</option>
<option value="11.0.5">11.0.5</option>
- <option value="11.0.6" selected>11.0.6</option>
- <option value="11.0.7">11.0.7</option>
+ <option value="11.0.6">11.0.6</option>
+ <option value="11.0.7" selected>11.0.7</option>
+ <option value="11.0.8">11.0.8</option>
</select>,</label> <label>new version:
<select name="target">
<option value="11.0.0-M1">11.0.0-M1</option>
@@ -229,7 +230,8 @@ versions of Apache Tomcat<sup>®</sup
<option value="11.0.4">11.0.4</option>
<option value="11.0.5">11.0.5</option>
<option value="11.0.6">11.0.6</option>
- <option value="11.0.7" selected>11.0.7</option>
+ <option value="11.0.7">11.0.7</option>
+ <option value="11.0.8" selected>11.0.8</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=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Mon Jun 9 08:28:09 2025
@@ -19,6 +19,38 @@
<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.7_Released"><span
class="pull-right">2025-05-13</span> Tomcat 11.0.7 Released</h3><div
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.7
+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>Process possible path parameters rewrite production in the rewrite
+ valve.</li>
+ <li>Enable allowLinking to be set on PreResources, JarResources and
+ PostResources. If not set explicitly, the setting will be inherited
+ from the Resources.</li>
+ <li>Add support for optimized execution of c:set and c:remove tags, when
+ activated via JSP servlet param useNonstandardTagOptimizations.</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.7_(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_11.0.6_Released"><span
class="pull-right">2025-04-09</span> Tomcat 11.0.6 Released</h3><div
class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version 11.0.6
Modified: tomcat/site/trunk/docs/whichversion.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Mon Jun 9 08:28:09 2025
@@ -31,7 +31,7 @@ specifications</a> and the respective Ap
<td>3.1</td>
<td>3.0</td>
<td>11.0.x</td>
- <td>11.0.7</td>
+ <td>11.0.8</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=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Mon Jun 9 08:28: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.7[end]
+[define v]11.0.8[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=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Jun 9 08:28:09 2025
@@ -54,26 +54,9 @@ wiki page.</p>
project logo are trademarks of the Apache Software Foundation.</p>
</section>
-
-<section name="Tomcat Native 2.0.9 Released" rtext="2025-05-29">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 2.0.9 of
-Tomcat Native. The notable changes compared to 2.0.8 include:
-</p>
-<ul>
-<li>Update the Windows build environment to use Visual Studio 2022.</li>
-<li>The windows binaries in this release have been built with OpenSSL
- 3.5.0 and APR 1.7.6</li>
-</ul>
-<p style="text-align: center;">
-<a href="download-native.cgi">Download</a> |
-<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.9</a>
-</p>
-</section>
-
-<section name="Tomcat 11.0.7 Released" rtext="2025-05-13">
+<section name="Tomcat 11.0.8 Released" rtext="2025-06-09">
<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.7
+The Apache Tomcat Project is proud to announce the release of version 11.0.8
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
@@ -86,17 +69,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>Process possible path parameters rewrite production in the rewrite
- valve.</li>
- <li>Enable allowLinking to be set on PreResources, JarResources and
- PostResources. If not set explicitly, the setting will be inherited
- from the Resources.</li>
- <li>Add support for optimized execution of c:set and c:remove tags, when
- activated via JSP servlet param useNonstandardTagOptimizations.</li>
+<li>Provide finer grained control of multi-part request processing via two
+ new attributes on the Connector element.</li>
+<li>Mark the JSP wrapper for reload after a failed compilation.</li>
+<li>Update Tomcat Native to 2.0.9 including Windows binaries built with
+ OpenSSL 3.5.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.7_(markt)">Tomcat 11
+<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.8_(markt)">Tomcat 11
changelog</a>.
</p>
@@ -105,6 +86,23 @@ changelog</a>.
</p>
</section>
+<section name="Tomcat Native 2.0.9 Released" rtext="2025-05-29">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 2.0.9 of
+Tomcat Native. The notable changes compared to 2.0.8 include:
+</p>
+<ul>
+<li>Update the Windows build environment to use Visual Studio 2022.</li>
+<li>The windows binaries in this release have been built with OpenSSL
+ 3.5.0 and APR 1.7.6</li>
+</ul>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a> |
+<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.9</a>
+</p>
+</section>
+
+
<section name="Tomcat 9.0.105 Released" rtext="2025-05-12">
<p>
The Apache Tomcat Project is proud to announce the release of version 9.0.105
Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Mon Jun 9 08:28:09 2025
@@ -212,8 +212,9 @@ versions of Apache Tomcat<sup>®</su
<option value="11.0.3">11.0.3</option>
<option value="11.0.4">11.0.4</option>
<option value="11.0.5">11.0.5</option>
- <option value="11.0.6" selected="selected">11.0.6</option>
- <option value="11.0.7">11.0.7</option>
+ <option value="11.0.6">11.0.6</option>
+ <option value="11.0.7" selected="selected">11.0.7</option>
+ <option value="11.0.8">11.0.8</option>
</select>,</label> <label>new version:
<select name="target">
<option value="11.0.0-M1">11.0.0-M1</option>
@@ -246,7 +247,8 @@ versions of Apache Tomcat<sup>®</su
<option value="11.0.4">11.0.4</option>
<option value="11.0.5">11.0.5</option>
<option value="11.0.6">11.0.6</option>
- <option value="11.0.7" selected="selected">11.0.7</option>
+ <option value="11.0.7">11.0.7</option>
+ <option value="11.0.8" selected="selected">11.0.8</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=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Jun 9 08:28:09 2025
@@ -29,6 +29,39 @@
<li><a href="oldnews-2010.html">year 2010</a></li>
</ul>
</section>
+<section name="Tomcat 11.0.7 Released" rtext="2025-05-13">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.7
+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>Process possible path parameters rewrite production in the rewrite
+ valve.</li>
+ <li>Enable allowLinking to be set on PreResources, JarResources and
+ PostResources. If not set explicitly, the setting will be inherited
+ from the Resources.</li>
+ <li>Add support for optimized execution of c:set and c:remove tags, when
+ activated via JSP servlet param useNonstandardTagOptimizations.</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.7_(markt)">Tomcat 11
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-11.cgi">Download</a>
+</p>
+</section>
<section name="Tomcat 11.0.6 Released" rtext="2025-04-09">
<p>
The Apache Tomcat Project is proud to announce the release of version 11.0.6
Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1926270&r1=1926269&r2=1926270&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon Jun 9 08:28:09 2025
@@ -42,7 +42,7 @@ specifications</a> and the respective Ap
<td>3.1</td>
<td>3.0</td>
<td>11.0.x</td>
- <td>11.0.7</td>
+ <td>11.0.8</td>
<td>17 and later</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]