Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-05 Thread Rainer Jung
On 05.08.2013 18:22, Mark Thomas wrote: > On 05/08/2013 11:49, Rainer Jung wrote: >> The "Thread-4" has stack >> >>java.lang.Thread.State: RUNNABLE >> at sun.nio.ch.SolarisEventPort.portGet(Native Method) >> at sun.nio.ch.SolarisEventPort.access$400(SolarisEventPort.java:38) >>

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-05 Thread Mark Thomas
On 05/08/2013 11:49, Rainer Jung wrote: > Hi Mark, > > thanks for the thorough inspection of my results. I'll try to make sure > that I won't include now known false positives in future reports. No problem. I'd rather a few false positives than a few false negatives. > On 04.08.2013 18:14, Mark

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-05 Thread Rainer Jung
Hi Mark, thanks for the thorough inspection of my results. I'll try to make sure that I won't include now known false positives in future reports. Some few remarks inline. On 04.08.2013 18:14, Mark Thomas wrote: > On 03/08/2013 12:06, Rainer Jung wrote: >> Overview: >> >> - one crash in tcnative

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-04 Thread Christopher Schultz
Rainer, On 8/3/13 6:06 AM, Rainer Jung wrote: > - On APR in addition a crash (core) in: > > b76dfe74 Java_org_apache_tomcat_jni_Socket_recv (30b528, b30ff188, > b30fd09c, b29500, b30ff214, 0) + 34 > fbc0f780 * org/apache/tomcat/jni/Socket.recv(J[BII)I+32362 > fbc0f72c * org/apache/tomcat/jni

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-04 Thread Mark Thomas
On 03/08/2013 12:06, Rainer Jung wrote: > Overview: > > - one crash in tcnative during unit tests > - MBeans indicate common loader is gone (is that expected? > At least the common.loader entry still exists in catalina.properties) Expected as StandardClassLoader has been removed. That decision i

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-04 Thread Olivier Lamy
2013/8/2 Mark Thomas : > The proposed Apache Tomcat 8.0.0 release candidate 1 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. That said: > - Servlet 3.1 is complete > - JSP 2.3 is complete > - EL 3.0 is complete > -

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-03 Thread Nick Williams
On Aug 1, 2013, at 3:53 PM, Mark Thomas wrote: > The proposed 8.0.0-RC1 release is: > [ ] Broken - do not release > [ X] Alpha - go ahead and release as 8.0.0-RC1 alpha (Non-binding) Tested the .zip distribution on Windows 7 SP1 64-bit. Everything seems to be functioning properly.

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-03 Thread Ognjen Blagojevic
On 1.8.2013 22:53, Mark Thomas wrote: The proposed Apache Tomcat 8.0.0 release candidate 1 is now available for voting. (...) The proposed 8.0.0-RC1 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 8.0.0-RC1 alpha Tested .zip distribution on Windows 7 64-bit, and .t

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-03 Thread Rainer Jung
On 01.08.2013 22:53, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.0 release candidate 1 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. That said: > - Servlet 3.1 is complete > - JSP 2.3 is complete > - EL 3

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Mark Thomas
On 02/08/2013 18:10, Martin Grigorov wrote: > I cannot login to Bugzilla with my account ... > > The problem is: > this.userProperties.putAll(endpointConfig.getUserProperties()); > > a HashMap is copied into ConcurrentHashMap and null values cause the > problem. Thanks for the analysis. This has

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Mark Thomas
On 02/08/2013 18:10, Martin Grigorov wrote: > I cannot login to Bugzilla with my account ... If you mean your ASF LDAP account (i.e. the username and password you use for svn) then that is expected. You'll need to register separately for a Bugzilla account as Bugzilla is not hooked up to the ASF L

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Yoav Shapira
On Thu, Aug 1, 2013 at 4:53 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.0 release candidate 1 is now available > for voting. > > The proposed 8.0.0-RC1 release is: > [ ] Broken - do not release > [ X ] Alpha - go ahead and release as 8.0.0-RC1 alpha Yoav -

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Jeremy Boynes
On Aug 1, 2013, at 1:53 PM, Mark Thomas wrote: > [X ] Alpha - go ahead and release as 8.0.0-RC1 alpha Ran JSTL TCK. -- Jeremy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Martin Grigorov
I cannot login to Bugzilla with my account ... The problem is: this.userProperties.putAll(endpointConfig.getUserProperties()); a HashMap is copied into ConcurrentHashMap and null values cause the problem. On Fri, Aug 2, 2013 at 6:06 PM, Martin Grigorov wrote: > Hi, > > I'm playing with the Web

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Martin Grigorov
Hi, I'm playing with the WebSocket impl and started seeing this NPE in my logs. I have no idea yet what started causing it. ==> logs/catalina.out <== Aug 02, 2013 6:03:21 PM org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process SEVERE: Error reading request, ignored java.lang.NullP

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Violeta Georgieva
2013/8/1 Mark Thomas wrote: > > The proposed Apache Tomcat 8.0.0 release candidate 1 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. That said: > - Servlet 3.1 is complete > - JSP 2.3 is complete > - EL 3.0 is compl

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Remy Maucherat
On Thu, 2013-08-01 at 22:53 +0200, Mark Thomas wrote: > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC1/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-048/ > The svn tag is: > http://svn.apache.org/repo

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-01 Thread Mark Thomas
On 01/08/2013 22:53, Mark Thomas wrote: > [X] Alpha - go ahead and release as 8.0.0-RC1 alpha Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-01 Thread Mark Thomas
The proposed Apache Tomcat 8.0.0 release candidate 1 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. That said: - Servlet 3.1 is complete - JSP 2.3 is complete - EL 3.0 is complete - WebSocket 1.0 is complete - DBCP2 is wo