You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2023/12/12 13:58:58 UTC

svn commit: r1914573 - in /tomcat/site/trunk/tools: news-template-11.0.xml news-template-9.0.xml

Author: schultz
Date: Tue Dec 12 13:58:58 2023
New Revision: 1914573

URL: http://svn.apache.org/viewvc?rev=1914573&view=rev
Log:
Add news templates for 9.0.x and 11.0.x releases.

Added:
    tomcat/site/trunk/tools/news-template-11.0.xml
    tomcat/site/trunk/tools/news-template-9.0.xml

Added: tomcat/site/trunk/tools/news-template-11.0.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/tools/news-template-11.0.xml?rev=1914573&view=auto
==============================================================================
--- tomcat/site/trunk/tools/news-template-11.0.xml (added)
+++ tomcat/site/trunk/tools/news-template-11.0.xml Tue Dec 12 13:58:58 2023
@@ -0,0 +1,27 @@
+<section name="Tomcat {NEW_RELEASE} Released" rtext="{RELEASE_DATE}">
+<p>
+The Apache Tomcat Project is proud to announce the release of version {NEW_RELEASE}
+(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>
+  <!-- TODO: Enter several changelog entries -->
+</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_{NEW_RELEASE}_({RELEASE_MANAGER})">Tomcat 11
+<strong>(alpha)</strong> changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-11.cgi">Download</a>
+</p>
+</section>

Added: tomcat/site/trunk/tools/news-template-9.0.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/tools/news-template-9.0.xml?rev=1914573&view=auto
==============================================================================
--- tomcat/site/trunk/tools/news-template-9.0.xml (added)
+++ tomcat/site/trunk/tools/news-template-9.0.xml Tue Dec 12 13:58:58 2023
@@ -0,0 +1,19 @@
+<section name="Tomcat {NEW_RELEASE} Released" rtext="{RELEASE_DATE}">
+<p>
+The Apache Tomcat Project is proud to announce the release of version {NEW_RELEASE}
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.82 include:</p>
+<ul>
+  <!-- TODO: Enter several changelog entries -->
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-9.0-doc/changelog.html#Tomcat_{NEW_RELEASE}_({RELEASE_MANAGER})">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+



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