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 2013/02/13 00:22:03 UTC

[VOTE] Release Apache Tomcat 7.0.37

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-227/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/

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

Cheers,

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 7.0.37

Posted by Rainer Jung <ra...@kippdata.de>.
On 13.02.2013 00:22, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.37 release is now available for voting.
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
> 
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.37 Stable

+1 to release.

Details:

- MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src completely consistent with svn tag
- builds fine
  - warning in
    test/org/apache/catalina/core/TestStandardContextResources.java:
    uses unchecked or unsafe operations
    Same as for 7.0.35, where it was new.
- build result looks consistent with binaries
- no checkstyle complaints
- some Javadoc warnings (only in jdbc-pool, not a regression)
- Unit tests
  - no error or failures
  - some warnings (see below), one new warning type
    concerning NPE in CoyoteAdapter when calling access log
- JMX MBean-Comparison OK
  - OpenFileDescriptorCount up from 57 to 61 (same as before 7.0.35)
  - fewer Loggers (37 instead of 44), removed Loggers are:
    - websocket, websocket.snake, websocket.snake.SnakeWebSocketServlet
    - async, async.Async0, async.Async1, async.Async2

Build and tests were done using Java 1.6.0_39. OS was Solaris 10 Sparc,
tcnative was 1.1.27 based on APR 1.4.6 and OpenSSL 1.0.1e (plus a few
patches).

Unit test warnings (very similar to 7.0.35 and before):

- Fixed now (problem in 7.0.35): Exception while attempting to add
  an entry to the access log
  in org.apache.catalina.connector.CoyoteAdapter log
  while running org.apache.el.TestELInJsp and
  org.apache.jasper.compiler.TestParser.

- org.apache.catalina.deploy.TestWebXmlOrdering
  - BIO, NIO and APR: [main]
org.apache.catalina.deploy.WebXml.orderWebFragments Used a wrong
fragment name z at web.xml absolute-ordering tag!

- org.apache.tomcat.util.net.TestCustomSsl
  - BIO twice "Exception getting SSL attributes"
    in org.apache.coyote.http11.Http11Processor actionInternal
    exception is:
    javax.net.ssl.SSLProtocolException: handshake alert: no_certificate
  - NIO twice "WARNING: Exception re-negotiating SSL connection"
    in org.apache.coyote.http11.Http11NioProcessor actionInternal

- tribes: several warnings, roughly same number as before,
          some changed their text

Unit test SEVERE messages: 228 total (+3), still 35 unique messages
Most of those are of type "Servlet.service() for servlet ... threw
exception" (137 times).

The SEVERE message "Error processing request" with an NPE new in 7.0.35
is gone now.

"Exception" in output of unit tests: 218 times (-2), of these 75 times
"javax.servlet.ServletException: Opps."

I'm not claiming that any of the SEVERE or Exception messages are
important. Total numbers of warnings, SEVERE and exceptions are
about the same than for previous releases.

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 7.0.37

Posted by Violeta Georgieva <mi...@gmail.com>.
2013/2/13 Mark Thomas :
> The proposed Apache Tomcat 7.0.37 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
>
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.37 Stable
>

Tested Tomcat in OSGi environment - successful
Basic performance tests - successful

Regards
Violeta

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


Re: [VOTE] Release Apache Tomcat 7.0.37

Posted by Yoav Shapira <yo...@apache.org>.
On Tue, Feb 12, 2013 at 6:22 PM, Mark Thomas <ma...@apache.org> wrote:
> The proposed Apache Tomcat 7.0.37 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
>
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 7.0.37 Stable

Home-brewed app testing, looks good.

Yoav

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


Re: [VOTE] Release Apache Tomcat 7.0.37

Posted by Olivier Lamy <ol...@apache.org>.
2013/2/13 Mark Thomas <ma...@apache.org>:
> The proposed Apache Tomcat 7.0.37 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
>
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.37 Stable
Tested with the maven plugin and other applications.
>
> Cheers,
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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


Re: [VOTE] Release Apache Tomcat 7.0.37

Posted by Konstantin Kolinko <kn...@gmail.com>.
2013/2/13 Mark Thomas <ma...@apache.org>:
> The proposed Apache Tomcat 7.0.37 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
>
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 7.0.37 Stable

Testsuite OK on WinXP JDK 6u39 32-bit BIO,NIO,APR (1.1.27)
TestWebappClassLoaderExecutorMemoryLeak occasionally fails, the same as earlier.

JSPC OK

Best regards,
Konstantin Kolinko

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


Re: [VOTE] Release Apache Tomcat 7.0.37

Posted by Keiichi Fujino <kf...@apache.org>.
2013/2/13 Mark Thomas <ma...@apache.org>:
> The proposed Apache Tomcat 7.0.37 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
>
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.37 Stable
>

+1. Tested on my test app.

-- 
Keiichi.Fujino

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


Re: [VOTE] Release Apache Tomcat 7.0.37

Posted by Mark Thomas <ma...@apache.org>.
On 12/02/2013 23:22, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.37 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
>
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.37 Stable

Unit tests pass on 64-bit Windows and 64-bit Linux

EL TCK passes
JSP TCK passes with HTTP (direct) BIO, NIO & APR/native (1.1.27)
Servlet TCK passes with
  - HTTP (direct) BIO, NIO & APR/native (1.1.27)
  - HTTP (mod_proxy_http) BIO, NIO & APR/native (1.1.27)
  - AJP  (mod_jk) BIO, NIO & APR/native (1.1.27)
  - AJP  (mod_proxy_ajp) BIO, NIO & APR/native (1.1.27)

All TCK tests run on 64-bit Linux with a security manager

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 7.0.37

Posted by Jeanfrancois Arcand <jf...@gmail.com>.
[X] Stable - go ahead and release as 7.0.37 Stable

Ran Atmosphere's samples and tests for websocket, native comet and servlet 3 async API without issue.

-- Jeanfrancois


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


[VOTE][RESULT] Release Apache Tomcat 7.0.37

Posted by Mark Thomas <ma...@apache.org>.
Stable
Binding:     jfarcand, rjung, yoavs, mturk, kfujino, kkolinko, olamy,
             markt
Non-binding: Arne Franken, violetagg

No other votes were cast. This vote therefore passes.

I'll start moving the bits to the release locations. I'll update the
site once the mirrors have had a chance to catch up.

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 7.0.37

Posted by Mladen Turk <mt...@apache.org>.
On 02/13/2013 12:22 AM, Mark Thomas wrote:
>
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 7.0.37 Stable
>

Just some basic testing done.
Looks good.


Regards
-- 
^TM

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


Re: [VOTE] Release Apache Tomcat 7.0.37

Posted by "Franken, Arne" <ar...@coremedia.com>.
Am 2/13/13 12:22 AM schrieb "Mark Thomas" unter <ma...@apache.org>:

> The proposed Apache Tomcat 7.0.37 release is now available for voting.
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-227/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_37/
> 
> The proposed 7.0.37 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.37 Stable

Tested with a custom webapp and didn't find defects.

Cheers,
Arne


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