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/11/09 22:51:16 UTC

[VOTE] Release Apache Tomcat 10.0.13

The proposed Apache Tomcat 10.0.13 release is now available for
voting.

Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
package for all the specification APIs has changed from javax.* to jakarta.*

Applications that run on Tomcat 9 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.0.12 are:

- Experimental OpenSSL support through the Panama API incubating in Java
   17, with support for OpenSSL 1.1+

- Add support for custom caching strategies for web application
   resources. This initial implementation allows control over whether or
   not a resource is cached.

- Improve robustness of JNDIRealm for exceptions occurring when getting
   the connection.

Along with lots of other bug fixes and improvements.

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

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

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

The tag is:
https://github.com/apache/tomcat/tree/10.0.13
40dbce6eb012429a6ba62a9bb65fd11ee5c6c898

The proposed 10.0.13 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 10.0.13 (stable)

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


[VOTE][RESULT] Release Apache Tomcat 10.0.13

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

Binding:
+1: remm, mgrigorov, isapir, markt

No other votes were cast.

The vote therefore passes.


Thanks to everyone who contributed to this release.

Mark


---------------------------------------------------------------------
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.0.13

Posted by Igal Sapir <is...@apache.org>.
On Tue, Nov 9, 2021 at 2:51 PM Mark Thomas <ma...@apache.org> wrote:

> <snip/>
>
> The proposed 10.0.13 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.13 (stable)
>

Unit tests passed on Ubuntu with Java 17

Igal



>
> ---------------------------------------------------------------------
> 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.0.13

Posted by Martin Grigorov <mg...@apache.org>.
On Wed, Nov 10, 2021 at 12:51 AM Mark Thomas <ma...@apache.org> wrote:

> The proposed Apache Tomcat 10.0.13 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to
> jakarta.*
>
> Applications that run on Tomcat 9 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.0.12 are:
>
> - Experimental OpenSSL support through the Panama API incubating in Java
>    17, with support for OpenSSL 1.1+
>
> - Add support for custom caching strategies for web application
>    resources. This initial implementation allows control over whether or
>    not a resource is cached.
>
> - Improve robustness of JNDIRealm for exceptions occurring when getting
>    the connection.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.0.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.13/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1339
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.13
> 40dbce6eb012429a6ba62a9bb65fd11ee5c6c898
>
> The proposed 10.0.13 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.13 (stable)
>

Regards,
Martin


>
> ---------------------------------------------------------------------
> 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.0.13

Posted by Mark Thomas <ma...@apache.org>.
On 09/11/2021 22:51, Mark Thomas wrote:

<snip/>

> The proposed 10.0.13 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.13 (stable)

Tests pass for NIO, NIO2 and APR/Native with Tomcat Native 1.2.31 on 
Linux, MacOS and Windows.

Mark

---------------------------------------------------------------------
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.0.13

Posted by Mark Thomas <ma...@apache.org>.
On 10/11/2021 08:54, Rémy Maucherat wrote:
> On Tue, Nov 9, 2021 at 11:51 PM Mark Thomas <ma...@apache.org> wrote:

<snip/>

>> For full details, see the changelog:
>> https://ci.apache.org/projects/tomcat/tomcat-10.0.x/docs/changelog.html
> 
> With CI not running, this is not up to date.

Good catch. The new version is here:

https://nightlies.apache.org/tomcat/tomcat-10.0.x/docs/changelog.html

You've reminded me I meant to get the CI links on the website updated. 
I'll do that now.

Mark

---------------------------------------------------------------------
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.0.13

Posted by Rémy Maucherat <re...@apache.org>.
On Tue, Nov 9, 2021 at 11:51 PM Mark Thomas <ma...@apache.org> wrote:
>
> The proposed Apache Tomcat 10.0.13 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to jakarta.*
>
> Applications that run on Tomcat 9 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.0.12 are:
>
> - Experimental OpenSSL support through the Panama API incubating in Java
>    17, with support for OpenSSL 1.1+

   The module is available here:
   https://github.com/apache/tomcat/tree/10.1.0-M7/modules/openssl-java17
   Note: The 10.1.0-M7 tag corresponds to the 9.0.55 tag epoch.

> - Add support for custom caching strategies for web application
>    resources. This initial implementation allows control over whether or
>    not a resource is cached.
>
> - Improve robustness of JNDIRealm for exceptions occurring when getting
>    the connection.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.0.x/docs/changelog.html

With CI not running, this is not up to date.

> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.13/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1339
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.13
> 40dbce6eb012429a6ba62a9bb65fd11ee5c6c898
>
> The proposed 10.0.13 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.13 (stable)

Rémy

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