Re: [VOTE] Release Apache Tomcat 8.5.41

2019-05-13 Thread Mark Thomas
On 04/05/2019 10:56, Mark Thomas wrote:

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

Unit tests pass for NIO, NIO2 and APR/native with Tomcat Native 1.2.21
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 8.5.41

2019-05-04 Thread Igal Sapir

On 5/4/2019 2:56 AM, Mark Thomas wrote:

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

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


Unit tests passed on Ubuntu and Windows with Java 8 and tc-native-1.2.21

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 8.5.41

2019-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

All,

On 5/4/19 05:56, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.41 release is now available for
> voting.
> 
> The major changes compared to the 8.5.40 release are:
> 
> - Stack traces written by the OneLineFormatter are fully indented.
> The entire stack trace is now indented by an additional TAB
> character.
> 
> - Avoid OutOfMemoryErrors and ArrayIndexOutOfBoundsExceptions when 
> accessing large files via the default servlet when resource
> caching has been disabled.
> 
> - When running on newer JREs that don't support SSLv2Hello, don't 
> warn that it is not available unless explicitly configured.
> 
> Along with lots of other bug fixes and improvements.
> 
> For full details, see the changelog: 
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
> 
> It can be obtained from: 
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.41/
> 
> The Maven staging repo is: 
> https://repository.apache.org/content/repositories/orgapachetomcat-121
2/
>
>  The tag is: https://github.com/apache/tomcat/tree/8.5.41 
> 753f95658fb9a26594d8f9cc65a48de04d2e7bd7
> 
> 
> The proposed 8.5.41 release is: [ ] Broken - do not release [X]
> Stable - go ahead and release as 8.5.41

Works with my development application (standard servlet stuff).

Failing unit tests listed below are expected.

Details:

* Environment
*  Java (build): openjdk version "1.8.0_212" OpenJDK Runtime
Environment (build 1.8.0_212-8u212-b01-1~deb9u1-b01) OpenJDK 64-Bit
Server VM (build 25.212-b01, mixed mode)
*  Java (test): openjdk version "1.8.0_212" OpenJDK Runtime
Environment (build 1.8.0_212-8u212-b01-1~deb9u1-b01) OpenJDK 64-Bit
Server VM (build 25.212-b01, mixed mode)
*  OS:   Linux 4.9.0-7-amd64 x86_64
*  cc:   cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
*  make: GNU Make 4.1
*  OpenSSL:  OpenSSL 1.1.1 11 Sep 2018
*  APR:  1.5.2
*
* Valid SHA-512 signature for apache-tomcat-8.5.41.zip
* Valid GPG signature for apache-tomcat-8.5.41.zip
* Valid SHA-512 signature for apache-tomcat-8.5.41.tar.gz
* Valid GPG signature for apache-tomcat-8.5.41.tar.gz
* Valid SHA-512 signature for apache-tomcat-8.5.41.exe
* Valid GPG signature for apache-tomcat-8.5.41.exe
* Valid SHA512 signature for apache-tomcat-8.5.41-src.zip
* Valid GPG signature for apache-tomcat-8.5.41-src.zip
* Valid SHA512 signature for apache-tomcat-8.5.41-src.tar.gz
* Valid GPG signature for apache-tomcat-8.5.41-src.tar.gz
*
* Binary Zip and tarball: Same
* Source Zip and tarball: Same
*
* Building dependencies returned: 0
* tcnative builds cleanly
* Tomcat builds cleanly
* Junit Tests: FAILED
*
* Tests that failed:
* org.apache.catalina.session.TestStandardSessionIntegration.APR.txt
* org.apache.catalina.session.TestStandardSessionIntegration.NIO.txt
* org.apache.catalina.session.TestStandardSessionIntegration.NIO2.txt
* org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.APR.txt
* org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.NIO.txt
* org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.NIO2.tx
t
*
org.apache.catalina.tribes.group.TestGroupChannelSenderConnections.APR.t
xt
*
org.apache.catalina.tribes.group.TestGroupChannelSenderConnections.NIO.t
xt
*
org.apache.catalina.tribes.group.TestGroupChannelSenderConnections.NIO2.
txt
* org.apache.catalina.tribes.group.TestGroupChannelStartStop.APR.txt
* org.apache.catalina.tribes.group.TestGroupChannelStartStop.NIO.txt
* org.apache.catalina.tribes.group.TestGroupChannelStartStop.NIO2.txt
*
org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator
.APR.txt
*
org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator
.NIO.txt
*
org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator
.NIO2.txt
*
org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.APR.t
xt
*
org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.NIO.t
xt
*
org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.NIO2.
txt
*
org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.APR
.txt
*
org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.NIO
.txt
*
org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.NIO
2.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO2.txt
*
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfiguratio
nParser.APR.txt
*
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfiguratio
nParser.NIO.txt
*
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfiguratio
nParser.NIO2.txt


-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlzNusUACgkQHPApP6U8
pFimcA//crP4NWiES/vO1VHgKskVJVixzC5dDvUV9CpvC2J0QBMjpAkxX2s6s1Pn

Re: [VOTE] Release Apache Tomcat 8.5.41

2019-05-04 Thread Rémy Maucherat
On Sat, May 4, 2019 at 11:57 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.41 release is now available for voting.
>
> The major changes compared to the 8.5.40 release are:
>
> - Stack traces written by the OneLineFormatter are fully indented. The
>   entire stack trace is now indented by an additional TAB character.
>
> - Avoid OutOfMemoryErrors and ArrayIndexOutOfBoundsExceptions when
>   accessing large files via the default servlet when resource caching
>   has been disabled.
>
> - When running on newer JREs that don't support SSLv2Hello, don't
>   warn that it is not available unless explicitly configured.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.41/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1212/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.41
> 753f95658fb9a26594d8f9cc65a48de04d2e7bd7
>
>
> The proposed 8.5.41 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.41
>
>
Rémy


[VOTE] Release Apache Tomcat 8.5.41

2019-05-04 Thread Mark Thomas
The proposed Apache Tomcat 8.5.41 release is now available for voting.

The major changes compared to the 8.5.40 release are:

- Stack traces written by the OneLineFormatter are fully indented. The
  entire stack trace is now indented by an additional TAB character.

- Avoid OutOfMemoryErrors and ArrayIndexOutOfBoundsExceptions when
  accessing large files via the default servlet when resource caching
  has been disabled.

- When running on newer JREs that don't support SSLv2Hello, don't
  warn that it is not available unless explicitly configured.

Along with lots of other bug fixes and improvements.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.41/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.41
753f95658fb9a26594d8f9cc65a48de04d2e7bd7


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

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