Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-16 Thread Rémy Maucherat
2017-01-10 22:28 GMT+01:00 Mark Thomas :

> The proposed Apache Tomcat 8.5.11 release is now available for voting.
>
> The major changes compared to the 8.5.9 release are:
>
> - HTTP/2 fixes and improvements
>
> - Improve the logic that selects an address to use to unlock the
>   Acceptor to take account of platforms what do not listen on all
>   local addresses when configured with an address of 0.0.0.0 or ::
>
> - Fix a bug in APR/native socket close handling that resulted in
>   unexpected errors for upgraded connections
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.11/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1113/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_11/
>
> The proposed 8.5.11 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.11
>
> Rémy


Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-13 Thread Rainer Jung

Am 10.01.2017 um 22:28 schrieb Mark Thomas:

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

The major changes compared to the 8.5.9 release are:

- HTTP/2 fixes and improvements

- Improve the logic that selects an address to use to unlock the
  Acceptor to take account of platforms what do not listen on all
  local addresses when configured with an address of 0.0.0.0 or ::

- Fix a bug in APR/native socket close handling that resulted in
  unexpected errors for upgraded connections

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

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


+1 to release.

Details
===

- SHA1 and MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src consistent with svn tag
- builds fine
  - warning about unchecked calls or conversions in:
- org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
- org/apache/tomcat/jdbc/pool/PoolProperties.java
  Not a regression
- build result looks consistent with binaries
- no checkstyle complaints
- no Javadoc warnings
- Unit tests: No failures
  - I did not analyze SEVERE, WARN and Exception messages
- JMX MBean Comparison with 8.5.2 (!):
  - attribute "singleThreadModel: false" removed from
21 Servlet MBeans, still exists for 11 servlets
  - WebModule MBeans new attribute "clearReferencesRmiTargets: true",
removed attribute "clearReferencesStatic: false"
  - ProtocolHandler MBean only for http new attribute
"serverRemoveAppProvidedValues: false"
  - ThreadPool MBeans new attribute "alpnSupported: false"
  - ThreadPool MBean only for http changed value
from "keepAliveCount: 0" to "keepAliveCount: 1"
  - MBeans 
Catalina:type=WebResourceRoot,host=localhost,context=...,name=Cache

changed values for size:
/docs: 6 -> 5
/examples: 590 -> 332
/host-manager: 9 -> 8
/manager: 11 -> 10
  - same MBean but only for /examples more changed values:
hitCount: 43 -> 25
lookupCount: 163 -> 143
size: 590 -> 332
  - OperatingSystem MBean changed attribute
OpenFileDescriptorCount: 82 -> 77
  - new system property
-Djava.protocol.handler.pkgs=org.apache.catalina.webresources
  - changed properties
tomcat.util.scan.StandardJarScanFilter.jarsToScan:
   log4j-core*.jar -> log4j-web*.jar
tomcat.util.scan.StandardJarScanFilter.jarsToSkip
   added hamcrest-*.jar,easymock-*.jar,cglib-*.jar,objenesis-*.jar,

Build and tests were done using Java 1.7.0_80. OS was Solaris 10 Sparc, 
tcnative was 1.2.10 based on APR 1.5.2 and OpenSSL 1.0.2j plus patches.


Thanks for RM and regards,

Rainer

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

2017-01-13 Thread Huxing Zhang
Hi,

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

Test cases all pass.
Test web application runs fine.

--
From:Mark Thomas <ma...@apache.org>
Time:2017 Jan 11 (Wed) 05:28
To:dev@tomcat.apache.org <dev@tomcat.apache.org>
Subject:[VOTE] Release Apache Tomcat 8.5.11


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

The major changes compared to the 8.5.9 release are:

- HTTP/2 fixes and improvements

- Improve the logic that selects an address to use to unlock the
  Acceptor to take account of platforms what do not listen on all
  local addresses when configured with an address of 0.0.0.0 or ::

- Fix a bug in APR/native socket close handling that resulted in
  unexpected errors for upgraded connections

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

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

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

2017-01-12 Thread Felix Schumacher

Am 10.01.2017 um 22:28 schrieb Mark Thomas:

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

The major changes compared to the 8.5.9 release are:

- HTTP/2 fixes and improvements

- Improve the logic that selects an address to use to unlock the
   Acceptor to take account of platforms what do not listen on all
   local addresses when configured with an address of 0.0.0.0 or ::

- Fix a bug in APR/native socket close handling that resulted in
   unexpected errors for upgraded connections

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

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

Regards,
 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.11

2017-01-12 Thread Martin Grigorov
On Tue, Jan 10, 2017 at 10:28 PM, Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.11 release is now available for voting.
>
> The major changes compared to the 8.5.9 release are:
>
> - HTTP/2 fixes and improvements
>
> - Improve the logic that selects an address to use to unlock the
>   Acceptor to take account of platforms what do not listen on all
>   local addresses when configured with an address of 0.0.0.0 or ::
>
> - Fix a bug in APR/native socket close handling that resulted in
>   unexpected errors for upgraded connections
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.11/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1113/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_11/
>
> The proposed 8.5.11 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 8.5.11
>

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 8.5.11

2017-01-12 Thread Keiichi Fujino
2017-01-11 6:28 GMT+09:00 Mark Thomas :

> The proposed Apache Tomcat 8.5.11 release is now available for voting.
>
> The major changes compared to the 8.5.9 release are:
>
> - HTTP/2 fixes and improvements
>
> - Improve the logic that selects an address to use to unlock the
>   Acceptor to take account of platforms what do not listen on all
>   local addresses when configured with an address of 0.0.0.0 or ::
>
> - Fix a bug in APR/native socket close handling that resulted in
>   unexpected errors for upgraded connections
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.11/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1113/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_11/
>
> The proposed 8.5.11 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.11
>
>
+1
Tested on my test app.


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




Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-11 Thread Violeta Georgieva
2017-01-10 23:28 GMT+02:00 Mark Thomas :
>
> The proposed Apache Tomcat 8.5.11 release is now available for voting.
>
> The major changes compared to the 8.5.9 release are:
>
> - HTTP/2 fixes and improvements
>
> - Improve the logic that selects an address to use to unlock the
>   Acceptor to take account of platforms what do not listen on all
>   local addresses when configured with an address of 0.0.0.0 or ::
>
> - Fix a bug in APR/native socket close handling that resulted in
>   unexpected errors for upgraded connections
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.11/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1113/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_11/
>
> The proposed 8.5.11 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.11

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

2017-01-11 Thread Emmanuel Bourg
Le 10/01/2017 à 22:28, Mark Thomas a écrit :

> [X] Stable - go ahead and release as 8.5.11

Tested on Debian 9 with OpenJDK 8u111, the NIO/NIO2/APR test suites ran
fine.

This version is likely to be the one included and maintained in Debian 9
"Stretch" (to be frozen on February 5th and probably released a couple
of months later).

Emmanuel Bourg


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



[VOTE] Release Apache Tomcat 8.5.11

2017-01-10 Thread Mark Thomas
The proposed Apache Tomcat 8.5.11 release is now available for voting.

The major changes compared to the 8.5.9 release are:

- HTTP/2 fixes and improvements

- Improve the logic that selects an address to use to unlock the
  Acceptor to take account of platforms what do not listen on all
  local addresses when configured with an address of 0.0.0.0 or ::

- Fix a bug in APR/native socket close handling that resulted in
  unexpected errors for upgraded connections

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

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

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