Author: markt Date: Thu Jun 17 11:58:29 2021 New Revision: 1890869 URL: http://svn.apache.org/viewvc?rev=1890869&view=rev Log: Add 10.1.0-M1 release
Modified: tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1890869&r1=1890868&r2=1890869&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Thu Jun 17 11:58:29 2021 @@ -77,6 +77,40 @@ changelog</a>. </p> </section> +<section name="Tomcat 10.1.0-M1 (alpha) Released" rtext="2021-06-15"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.0-M1 +of Apache Tomcat. This release is a milestone release and is targeted at Jakarta +EE 10.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Remove code (but not the APR/Native Connector) previously marked for removal + in 10.1.x The APR/Native Connector will almost certainly be removed in a + future milestone.</li> +<li>Align the Servlet API implementation with the current Servlet API + development branch.</li> +<li>Align the EL API implementation with the current El API development branch. + </li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.0-M1_(markt)">Tomcat 10.1 +<strong>(alpha)</strong> changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-10.cgi">Download</a> +</p> +</section> + <section name="Tomcat Native 1.2.30 Released" rtext="2021-06-04"> <p> The Apache Tomcat Project is proud to announce the release of version 1.2.30 of Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1890869&r1=1890868&r2=1890869&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Thu Jun 17 11:58:29 2021 @@ -39,7 +39,7 @@ specifications</a> and the respective Ap <td>TBD</td> <td>TBD</td> <td>10.1.x</td> - <td>None</td> + <td>10.1.0-M1 (alpha)</td> <td>8 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org