[RESUL][VOTE] Release Apache Tomcat 8.5.17

2017-07-10 Thread Mark Thomas
The following votes were cast:

Binding:
+1: remm, csutherl, violetag, huxing
-1: markt


While there are enough votes to release, I'm going to call this result
as failed, fix the regression and roll a new release.

Thanks to everyone who contributed to this release. Sorry my mistake
messed it up.

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 8.5.17

2017-07-10 Thread Mark Thomas
On 04/07/17 09:40, Mark Thomas wrote:

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

As per this thread on the users mailing list:
http://markmail.org/message/oeperyqzfbhkit7u

My improvement to static file handling with mixed encodings failed to
take accept ranges into account.

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 8.5.17

2017-07-09 Thread Huxing Zhang
Hi,

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

Unit test passed.
Our test web application works fine.
--
From:Mark Thomas <ma...@apache.org>
Time:2017 Jul 4 (Tue) 16:40
To:Tomcat Developers List <dev@tomcat.apache.org>
Subject:[VOTE] Release Apache Tomcat 8.5.17


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

The major changes compared to the 8.5.17 release are:

- Make asynchronous error handling more robust. In particular ensure
  that onError() is called for any registered AsyncListeners after an
  I/O error on a non-container thread.

- Correct a regression in 9.0.0.M22 that prevented Tomcat from shutting
  down cleanly.

- Sync SSL session access for the APR connector to prevent errors when
  accessing the session.


Along with lots of other bug fixes and improvements.


It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.17/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1142/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_17/

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

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

2017-07-06 Thread Violeta Georgieva
2017-07-04 11:40 GMT+03:00 Mark Thomas :
>
> The proposed Apache Tomcat 8.5.17 release is now available for voting.
>
> The major changes compared to the 8.5.17 release are:
>
> - Make asynchronous error handling more robust. In particular ensure
>   that onError() is called for any registered AsyncListeners after an
>   I/O error on a non-container thread.
>
> - Correct a regression in 9.0.0.M22 that prevented Tomcat from shutting
>   down cleanly.
>
> - Sync SSL session access for the APR connector to prevent errors when
>   accessing the session.
>
>
> Along with lots of other bug fixes and improvements.
>
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.17/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1142/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_17/
>
> The proposed 8.5.17 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.17

Regards,
Violeta

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

2017-07-05 Thread Felix Schumacher


Am 4. Juli 2017 10:40:41 MESZ schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.17 release is now available for voting.
>
>The major changes compared to the 8.5.17 release are:
>
>- Make asynchronous error handling more robust. In particular ensure
>  that onError() is called for any registered AsyncListeners after an
>  I/O error on a non-container thread.
>
>- Correct a regression in 9.0.0.M22 that prevented Tomcat from shutting
>  down cleanly.
>
>- Sync SSL session access for the APR connector to prevent errors when
>  accessing the session.
>
>
>Along with lots of other bug fixes and improvements.
>
>
>It can be obtained from:
>https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.17/
>The Maven staging repo is:
>https://repository.apache.org/content/repositories/orgapachetomcat-1142/
>The svn tag is:
>http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_17/
>
>The proposed 8.5.17 release is:
>[ ] Broken - do not release
>[x] Stable - go ahead and release as 8.5.17

Felix

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



Re: [VOTE] Release Apache Tomcat 8.5.17

2017-07-05 Thread Coty Sutherland
On Tue, Jul 4, 2017 at 4:40 AM, Mark Thomas  wrote:
> The proposed Apache Tomcat 8.5.17 release is now available for voting.
>
> The major changes compared to the 8.5.17 release are:
>
> - Make asynchronous error handling more robust. In particular ensure
>   that onError() is called for any registered AsyncListeners after an
>   I/O error on a non-container thread.
>
> - Correct a regression in 9.0.0.M22 that prevented Tomcat from shutting
>   down cleanly.
>
> - Sync SSL session access for the APR connector to prevent errors when
>   accessing the session.
>
>
> Along with lots of other bug fixes and improvements.
>
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.17/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1142/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_17/
>
> The proposed 8.5.17 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 8.5.17

+1, looks good to me.

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



Re: [VOTE] Release Apache Tomcat 8.5.17

2017-07-05 Thread Emmanuel Bourg
Le 4/07/2017 à 10:40, Mark Thomas a écrit :

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

+1, tested on Debian with OpenJDK 8u131.

Emmanuel Bourg

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

2017-07-04 Thread Rémy Maucherat
On Tue, Jul 4, 2017 at 3:40 AM, Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.17 release is now available for voting.
>
> The major changes compared to the 8.5.17 release are:
>
> - Make asynchronous error handling more robust. In particular ensure
>   that onError() is called for any registered AsyncListeners after an
>   I/O error on a non-container thread.
>
> - Correct a regression in 9.0.0.M22 that prevented Tomcat from shutting
>   down cleanly.
>
> - Sync SSL session access for the APR connector to prevent errors when
>   accessing the session.
>
>
> Along with lots of other bug fixes and improvements.
>
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.17/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1142/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_17/
>
> The proposed 8.5.17 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.17
>

Rémy


[VOTE] Release Apache Tomcat 8.5.17

2017-07-04 Thread Mark Thomas
The proposed Apache Tomcat 8.5.17 release is now available for voting.

The major changes compared to the 8.5.17 release are:

- Make asynchronous error handling more robust. In particular ensure
  that onError() is called for any registered AsyncListeners after an
  I/O error on a non-container thread.

- Correct a regression in 9.0.0.M22 that prevented Tomcat from shutting
  down cleanly.

- Sync SSL session access for the APR connector to prevent errors when
  accessing the session.


Along with lots of other bug fixes and improvements.


It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.17/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1142/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_17/

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

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