You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2021/08/03 19:21:42 UTC

[VOTE] Release Apache Tomcat 10.1.0-M4

The proposed Apache Tomcat 10.1.0-M4 release is now available for
voting.

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.

The notable changes compared to 10.1.0-M2 are:

- The minimum Java version has been increased to Java 11 to align with
   the plans for the Jakarta EE 10 platform

- Correct a regression in the previous release in the HTTP/2 flow
   control window management

- Enable EL lambda expressions to be coerced to functional interfaces.
   This is an implementation of a proposed extension to the Jakarta
   Expression Language specification.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1328

The tag is:
https://github.com/apache/tomcat/tree/10.1.0-M4
e706972942e2c342e4a37baf5e2596f11e8a0e94

The proposed 10.1.0-M4 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 10.1.0-M4 (alpha)

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


Re: [VOTE] Release Apache Tomcat 10.1.0-M4

Posted by Konstantin Kolinko <kn...@gmail.com>.
вт, 3 авг. 2021 г. в 22:21, Mark Thomas <ma...@apache.org>:
>
> The proposed Apache Tomcat 10.1.0-M4 release is now available for
> voting.
>
> 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.
>
> The notable changes compared to 10.1.0-M2 are:
>
> - The minimum Java version has been increased to Java 11 to align with
>    the plans for the Jakarta EE 10 platform
>
> - Correct a regression in the previous release in the HTTP/2 flow
>    control window management
>
> - Enable EL lambda expressions to be coerced to functional interfaces.
>    This is an implementation of a proposed extension to the Jakarta
>    Expression Language specification.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1328
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.1.0-M4
> e706972942e2c342e4a37baf5e2596f11e8a0e94
>
> The proposed 10.1.0-M4 release is:
> [ ] Broken - do not release
> [x] Alpha - go ahead and release as 10.1.0-M4 (alpha)

Smoke-testing OK. (b4-bit Java 11.0.11, Java 16.0.1 on Windows 10)

Best regards,
Konstantin Kolinko

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


Re: [VOTE] Release Apache Tomcat 10.1.0-M4

Posted by jean-frederic clere <jf...@gmail.com>.
On 03/08/2021 21:21, Mark Thomas wrote:
> [X] Alpha - go ahead and release as 10.1.0-M4 (alpha)

Tested on fedora34.

-- 
Cheers

Jean-Frederic


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


Re: [VOTE] Release Apache Tomcat 10.1.0-M4

Posted by Rémy Maucherat <re...@apache.org>.
On Tue, Aug 3, 2021 at 9:21 PM Mark Thomas <ma...@apache.org> wrote:
>
> The proposed Apache Tomcat 10.1.0-M4 release is now available for
> voting.
>
> 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.
>
> The notable changes compared to 10.1.0-M2 are:
>
> - The minimum Java version has been increased to Java 11 to align with
>    the plans for the Jakarta EE 10 platform
>
> - Correct a regression in the previous release in the HTTP/2 flow
>    control window management
>
> - Enable EL lambda expressions to be coerced to functional interfaces.
>    This is an implementation of a proposed extension to the Jakarta
>    Expression Language specification.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1328
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.1.0-M4
> e706972942e2c342e4a37baf5e2596f11e8a0e94
>
> The proposed 10.1.0-M4 release is:
> [ ] Broken - do not release
> [X] Alpha - go ahead and release as 10.1.0-M4 (alpha)

Rémy

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


Re: [VOTE][RESULT] Release Apache Tomcat 10.1.0-M4

Posted by Mark Thomas <ma...@apache.org>.
The following votes were cast:

Binding:
+1: remm, jfclere, kolinko

No other votes were cast.

The vote therefore passes.

Thanks to everyone who contributed to this release.

Mark



On 03/08/2021 21:21, Mark Thomas wrote:
> The proposed Apache Tomcat 10.1.0-M4 release is now available for
> voting.
> 
> 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.
> 
> The notable changes compared to 10.1.0-M2 are:
> 
> - The minimum Java version has been increased to Java 11 to align with
>    the plans for the Jakarta EE 10 platform
> 
> - Correct a regression in the previous release in the HTTP/2 flow
>    control window management
> 
> - Enable EL lambda expressions to be coerced to functional interfaces.
>    This is an implementation of a proposed extension to the Jakarta
>    Expression Language specification.
> 
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/
> 
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1328
> 
> The tag is:
> https://github.com/apache/tomcat/tree/10.1.0-M4
> e706972942e2c342e4a37baf5e2596f11e8a0e94
> 
> The proposed 10.1.0-M4 release is:
> [ ] Broken - do not release
> [ ] Alpha - go ahead and release as 10.1.0-M4 (alpha)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 

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