Re: [VOTE] Release Apache Tomcat 9.0.21

2019-06-06 Thread Martin Grigorov
Hi,

On Tue, Jun 4, 2019 at 11:50 PM Mark Thomas  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-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: [VOTE] Release Apache Tomcat 9.0.21

2019-06-06 Thread jean-frederic clere
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 9.0.21

2019-06-05 Thread Igal Sapir

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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 9.0.21

2019-06-05 Thread Coty Sutherland
On Tue, Jun 4, 2019 at 4:50 PM Mark Thomas  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-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: [VOTE] Release Apache Tomcat 9.0.21

2019-06-05 Thread Mark Thomas
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 9.0.21

2019-06-04 Thread Rémy Maucherat
On Tue, Jun 4, 2019 at 10:50 PM Mark Thomas  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


[VOTE] Release Apache Tomcat 9.0.21

2019-06-04 Thread Mark Thomas
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org