Re: [VOTE] Release Apache Tomcat 8.5.72
Mark, On 10/4/21 02:58, Mark Thomas wrote: On 03/10/2021 15:18, Konstantin Kolinko wrote: вс, 3 окт. 2021 г. в 16:10, Christopher Schultz : Konstantin, The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1337 1. Maven repo is still 404, and Apologies for forgetting to close the Maven repo. Please check again. The maven repo is still in the same state, 404 - Repository "orgapachetomcat-1337 (staging: open)" [id=orgapachetomcat-1337] exists but is not exposed. Chris, The closing of the repository failed because none of .asc files appear to have been uploaded. Hmm. I'll try it again. -chris - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1893886 - in /tomcat/site/trunk: ./ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/WEB-INF/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tom
Author: markt Date: Mon Oct 4 15:30:10 2021 New Revision: 1893886 URL: http://svn.apache.org/viewvc?rev=1893886&view=rev Log: Update docs for Tomact 10.1.0-M6 release [This commit notification would consist of 90 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1893888 - in /tomcat/site/trunk: docs/download-10.html docs/index.html docs/migration-10.1.html docs/oldnews.html docs/whichversion.html xdocs/download-10.xml xdocs/index.xml xdocs/migrat
Author: markt Date: Mon Oct 4 15:36:30 2021 New Revision: 1893888 URL: http://svn.apache.org/viewvc?rev=1893888&view=rev Log: Update site for 10.1.0-M6 release Modified: tomcat/site/trunk/docs/download-10.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-10.1.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/download-10.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-10.1.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/download-10.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-10.html?rev=1893888&r1=1893887&r2=1893888&view=diff == --- tomcat/site/trunk/docs/download-10.html (original) +++ tomcat/site/trunk/docs/download-10.html Mon Oct 4 15:36:30 2021 @@ -22,7 +22,7 @@ Quick Navigation [define v]10.0.11[end] -[define w]10.1.0-M5[end] +[define w]10.1.0-M6[end] https://downloads.apache.org/tomcat/tomcat-10/KEYS";>KEYS | [v] | [w] (alpha) | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1893888&r1=1893887&r2=1893888&view=diff == --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Mon Oct 4 15:36:30 2021 @@ -36,6 +36,38 @@ wiki page. Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation. +2021-10-01 Tomcat 10.1.0-M6 (alpha) Released + +The Apache Tomcat Project is proud to announce the release of version 10.1.0-M6 +of Apache Tomcat. This release is a milestone release and is targeted at Jakarta +EE 10. +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 $CATALINA_BASE/webapps-javaee directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +https://github.com/apache/tomcat-jakartaee-migration";>Apache Tomcat +migration tool for Jakarta EE tool which is also available as a separate +https://tomcat.apache.org/download-migration.cgi";>download for off-line use. +The notable changes in this release are: + +Servlet API updates for Servlet 6 including removal of all deprecated +code, updated schemas and a new API for connection and request IDs. +EL API updates for EL 5.0 including deprecation of the use of +FeatureDescriptor, improvements to BeanELResolver and the addition of +MethodReference. +Further robustness improvements to HTTP/2 flow control window +management + + +Full details of these changes, and all the other changes, are available in the +Tomcat 10.1 +(alpha) changelog. + + + +https://tomcat.apache.org/download-10.cgi";>Download + 2021-09-13 Tomcat 8.5.71 Released The Apache Tomcat Project is proud to announce the release of version 8.5.71 @@ -111,39 +143,6 @@ changelog. -https://tomcat.apache.org/download-10.cgi";>Download - -2021-09-10 Tomcat 10.1.0-M5 (alpha) Released - -The Apache Tomcat Project is proud to announce the release of version 10.1.0-M5 -of Apache Tomcat. This release is a milestone release and is targeted at Jakarta -EE 10. -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 $CATALINA_BASE/webapps-javaee directory and -Tomcat will automatically convert them to Jakarta EE and copy them to the -webapps directory. This conversion is performed using the -https://github.com/apache/tomcat-jakartaee-migration";>Apache Tomcat -migration tool for Jakarta EE tool which is also available as a separate -https://tomcat.apache.org/download-migration.cgi";>download for off-line use. -The notable changes in this release are: - -Remove the deprecated APR/Native connector which includes the HTTP APR and -the AJP APR connector. Also remove the Java interfaces to the APR/Native -library that are not used by the OpenSSL integration for the NIO and NIO2 -connectors. -Add a UserDatabase implementation as a superset of the DataSourceRealm -functionality. -Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache Commons -Pool to 2.11.1 - - -Full details of these changes, and all the other changes, are available in the -Tomcat 10.1 -(alpha) changelog. - - - https://tomcat.apache.org/download-10.cgi";>Download 2021-09-01 Tomcat Native 1.2.31 Released Modified: tomcat/site/trunk/docs/migration-10.1.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.1.html?rev=1893888&r1=1893887&r2=1893888&view=
svn commit: r50241 - /release/tomcat/tomcat-10/v10.1.0-M5/
Author: markt Date: Mon Oct 4 15:37:49 2021 New Revision: 50241 Log: Drop Tomcat 10.1.0-M5 from mirror network Removed: release/tomcat/tomcat-10/v10.1.0-M5/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[ANN] Apache Tomcat 10.1.0-M6 (alpha) available
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.0-M6 (alpha). Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifications. Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE applications designed for Tomcat 9 and earlier may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will automatically convert them to Jakarta EE and copy them to the webapps directory. This conversion is performed using the Apache Tomcat migration tool for Jakarta EE tool which is also available as a separate download for off-line use. Apache Tomcat 10.1.0-M6 is a milestone release of the 10.1.x branch and has been made to provide users with early access to the new features in Apache Tomcat 10.1.x so that they may provide feedback. The notable changes compared to 10.1.0-M5 include: - Servlet API updates for Servlet 6 including removal of all deprecated code, updated schemas and a new API for connection and request IDs. - EL API updates for EL 5.0 including deprecation of the use of FeatureDescriptor, improvements to BeanELResolver and the addition of MethodReference - Further robustness improvements to HTTP/2 flow control window management Please refer to the change log for the complete list of changes: http://tomcat.apache.org/tomcat-10.1-doc/changelog.html Downloads: http://tomcat.apache.org/download-10.cgi Migration guides from Apache Tomcat 7.0.x, 8.5.x and 9.0.x: http://tomcat.apache.org/migration.html Enjoy! - The Apache Tomcat team - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1893889 - in /tomcat/site/trunk: ./ docs/tomcat-10.0-doc/ docs/tomcat-10.0-doc/annotationapi/ docs/tomcat-10.0-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.0-doc/annotationapi/jak
Author: markt Date: Mon Oct 4 15:49:24 2021 New Revision: 1893889 URL: http://svn.apache.org/viewvc?rev=1893889&view=rev Log: Update docs for Tomcat 10.0.12 release [This commit notification would consist of 1183 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1893890 - in /tomcat/site/trunk: docs/ xdocs/
Author: markt Date: Mon Oct 4 15:50:35 2021 New Revision: 1893890 URL: http://svn.apache.org/viewvc?rev=1893890&view=rev Log: Update site for 10.0.12 release Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-10.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-10.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/download-10.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-10.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1893890&r1=1893889&r2=1893890&view=diff == --- tomcat/site/trunk/docs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Oct 4 15:50:35 2021 @@ -60,8 +60,8 @@ Latest Stable 10.0.x Release -2021-09-10 -10.0.11 +2021-10-01 +10.0.12 Modified: tomcat/site/trunk/docs/download-10.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-10.html?rev=1893890&r1=1893889&r2=1893890&view=diff == --- tomcat/site/trunk/docs/download-10.html (original) +++ tomcat/site/trunk/docs/download-10.html Mon Oct 4 15:50:35 2021 @@ -21,7 +21,7 @@ Quick Navigation -[define v]10.0.11[end] +[define v]10.0.12[end] [define w]10.1.0-M6[end] https://downloads.apache.org/tomcat/tomcat-10/KEYS";>KEYS | [v] | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1893890&r1=1893889&r2=1893890&view=diff == --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Mon Oct 4 15:50:35 2021 @@ -36,6 +36,36 @@ wiki page. Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation. +2021-10-01 Tomcat 10.0.12 Released + +The Apache Tomcat Project is proud to announce the release of version 10.0.12 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 9 platform. +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 $CATALINA_BASE/webapps-javaee directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +https://github.com/apache/tomcat-jakartaee-migration";>Apache Tomcat +migration tool for Jakarta EE tool which is also available as a separate +https://tomcat.apache.org/download-migration.cgi";>download for off-line use. +The notable changes in this release are: + +Further robustness improvements to HTTP/2 flow control window +management. +Improvements to the DataSourceUserDatabase. +Fix an issue that caused some Servlet non-blocking API reads of the +HTTP request body to incorrectly use blocking IO. + + +Full details of these changes, and all the other changes, are available in the +Tomcat 10 +changelog. + + + +https://tomcat.apache.org/download-10.cgi";>Download + 2021-10-01 Tomcat 10.1.0-M6 (alpha) Released The Apache Tomcat Project is proud to announce the release of version 10.1.0-M6 @@ -114,37 +144,6 @@ changelog. https://tomcat.apache.org/download-90.cgi";>Download -2021-09-10 Tomcat 10.0.11 Released - -The Apache Tomcat Project is proud to announce the release of version 10.0.11 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 9 platform. -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 $CATALINA_BASE/webapps-javaee directory and -Tomcat will automatically convert them to Jakarta EE and copy them to the -webapps directory. This conversion is performed using the -https://github.com/apache/tomcat-jakartaee-migration";>Apache Tomcat -migration tool for Jakarta EE tool which is also available as a separate -https://tomcat.apache.org/download-migration.cgi";>download for off-line use. -The notable changes in this release are: - -Add a UserDatabase implementation as a superset of the DataSourceRealm -functionality. -Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache Commons -Pool to 2.11.1 -Update the packaged version of the Tomcat Native Library to 1.2.31 to pick -up Windows binaries built with OpenSSL 1.1.1l. - - -Full details of these changes, and all the other
[ANN] Apache Tomcat 10.0.12 available
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.0.12. This release is targeted at Jakarta EE 9. Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE applications designed for Tomcat 9 and earlier may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will automatically convert them to Jakarta EE and copy them to the webapps directory. This conversion is performed using the Apache Tomcat migration tool for Jakarta EE tool which is also available as a separate download for off-line use. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifications. The notable changes compared to 10.0.11 include: - Further robustness improvements to HTTP/2 flow control window management - Improvements to the DataSourceUserDatabase - Fix an issue that caused some Servlet non-blocking API reads of the HTTP request body to incorrectly use blocking IO. Please refer to the change log for the complete list of changes: http://tomcat.apache.org/tomcat-10.0-doc/changelog.html Downloads: http://tomcat.apache.org/download-10.cgi Migration guides from Apache Tomcat 7.0.x, 8.5.x and 9.0.x: http://tomcat.apache.org/migration.html Enjoy! - The Apache Tomcat team - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r50242 - /release/tomcat/tomcat-10/v10.0.11/
Author: markt Date: Mon Oct 4 15:52:18 2021 New Revision: 50242 Log: Drop Apache Tomact 10.0.11 from mirrors Removed: release/tomcat/tomcat-10/v10.0.11/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated: Follow-up to 7c630a7
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 683d32e Follow-up to 7c630a7 683d32e is described below commit 683d32e2f06938af4985b8e1f3e672f71e02b121 Author: Mark Thomas AuthorDate: Mon Oct 4 19:47:15 2021 +0100 Follow-up to 7c630a7 Fix a few tests that need correcting. Restore some checks to ELResolvers that need them. --- java/jakarta/el/BeanNameELResolver.java| 3 ++- java/jakarta/el/StaticFieldELResolver.java | 27 ++ test/jakarta/el/TestBeanELResolver.java| 3 ++- test/jakarta/el/TestStaticFieldELResolver.java | 8 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/java/jakarta/el/BeanNameELResolver.java b/java/jakarta/el/BeanNameELResolver.java index ad65ccf..27bc01a 100644 --- a/java/jakarta/el/BeanNameELResolver.java +++ b/java/jakarta/el/BeanNameELResolver.java @@ -104,6 +104,7 @@ public class BeanNameELResolver extends ELResolver { try { if (beanNameResolver.isNameResolved(beanName)) { +Class result = beanNameResolver.getBean(beanName).getClass(); context.setPropertyResolved(base, property); /* @@ -113,7 +114,7 @@ public class BeanNameELResolver extends ELResolver { return null; } -return beanNameResolver.getBean(beanName).getClass(); +return result; } } catch (Throwable t) { Util.handleThrowable(t); diff --git a/java/jakarta/el/StaticFieldELResolver.java b/java/jakarta/el/StaticFieldELResolver.java index e164e9d..d0de03c 100644 --- a/java/jakarta/el/StaticFieldELResolver.java +++ b/java/jakarta/el/StaticFieldELResolver.java @@ -149,15 +149,26 @@ public class StaticFieldELResolver extends ELResolver { Class clazz = ((ELClass) base).getKlass(); String name = (String) property; +Exception exception = null; try { -clazz.getField(name); -/* - * This resolver is always read-only so fall-through to return - * null. - */ -} catch (IllegalArgumentException | NoSuchFieldException | SecurityException e) { -String msg = Util.message(context, "staticFieldELResolver.notFound", name, clazz.getName()); -throw new PropertyNotFoundException(msg, e); +Field field = clazz.getField(name); +int modifiers = field.getModifiers(); +if (Modifier.isStatic(modifiers) && +Modifier.isPublic(modifiers) && +Util.canAccess(null, field)) { +// Resolver is read-only so returns null for resolved fields +return null; +} +} catch (IllegalArgumentException | NoSuchFieldException | +SecurityException e) { +exception = e; +} +String msg = Util.message(context, "staticFieldELResolver.notFound", +name, clazz.getName()); +if (exception == null) { +throw new PropertyNotFoundException(msg); +} else { +throw new PropertyNotFoundException(msg, exception); } } return null; diff --git a/test/jakarta/el/TestBeanELResolver.java b/test/jakarta/el/TestBeanELResolver.java index 5da3667..864e1a7 100644 --- a/test/jakarta/el/TestBeanELResolver.java +++ b/test/jakarta/el/TestBeanELResolver.java @@ -97,7 +97,8 @@ public class TestBeanELResolver { Class result = resolver.getType(context, new Bean(), PROPERTY01_NAME); -Assert.assertEquals(String.class, result); +// Property is read-only so should return null +Assert.assertNull(result); Assert.assertTrue(context.isPropertyResolved()); } diff --git a/test/jakarta/el/TestStaticFieldELResolver.java b/test/jakarta/el/TestStaticFieldELResolver.java index 4e97a24..006d737 100644 --- a/test/jakarta/el/TestStaticFieldELResolver.java +++ b/test/jakarta/el/TestStaticFieldELResolver.java @@ -240,8 +240,8 @@ public class TestStaticFieldELResolver { Class result = resolver.getType(context, new ELClass( TesterClass.class), PROPERTY01_NAME); -Assert.assertEquals(PROPERTY01_NAME.getClass(), result); -Assert.assertTrue(context.isPropertyResolved()); +// Resolver is read-only so this should return null +Assert.assertNull(result); } /** @@ -305,8 +305,8 @@ public class TestStaticFieldELResolver { Class result = resolver.getType(context, new ELClass( MethodUnderTest.class), MethodUnderTest.GET_TYPE.toStr
svn commit: r1893893 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap
Author: remm Date: Mon Oct 4 19:03:11 2021 New Revision: 1893893 URL: http://svn.apache.org/viewvc?rev=1893893&view=rev Log: Update docs for Tomcat 9.0.54 release [This commit notification would consist of 70 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1893894 - in /tomcat/site/trunk: docs/ xdocs/
Author: remm Date: Mon Oct 4 19:10:58 2021 New Revision: 1893894 URL: http://svn.apache.org/viewvc?rev=1893894&view=rev Log: Update site for 9.0.54 release Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-90.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/download-90.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-9.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1893894&r1=1893893&r2=1893894&view=diff == --- tomcat/site/trunk/docs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Oct 4 19:10:58 2021 @@ -67,8 +67,8 @@ Latest Stable 9.0.x Release -2021-09-10 -9.0.53 +2021-10-01 +9.0.54 Modified: tomcat/site/trunk/docs/download-90.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1893894&r1=1893893&r2=1893894&view=diff == --- tomcat/site/trunk/docs/download-90.html (original) +++ tomcat/site/trunk/docs/download-90.html Mon Oct 4 19:10:58 2021 @@ -12,7 +12,7 @@ Quick Navigation -[define v]9.0.53[end] +[define v]9.0.54[end] https://downloads.apache.org/tomcat/tomcat-9/KEYS";>KEYS | [v] | Browse | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1893894&r1=1893893&r2=1893894&view=diff == --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Mon Oct 4 19:10:58 2021 @@ -36,6 +36,27 @@ wiki page. Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation. +2021-10-01 Tomcat 9.0.54 Released + +The Apache Tomcat Project is proud to announce the release of version 9.0.54 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.53 include: + +Further robustness improvements to HTTP/2 flow control window +management +Improvements to the DataSourceUserDatabase +Fix an issue that caused some Servlet non-blocking API reads of the +HTTP request body to incorrectly use blocking IO + + +Full details of these changes, and all the other changes, are available in the +Tomcat 9 +changelog. + + + +https://tomcat.apache.org/download-90.cgi";>Download + 2021-10-01 Tomcat 10.0.12 Released The Apache Tomcat Project is proud to announce the release of version 10.0.12 @@ -122,28 +143,6 @@ changelog. https://tomcat.apache.org/download-80.cgi";>Download -2021-09-10 Tomcat 9.0.53 Released - -The Apache Tomcat Project is proud to announce the release of version 9.0.53 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.52 include: - -Add a UserDatabase implementation as a superset of the DataSourceRealm -functionality -Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache -Commons Pool to 2.11.1 -Update the packaged version of the Tomcat Native Library to 1.2.31 to -pick up Windows binaries built with OpenSSL 1.1.1l - - -Full details of these changes, and all the other changes, are available in the -Tomcat 9 -changelog. - - - -https://tomcat.apache.org/download-90.cgi";>Download - 2021-09-01 Tomcat Native 1.2.31 Released The Apache Tomcat Project is proud to announce the release of version 1.2.31 of Modified: tomcat/site/trunk/docs/migration-9.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1893894&r1=1893893&r2=1893894&view=diff == --- tomcat/site/trunk/docs/migration-9.html (original) +++ tomcat/site/trunk/docs/migration-9.html Mon Oct 4 19:10:58 2021 @@ -419,7 +419,8 @@ of Apache Tomcat. 9.0.46 9.0.48 9.0.50 -9.0.52 +9.0.52 +9.0.53 , new version: 9.0.0-M1 @@ -479,7 +480,8 @@ of Apache Tomcat. 9.0.48 9.0.50 9.0.52 -9.0.53 +9.0.53 +9.0.54 trunk (unreleased) Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1893894&r1=1893893&r2=1893894&view=diff == --- tomcat/site/trunk/docs/oldnews.
[ANN] Apache Tomcat 9.0.54 available
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.54. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.54 is a bugfix and feature release. The notable changes compared to 9.0.53 include: - Further robustness improvements to HTTP/2 flow control window management. - Improvements to the DataSourceUserDatabase. - Fix an issue that caused some Servlet non-blocking API reads of the HTTP request body to incorrectly use blocking IO. Along with lots of other bug fixes and improvements. Please refer to the change log for the complete list of changes: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html Downloads: https://tomcat.apache.org/download-90.cgi Migration guides from Apache Tomcat 7.x and 8.x: https://tomcat.apache.org/migration.html Enjoy! - The Apache Tomcat team - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated: Add dates
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new c3138ef Add dates c3138ef is described below commit c3138efaddcbfcdd2f0c1d6930f2f37da562616f Author: remm AuthorDate: Mon Oct 4 21:21:20 2021 +0200 Add dates --- webapps/docs/changelog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 464caa4..8759d10 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -135,7 +135,7 @@ - + @@ -273,7 +273,7 @@ - + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 10.0.x updated: Add dates
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 43eee27 Add dates 43eee27 is described below commit 43eee27af42e76bc4a5d44f0376bd749120e5b3e Author: remm AuthorDate: Mon Oct 4 21:22:34 2021 +0200 Add dates --- webapps/docs/changelog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index cf9a7d5..e9ee997 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -118,7 +118,7 @@ - + @@ -214,7 +214,7 @@ - + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 9.0.x updated: Add date
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 52d27c7 Add date 52d27c7 is described below commit 52d27c772bc9589a5870a54431a75565da2a9c13 Author: remm AuthorDate: Mon Oct 4 21:22:58 2021 +0200 Add date --- webapps/docs/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 196c08d..15a6749 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -118,7 +118,7 @@ - + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r50249 - /release/tomcat/tomcat-9/v9.0.53/
Author: remm Date: Mon Oct 4 19:24:27 2021 New Revision: 50249 Log: Drop 9.0.53 Removed: release/tomcat/tomcat-9/v9.0.53/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 8.5.72
All, I'm sorry about this release. The VOTE has officially passed, but I fear I may have to re-roll the release as the Maven artifacts were not signed properly at the time. I'm trying to decide what to do about it. I can re-roll the release under the same version number, but I'll have to re-generate everything. I can't guarantee it will be byte-for-byte identical for a few reasons, so I'm not sure how comfortable everyone will be with their votes standing. Asking for a re-vote on a release is a little odd and may actually not be okay ASF-wise. So I'm thinking maybe I should cancel the vote and use a new version number which is source-identical to 8.5.72 and call for a new vote with the new artifacts. I apologize for the confusion; I didn't notice the missing Maven items at the time, and cleared-away everything after uploading everything to svn. -chris On 10/1/21 11:47, Christopher Schultz wrote: The proposed Apache Tomcat 8.5.72 release is now available for voting. The notable changes compared to 8.5.71 are: - Further robustness improvements to HTTP/2 flow control window management - Fix an issue that caused some Servlet non-blocking API reads of the HTTP request body to incorrectly use blocking IO. Along with lots of other bug fixes and improvements. For full details, see the changelog: https://ci.apache.org/projects/tomcat/tomcat-8.5.x/docs/changelog.html It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.72/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1337 The tag is: https://github.com/apache/tomcat/tree/8.5.72 53c394049af76032bc7acab9de023013ad4fdc43 The proposed 8.5.72 release is: [ ] Broken - do not release [ ] Stable - go ahead and release as 8.5.72 (stable) -chris - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org