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 2017/03/08 20:26:52 UTC

[VOTE] Release Apache Tomcat 8.0.38

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

The main changes since 8.0.41 are:

- Limited relaxation of the HTTP request line validation

- Support for Java 9 during annotation scanning

- Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
  built with OpenSSL 1.0.2k

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

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

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


Re: [VOTE] Release Apache Tomcat 8.0.38

Posted by Felix Schumacher <fe...@internetallee.de>.

Am 8. März 2017 21:26:52 MEZ schrieb Mark Thomas <ma...@apache.org>:
>The proposed Apache Tomcat 8.0.42 release is now available for voting.
>
>The main changes since 8.0.41 are:
>
>- Limited relaxation of the HTTP request line validation
>
>- Support for Java 9 during annotation scanning
>
>- Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
>  built with OpenSSL 1.0.2k
>
>It can be obtained from:
>https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.42/
>The Maven staging repo is:
>https://repository.apache.org/content/repositories/orgapachetomcat-1122/
>The svn tag is:
>http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
>
>The proposed 8.0.42 release is:
>[ ] Broken - do not release
>[x] Stable - go ahead and release as 8.0.42

Felix

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

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


Re: [VOTE] Release Apache Tomcat 8.0.42

Posted by Rainer Jung <ra...@kippdata.de>.
I get hangs with nio2 when I run the tests. Stack is:

"main" prio=3 tid=0x0002a800 nid=0x2 runnable [0xfdf7d000]
    java.lang.Thread.State: RUNNABLE
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:152)
         at java.net.SocketInputStream.read(SocketInputStream.java:122)
         at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
         at sun.security.ssl.InputRecord.read(InputRecord.java:480)
         at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934)
         - locked <0xe6cc81b0> (a java.lang.Object)
         at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:891)
         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
         - locked <0xe6ce2878> (a sun.security.ssl.AppInputStream)
         at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
         at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
         at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
         - locked <0xe6eed048> (a java.io.InputStreamReader)
         at sun.nio.cs.StreamDecoder.read0(StreamDecoder.java:126)
         - locked <0xe6eed048> (a java.io.InputStreamReader)
         at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:112)
         at java.io.InputStreamReader.read(InputStreamReader.java:168)
         at org.apache.tomcat.util.net.TestSsl.doRequest(TestSsl.java:159)
         at 
org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks(TestSsl.java:133)
...


I'm using OpenSSL 1.0.2k Java 1.7.0_80.

I do not see any server side stack that points to request activity 
(thread pool threads).

Last lines in test output:

     [junit] 15-Mar-2017 01:19:22.763 INFO [main] 
org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case 
[testRenegotiateWorks]
     [junit] 15-Mar-2017 01:19:22.779 INFO [main] 
org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
["http-nio2-127.0.0.1-auto-3"]
     [junit] 15-Mar-2017 01:19:22.861 INFO [main] 
org.apache.catalina.core.StandardService.startInternal Starting service 
Tomcat
     [junit] 15-Mar-2017 01:19:22.862 INFO [main] 
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet 
Engine: Apache Tomcat/8.0.42
     [junit] 15-Mar-2017 01:19:22.903 INFO [main] 
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
["http-nio2-127.0.0.1-auto-3-44210"]


Access Log:

...
127.0.0.1 - - [15/Mar/2017:01:19:21 +0100] "GET 
/examples/servlets/servlet/HelloWorldExample HTTP/1.1" 200 387 
http-nio2-127.0.0.1-auto-1-exec-5 157
127.0.0.1 - - [15/Mar/2017:01:19:22 +0100] "GET 
/examples/servlets/servlet/HelloWorldExample HTTP/1.1" 200 387 
http-nio2-127.0.0.1-auto-2-exec-2 38
127.0.0.1 - - [15/Mar/2017:01:19:23 +0100] "GET /tester HTTP/1.1" 200 2 
http-nio2-127.0.0.1-auto-3-exec-4 9
127.0.0.1 - - [15/Mar/2017:01:19:23 +0100] "GET /tester HTTP/1.1" 200 2 
http-nio2-127.0.0.1-auto-3-exec-5 2

Thanks and regards,

Rainer

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


Re: [VOTE] Release Apache Tomcat 8.0.42

Posted by Martin Grigorov <mg...@apache.org>.
On Thu, Mar 9, 2017 at 12:05 PM, Mark Thomas <ma...@apache.org> wrote:

> Correcting the subject.
>
> On 08/03/17 20:26, Mark Thomas wrote:
> > The proposed Apache Tomcat 8.0.42 release is now available for voting.
> >
> > The main changes since 8.0.41 are:
> >
> > - Limited relaxation of the HTTP request line validation
> >
> > - Support for Java 9 during annotation scanning
> >
> > - Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
> >   built with OpenSSL 1.0.2k
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.42/
> > The Maven staging repo is:
> > https://repository.apache.org/content/repositories/orgapachetomcat-1122/
> > The svn tag is:
> > http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
> >
> > The proposed 8.0.42 release is:
> > [ ] Broken - do not release
> > [ X ] Stable - go ahead and release as 8.0.42
>

Regards,
Martin


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

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.42

Posted by Mark Thomas <ma...@apache.org>.
On 15/03/17 11:17, Felix Schumacher wrote:
> 
> 
> Am 14. M�rz 2017 16:10:04 MEZ schrieb Mark Thomas <ma...@apache.org>:
>> The following votes were cast:
>>
>> Binding:
>> +1: markt, remm, mgrigorov
> 
> For the record, I voted for it, too.

Sorry. I missed your vote because I looked for the corrected subject.

Mark


> 
> Felix
> 
>>
>> No other votes were cast.
>>
>> The vote therefore passes.
>>
>> Thanks to everyone who contributed towards this release.
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


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


Re: [VOTE][RESULT] Release Apache Tomcat 8.0.42

Posted by Felix Schumacher <fe...@internetallee.de>.

Am 14. März 2017 16:10:04 MEZ schrieb Mark Thomas <ma...@apache.org>:
>The following votes were cast:
>
>Binding:
>+1: markt, remm, mgrigorov

For the record, I voted for it, too.

Felix

>
>No other votes were cast.
>
>The vote therefore passes.
>
>Thanks to everyone who contributed towards this release.
>
>Mark
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: dev-help@tomcat.apache.org

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


[VOTE][RESULT] Release Apache Tomcat 8.0.42

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

Binding:
+1: markt, remm, mgrigorov

No other votes were cast.

The vote therefore passes.

Thanks to everyone who contributed towards this release.

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 8.0.42

Posted by Rémy Maucherat <re...@apache.org>.
2017-03-09 12:05 GMT+01:00 Mark Thomas <ma...@apache.org>:

> Correcting the subject.
>
> On 08/03/17 20:26, Mark Thomas wrote:
> > The proposed Apache Tomcat 8.0.42 release is now available for voting.
> >
> > The main changes since 8.0.41 are:
> >
> > - Limited relaxation of the HTTP request line validation
> >
> > - Support for Java 9 during annotation scanning
> >
> > - Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
> >   built with OpenSSL 1.0.2k
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.42/
> > The Maven staging repo is:
> > https://repository.apache.org/content/repositories/orgapachetomcat-1122/
> > The svn tag is:
> > http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
> >
> > The proposed 8.0.42 release is:
> > [ ] Broken - do not release
> > [X] Stable - go ahead and release as 8.0.42
>
> About the NIO2 tests issue, for whatever reason TestCloseBug58624 is
consistently failing for me. It is caused by an EOF exception (the read
returns -1) that happens when the client closes the session. The test
counts that as an error. I have no idea why it didn't happen before since
there was no change. It seems very minor to me anyway (cleanup events do
occur, etc).

Rémy

Re: [VOTE] Release Apache Tomcat 8.0.42

Posted by Mark Thomas <ma...@apache.org>.
>> The proposed 8.0.42 release is:
>> [ ] Broken - do not release
>> [X] Stable - go ahead and release as 8.0.42

Unit tests pass on Linux and Windows with BIO, NIO, NIO2 and APR/native
(1.2.12)

Mark


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


[VOTE] Release Apache Tomcat 8.0.42

Posted by Mark Thomas <ma...@apache.org>.
Correcting the subject.

On 08/03/17 20:26, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.42 release is now available for voting.
> 
> The main changes since 8.0.41 are:
> 
> - Limited relaxation of the HTTP request line validation
> 
> - Support for Java 9 during annotation scanning
> 
> - Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
>   built with OpenSSL 1.0.2k
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.42/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1122/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
> 
> The proposed 8.0.42 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 8.0.42
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


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


Re: [VOTE] Release Apache Tomcat 8.0.38

Posted by Coty Sutherland <cs...@redhat.com>.
On Wed, Mar 8, 2017 at 3:26 PM, Mark Thomas <ma...@apache.org> wrote:
> The proposed Apache Tomcat 8.0.42 release is now available for voting.
>
> The main changes since 8.0.41 are:
>
> - Limited relaxation of the HTTP request line validation
>
> - Support for Java 9 during annotation scanning
>
> - Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
>   built with OpenSSL 1.0.2k
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.42/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1122/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
>
> The proposed 8.0.42 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 8.0.42

+1

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

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