Re: [VOTE] Release Apache Tomcat 8.0.24

2015-07-05 Thread Ognjen Blagojevic

Mark,

On 1.7.2015 22:56, Mark Thomas wrote:

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


Tested .zip distribution on Windows 7 64-bit, Oracle JDK 1.7.0_79 and 
APR/native 1.1.33:


- Crawled all links (except /manager, /host-manager and 
/examples/async*). No broken links found, except links to JavaDocs.


- Smoke tests of BIO, NIO, NIO2 and APR, with and without TLS, all passed.

- Tested with several webapps that are in active development.

- I encountered some minor bugs during testing, and filed them in 
Bugzilla [1][2][3]. They also existed in previous Tomcat 8 versions.


-Ognjen

[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=58103
[2] https://bz.apache.org/bugzilla/show_bug.cgi?id=58104
[3] https://bz.apache.org/bugzilla/show_bug.cgi?id=58105


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

2015-07-02 Thread Mark Thomas
On 01/07/2015 21:56, Mark Thomas wrote:
 The proposed Apache Tomcat 8.0.24 release is now available for voting.
 
 The main changes since 8.0.23 are:
 - Provide path parameters to POJO via per session
   javax.websocket.server.ServerEndpointConfig as they vary
   between different requests.
 
 - Various fixes to the SlowQueryReport in jdbc-pool
 
 - Various improvements to how Tomcat implements the requirements
   of SRV.10.7.2 (not loading Java SE and implemented
   specification classes from web applications
 
 There is a small collection of bug fixes, new features and
 performance improvements. For full details, see the changelog:
 http://svn.us.apache.org/repos/asf/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
 
 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.24/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-1047/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_24/
 
 The proposed 8.0.24 release is:
 [ ] Broken - do not release
 [X] Stable - go ahead and release as 8.0.24

Unit tests passed on OSX, Linux and Windows for BIO, NIO, NIO2 and APR
(tc-native 1.1.33).

There was one incorrect entry in the change log but I'm happy with just
fixing that in the next release.

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

2015-07-02 Thread Rémy Maucherat
2015-07-01 22:56 GMT+02:00 Mark Thomas ma...@apache.org:

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

 The main changes since 8.0.23 are:
 - Provide path parameters to POJO via per session
   javax.websocket.server.ServerEndpointConfig as they vary
   between different requests.

 - Various fixes to the SlowQueryReport in jdbc-pool

 - Various improvements to how Tomcat implements the requirements
   of SRV.10.7.2 (not loading Java SE and implemented
   specification classes from web applications

 There is a small collection of bug fixes, new features and
 performance improvements. For full details, see the changelog:

 http://svn.us.apache.org/repos/asf/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

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

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

 Works for me.

Rémy


Re: [VOTE] Release Apache Tomcat 8.0.24

2015-07-02 Thread Violeta Georgieva
2015-07-01 23:56 GMT+03:00 Mark Thomas ma...@apache.org:

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

 The main changes since 8.0.23 are:
 - Provide path parameters to POJO via per session
   javax.websocket.server.ServerEndpointConfig as they vary
   between different requests.

 - Various fixes to the SlowQueryReport in jdbc-pool

 - Various improvements to how Tomcat implements the requirements
   of SRV.10.7.2 (not loading Java SE and implemented
   specification classes from web applications

 There is a small collection of bug fixes, new features and
 performance improvements. For full details, see the changelog:

http://svn.us.apache.org/repos/asf/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

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

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

Checked with applications that use the new specifications features -
successful.
Tested Tomcat in OSGi environment - successful.

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

2015-07-02 Thread Keiichi Fujino
2015-07-02 5:56 GMT+09:00 Mark Thomas ma...@apache.org:

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

 The main changes since 8.0.23 are:
 - Provide path parameters to POJO via per session
   javax.websocket.server.ServerEndpointConfig as they vary
   between different requests.

 - Various fixes to the SlowQueryReport in jdbc-pool

 - Various improvements to how Tomcat implements the requirements
   of SRV.10.7.2 (not loading Java SE and implemented
   specification classes from web applications

 There is a small collection of bug fixes, new features and
 performance improvements. For full details, see the changelog:

 http://svn.us.apache.org/repos/asf/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

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

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


+1
Tested on my simple handmade apps.(use BackupManager and jdbc-pool).




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

 --
 Keiichi.Fujino
  dev-h...@tomcat.apache.org

 dev-h...@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat 8.0.24

2015-07-02 Thread Christopher Schultz
Mark,

On 7/1/15 4:56 PM, Mark Thomas wrote:
 The proposed Apache Tomcat 8.0.24 release is now available for voting.
 
 The main changes since 8.0.23 are:
 - Provide path parameters to POJO via per session
   javax.websocket.server.ServerEndpointConfig as they vary
   between different requests.
 
 - Various fixes to the SlowQueryReport in jdbc-pool
 
 - Various improvements to how Tomcat implements the requirements
   of SRV.10.7.2 (not loading Java SE and implemented
   specification classes from web applications
 
 There is a small collection of bug fixes, new features and
 performance improvements. For full details, see the changelog:
 http://svn.us.apache.org/repos/asf/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
 
 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.24/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-1047/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_24/
 
 The proposed 8.0.24 release is:
 [ ] Broken - do not release
 [X] Stable - go ahead and release as 8.0.24

Tested in dev environment with a standard web application with no fancy
toys like WebSocket, etc.

Details:
* Environment
*  Java (build): java version 1.8.0_45 Java(TM) SE Runtime
Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM
(build 25.45-b02, mixed mode)
*  Java (test): java version 1.8.0_45 Java(TM) SE Runtime
Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM
(build 25.45-b02, mixed mode)
*  OS:   Linux 2.6.32-312-ec2 x86_64
*  cc:   cc (Debian 4.7.2-5) 4.7.2
*  make: GNU Make 3.81
*  OpenSSL:  OpenSSL 1.0.1e 11 Feb 2013
*  APR:  1.4.6
*
* Valid MD5 signature for apache-tomcat-8.0.24.zip
* Valid GPG signature for apache-tomcat-8.0.24.zip
* Valid MD5 signature for apache-tomcat-8.0.24.tar.gz
* Valid GPG signature for apache-tomcat-8.0.24.tar.gz
* Valid MD5 signature for apache-tomcat-8.0.24.exe
* Valid GPG signature for apache-tomcat-8.0.24.exe
* Valid MD5 signature for apache-tomcat-8.0.24-src.zip
* Valid GPG signature for apache-tomcat-8.0.24-src.zip
* Valid MD5 signature for apache-tomcat-8.0.24-src.tar.gz
* Valid GPG signature for apache-tomcat-8.0.24-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:

(These tests are known to fail in my environment due to lack of
multicast support.)

TEST-org.apache.catalina.session.TestStandardSession.APR.txt
TEST-org.apache.catalina.session.TestStandardSession.BIO.txt
TEST-org.apache.catalina.session.TestStandardSession.NIO.txt
TEST-org.apache.catalina.session.TestStandardSession.NIO2.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.APR.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.BIO.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.NIO.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.NIO2.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelSenderConnections.APR.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelSenderConnections.BIO.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelSenderConnections.NIO.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelSenderConnections.NIO2.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelStartStop.APR.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelStartStop.BIO.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelStartStop.NIO.txt
TEST-org.apache.catalina.tribes.group.TestGroupChannelStartStop.NIO2.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator.APR.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator.BIO.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator.NIO.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator.NIO2.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.APR.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.BIO.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.NIO.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.NIO2.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.APR.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.BIO.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.NIO.txt
TEST-org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.NIO2.txt



signature.asc
Description: OpenPGP digital signature