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 2019/06/04 20:50:27 UTC

[VOTE] Release Apache Tomcat 9.0.21

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

The major changes compared to the 9.0.20 release are:

- Fix various concurrency and stability issues for HTTP/2.

- Add support for same-site cookie attribute. Patch provided by John
  Kelly.

- Add an option to sort directory listings provided by the Default
  Servlet.

Along with lots of other bug fixes and improvements.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.21/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1213/
The tag is:
https://github.com/apache/tomcat/tree/9.0.21
5dd82367de857318b8a384c07c4414e5d55cc975

The proposed 9.0.21 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 9.0.21

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


Re: [VOTE] Release Apache Tomcat 9.0.21

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

On Tue, Jun 4, 2019 at 11:50 PM Mark Thomas <ma...@apache.org> wrote:

> The proposed Apache Tomcat 9.0.21 release is now available for voting.
>
> The major changes compared to the 9.0.20 release are:
>
> - Fix various concurrency and stability issues for HTTP/2.
>
> - Add support for same-site cookie attribute. Patch provided by John
>   Kelly.
>
> - Add an option to sort directory listings provided by the Default
>   Servlet.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.21/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1213/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.21
> 5dd82367de857318b8a384c07c4414e5d55cc975
>
> The proposed 9.0.21 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 9.0.21
>

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 9.0.21

Posted by Rémy Maucherat <re...@apache.org>.
On Tue, Jun 4, 2019 at 10:50 PM Mark Thomas <ma...@apache.org> wrote:

> The proposed Apache Tomcat 9.0.21 release is now available for voting.
>
> The major changes compared to the 9.0.20 release are:
>
> - Fix various concurrency and stability issues for HTTP/2.
>
> - Add support for same-site cookie attribute. Patch provided by John
>   Kelly.
>
> - Add an option to sort directory listings provided by the Default
>   Servlet.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.21/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1213/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.21
> 5dd82367de857318b8a384c07c4414e5d55cc975
>
> The proposed 9.0.21 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.21
>

Although it's probably too early to assert it's 100% done and fine [most
likely not], the biggest chunk of the current stability / improvements /
refactorings round to endpoints that started with 9.0.15 is now done. Nice !

All connectors have the async NIO2 style IO API available, NIO performs a
lot better with it than I expected (and it's stable), APR otoh fared worse
given all its missing features. This API is available to protocol handlers
and internal upgrade handlers. Looking ahead, if the Servlet API adds
(real) async IO of some sort (leaving behind IS/OS container managed
buffered IO), then this would be a good backend for it.

Rémy

Re: [VOTE] Release Apache Tomcat 9.0.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 04/06/2019 22:50, Mark Thomas wrote:
> [X] Stable - go ahead and release as 9.0.21

Tested on fedora30 with tc-native-1.2.21 ;-)

-- 
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 9.0.21

Posted by Coty Sutherland <cs...@apache.org>.
On Tue, Jun 4, 2019 at 4:50 PM Mark Thomas <ma...@apache.org> wrote:

> The proposed Apache Tomcat 9.0.21 release is now available for voting.
>
> The major changes compared to the 9.0.20 release are:
>
> - Fix various concurrency and stability issues for HTTP/2.
>
> - Add support for same-site cookie attribute. Patch provided by John
>   Kelly.
>
> - Add an option to sort directory listings provided by the Default
>   Servlet.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.21/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1213/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.21
> 5dd82367de857318b8a384c07c4414e5d55cc975
>
> The proposed 9.0.21 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 9.0.21
>

+1


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

Re: [VOTE] Release Apache Tomcat 9.0.21

Posted by Mark Thomas <ma...@apache.org>.
On 04/06/2019 21:50, Mark Thomas wrote:
> The proposed 9.0.21 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.21

Tests pass without failures for NIO, NIO2 and APR/native on Linux, OSX
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 9.0.21

Posted by Igal Sapir <is...@apache.org>.
On 6/4/2019 1:50 PM, Mark Thomas wrote:
> The proposed 9.0.21 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.21

+1

Igal



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


[VOTE][RESULT] Release Apache Tomcat 9.0.21

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

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

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