Re: [VOTE] Release Apache Tomcat 8.0.0-RC9

2013-12-18 Thread Rémy Maucherat
2013/12/18 Mark Thomas ma...@apache.org

 The proposed Apache Tomcat 8.0.0 release candidate 9 is now available
 for voting.

 Given this is a release candidate I am working on the basis that it is
 equivalent to an alpha. The main changes since RC5 are:
 - Better handling of generic types in the WebSocket 1.0 implementation
 - Refactor resource handling for the class loader
 - Add Cobertura support to the unit tests
 - Remove anti-Jar locking feature and replace it with open stream
   tracking
 - Update to a post Commons Pool 2.0 release snapshot
 - Complete refactoring of TLD handling including caching of parsed TLDs
 - More consistent handling of XML validation options
 - Much more detailed visibility of DBCP connections pools in JMX
 - Better organisation of JMX beans in the default JConsole view
 - Performance improvements
 - Numerous bug fixes

 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC9/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-063/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC9/

 The proposed 8.0.0-RC9 release is:
 [ ] Broken - do not release
 [X] Alpha - go ahead and release as 8.0.0-RC9 alpha


Rémy


Re: [VOTE] Release Apache Tomcat 8.0.0-RC9

2013-12-18 Thread Mark Thomas
On 18/12/2013 00:59, Mark Thomas wrote:
 The proposed Apache Tomcat 8.0.0 release candidate 9 is now available
 for voting.
 
 Given this is a release candidate I am working on the basis that it is
 equivalent to an alpha. The main changes since RC5 are:
 - Better handling of generic types in the WebSocket 1.0 implementation
 - Refactor resource handling for the class loader
 - Add Cobertura support to the unit tests
 - Remove anti-Jar locking feature and replace it with open stream
   tracking
 - Update to a post Commons Pool 2.0 release snapshot
 - Complete refactoring of TLD handling including caching of parsed TLDs
 - More consistent handling of XML validation options
 - Much more detailed visibility of DBCP connections pools in JMX
 - Better organisation of JMX beans in the default JConsole view
 - Performance improvements
 - Numerous bug fixes
 
 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC9/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-063/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC9/
 
 The proposed 8.0.0-RC9 release is:
 [ ] Broken - do not release
 [X] Alpha - go ahead and release as 8.0.0-RC9 alpha

Unit tests pass on 64-bit Windows, Linux and OSX.

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.0.0-RC9

2013-12-18 Thread Daniel Mikusa
On Dec 17, 2013, at 7:59 PM, Mark Thomas ma...@apache.org wrote:

 The proposed Apache Tomcat 8.0.0 release candidate 9 is now available
 for voting.
 
 Given this is a release candidate I am working on the basis that it is
 equivalent to an alpha. The main changes since RC5 are:
 - Better handling of generic types in the WebSocket 1.0 implementation
 - Refactor resource handling for the class loader
 - Add Cobertura support to the unit tests
 - Remove anti-Jar locking feature and replace it with open stream
  tracking
 - Update to a post Commons Pool 2.0 release snapshot
 - Complete refactoring of TLD handling including caching of parsed TLDs
 - More consistent handling of XML validation options
 - Much more detailed visibility of DBCP connections pools in JMX
 - Better organisation of JMX beans in the default JConsole view
 - Performance improvements
 - Numerous bug fixes
 
 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC9/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-063/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC9/
 
 The proposed 8.0.0-RC9 release is:
 [ ] Broken - do not release
 [X] Alpha - go ahead and release as 8.0.0-RC9 alpha

Dan

 
 Cheers,
 
 Mark
 
 -
 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.0.0-RC9

2013-12-18 Thread Jeanfrancois Arcand


On 2013-12-17 7:59 PM, Mark Thomas wrote:


The proposed 8.0.0-RC9 release is:
[X] Broken - do not release
[ ] Alpha - go ahead and release as 8.0.0-RC9 alpha
Atmosphere stopped working with 8.0.0-RC9. With all previous RC from 1 
to 7 it worked (didn't test 8) and websockets properly handled for this 
request


   https://gist.github.com/jfarcand/8023402

You can test it by downloading the .war from here

  http://goo.gl/36PSaz

It seems this line:

container.addEndpoint(ServerEndpointConfig.Builder.create(JSR356Endpoint.class, 
b.toString()).configurator(configurator).build());


has no effect anymore (see: http://goo.gl/POL9Ce).

Ping me if you need more information.

-- Jeanfrancois



Cheers,

Mark

-
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.0.0-RC9

2013-12-18 Thread Mark Thomas
On 18/12/2013 14:51, Jeanfrancois Arcand wrote:
 
 On 2013-12-17 7:59 PM, Mark Thomas wrote:

 The proposed 8.0.0-RC9 release is:
 [X] Broken - do not release
 [ ] Alpha - go ahead and release as 8.0.0-RC9 alpha
 Atmosphere stopped working with 8.0.0-RC9. With all previous RC from 1
 to 7 it worked (didn't test 8) and websockets properly handled for this
 request
 
https://gist.github.com/jfarcand/8023402
 
 You can test it by downloading the .war from here
 
   http://goo.gl/36PSaz
 
 It seems this line:
 
 container.addEndpoint(ServerEndpointConfig.Builder.create(JSR356Endpoint.class,
 b.toString()).configurator(configurator).build());
 
 has no effect anymore (see: http://goo.gl/POL9Ce).
 
 Ping me if you need more information.

That should be enough for me to track this down. The likely culprit is
the change I made to switch to lazy init for WebSocket. I'll take a look.

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

2013-12-17 Thread Mark Thomas
The proposed Apache Tomcat 8.0.0 release candidate 9 is now available
for voting.

Given this is a release candidate I am working on the basis that it is
equivalent to an alpha. The main changes since RC5 are:
- Better handling of generic types in the WebSocket 1.0 implementation
- Refactor resource handling for the class loader
- Add Cobertura support to the unit tests
- Remove anti-Jar locking feature and replace it with open stream
  tracking
- Update to a post Commons Pool 2.0 release snapshot
- Complete refactoring of TLD handling including caching of parsed TLDs
- More consistent handling of XML validation options
- Much more detailed visibility of DBCP connections pools in JMX
- Better organisation of JMX beans in the default JConsole view
- Performance improvements
- Numerous bug fixes

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC9/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-063/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC9/

The proposed 8.0.0-RC9 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 8.0.0-RC9 alpha

Cheers,

Mark

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