Author: markt Date: Thu Feb 23 13:58:55 2023 New Revision: 1907829 URL: http://svn.apache.org/viewvc?rev=1907829&view=rev Log: Update site for 11.0.0-M3 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-2022.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-2022.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=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-11.html (original) +++ tomcat/site/trunk/docs/download-11.html Thu Feb 23 13:58:55 2023 @@ -19,7 +19,7 @@ </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]11.0.0-M1[end] +[define v]11.0.0-M3[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=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Thu Feb 23 13:58:55 2023 @@ -57,6 +57,35 @@ 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-M3_Released"><span class="pull-right">2023-02-23</span> Tomcat 11.0.0-M3 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M3 +(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 under development to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Increase the minimum supported Java version to Java 17.</li> +<li>Remove support for starting Tomcat under a SecurityManager.</li> +<li>Remove JAX-RPC support which was removed from the Jakarta EE platform for + Jakarta EE 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-M3_(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.3_Released"><span class="pull-right">2023-02-13</span> Tomcat Native 2.0.3 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 2.0.3 of @@ -156,38 +185,6 @@ changelog</a>. </p> <p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-10.cgi">Download</a> -</p> -</div><h3 id="Tomcat_11.0.0-M1_Released"><span class="pull-right">2022-12-05</span> Tomcat 11.0.0-M1 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.0-M1 -(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 under development to aid this process.</p> -<p>The notable changes in this release are:</p> -<ul> -<li>Alignment with the current development versions of the Jakarta Servlet, - Pages and Expression Language specifications. This includes removal of - deprecated code and addition of the jakarta.servlet.error.query_string - attribute for error dispatches</li> -<li>BASIC authentication now uses UTF-8 by default</li> -<li>Conversions from bytes to characters now trigger exceptions rather than - replacement for invalid byte sequences for the given encoding </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-M1_(markt)">Tomcat 11 -<strong>(alpha)</strong> changelog</a>. -</p> - -<p style="text-align: center;"> <a href="https://tomcat.apache.org/download-10.cgi">Download</a> </p> </div><h3 id="Tomcat_Migration_Tool_for_Jakarta_EE_1.0.6_Released"><span class="pull-right">2022-12-05</span> Tomcat Migration Tool for Jakarta EE 1.0.6 Released</h3><div class="text"> Modified: tomcat/site/trunk/docs/migration-11.0.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-11.0.html (original) +++ tomcat/site/trunk/docs/migration-11.0.html Thu Feb 23 13:58:55 2023 @@ -139,11 +139,11 @@ versions of Apache Tomcat.</p> <p><label>Old version: <select name="hpb"> <option value="11.0.0-M1" selected>11.0.0-M1</option> - <option value="11.0.0-M1">11.0.0-M1</option> + <option value="11.0.0-M3">11.0.0-M3</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-M1" selected>11.0.0-M1</option> + <option value="11.0.0-M3" selected>11.0.0-M3</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> @@ -154,7 +154,7 @@ versions of Apache Tomcat.</p> </form> <p>You can also use a Git command similar to the following from within a working copy:</p> - <div class="codeBox"><pre><code>git diff 11.0.0-M1 11.0.0-M2 -- conf/</code></pre></div> + <div class="codeBox"><pre><code>git diff 11.0.0-M1 11.0.0-M3 -- conf/</code></pre></div> </div></div> </div></div></div></div></main><footer id="footer"> Modified: tomcat/site/trunk/docs/oldnews-2022.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2022.html?rev=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews-2022.html (original) +++ tomcat/site/trunk/docs/oldnews-2022.html Thu Feb 23 13:58:55 2023 @@ -17,6 +17,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.0-M1_Released"><span class="pull-right">2022-12-05</span> Tomcat 11.0.0-M1 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M1 +(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 under development to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Alignment with the current development versions of the Jakarta Servlet, + Pages and Expression Language specifications. This includes removal of + deprecated code and addition of the jakarta.servlet.error.query_string + attribute for error dispatches</li> +<li>BASIC authentication now uses UTF-8 by default</li> +<li>Conversions from bytes to characters now trigger exceptions rather than + replacement for invalid byte sequences for the given encoding </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-M1_(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.84_Released"><span class="pull-right">2022-11-21</span> Tomcat 8.5.84 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.84 Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Thu Feb 23 13:58:55 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-M1 (alpha)</td> + <td>11.0.0-M3 (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=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-11.xml (original) +++ tomcat/site/trunk/xdocs/download-11.xml Thu Feb 23 13:58:55 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-M1[end] +[define v]11.0.0-M3[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=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Thu Feb 23 13:58:55 2023 @@ -80,6 +80,37 @@ changelog</a>. </p> </section> +<section name="Tomcat 11.0.0-M3 Released" rtext="2023-02-23"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M3 +(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 under development to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Increase the minimum supported Java version to Java 17.</li> +<li>Remove support for starting Tomcat under a SecurityManager.</li> +<li>Remove JAX-RPC support which was removed from the Jakarta EE platform for + Jakarta EE 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-M3_(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.3 Released" rtext="2023-02-13"> <p> The Apache Tomcat Project is proud to announce the release of version 2.0.3 of @@ -189,41 +220,6 @@ changelog</a>. </p> </section> -<section name="Tomcat 11.0.0-M1 Released" rtext="2022-12-05"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.0-M1 -(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 under development to aid this process.</p> -<p>The notable changes in this release are:</p> -<ul> -<li>Alignment with the current development versions of the Jakarta Servlet, - Pages and Expression Language specifications. This includes removal of - deprecated code and addition of the jakarta.servlet.error.query_string - attribute for error dispatches</li> -<li>BASIC authentication now uses UTF-8 by default</li> -<li>Conversions from bytes to characters now trigger exceptions rather than - replacement for invalid byte sequences for the given encoding </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-M1_(markt)">Tomcat 11 -<strong>(alpha)</strong> changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-10.cgi">Download</a> -</p> -</section> - - <section name="Tomcat Migration Tool for Jakarta EE 1.0.6 Released" rtext="2022-12-05"> <p> The Apache Tomcat Project is proud to announce the release of 1.0.6 of the Modified: tomcat/site/trunk/xdocs/migration-11.0.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-11.0.xml (original) +++ tomcat/site/trunk/xdocs/migration-11.0.xml Thu Feb 23 13:58:55 2023 @@ -156,11 +156,11 @@ versions of Apache Tomcat.</p> <p><label>Old version: <select name="hpb"> <option value="11.0.0-M1" selected="selected">11.0.0-M1</option> - <option value="11.0.0-M1">11.0.0-M1</option> + <option value="11.0.0-M3">11.0.0-M3</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-M1" selected="selected">11.0.0-M1</option> + <option value="11.0.0-M3" selected="selected">11.0.0-M3</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> @@ -171,7 +171,7 @@ versions of Apache Tomcat.</p> </form> <p>You can also use a Git command similar to the following from within a working copy:</p> - <source>git diff 11.0.0-M1 11.0.0-M2 -- conf/</source> + <source>git diff 11.0.0-M1 11.0.0-M3 -- conf/</source> </subsection> </section> Modified: tomcat/site/trunk/xdocs/oldnews-2022.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews-2022.xml?rev=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews-2022.xml (original) +++ tomcat/site/trunk/xdocs/oldnews-2022.xml Thu Feb 23 13:58:55 2023 @@ -28,6 +28,41 @@ </ul> </section> +<section name="Tomcat 11.0.0-M1 Released" rtext="2022-12-05"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.0-M1 +(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 under development to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Alignment with the current development versions of the Jakarta Servlet, + Pages and Expression Language specifications. This includes removal of + deprecated code and addition of the jakarta.servlet.error.query_string + attribute for error dispatches</li> +<li>BASIC authentication now uses UTF-8 by default</li> +<li>Conversions from bytes to characters now trigger exceptions rather than + replacement for invalid byte sequences for the given encoding </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-M1_(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.84 Released" rtext="2022-11-21"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.84 Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1907829&r1=1907828&r2=1907829&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Thu Feb 23 13:58:55 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-M1 (alpha)</td> + <td>11.0.0-M3 (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