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 2012/12/06 12:26:17 UTC

[VOTE] Release Apache Tomcat 7.0.34

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

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

The proposed 7.0.34 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 7.0.34 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.34

Posted by Mark Thomas <ma...@apache.org>.
On 06/12/2012 11:26, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.34 release is now available for voting.
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.34/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-113/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_34/
> 
> The proposed 7.0.34 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.34 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.24)
Servlet TCK passes with
 - HTTP (direct) BIO, NIO & APR/native (1.1.24)
 - HTTP (mod_proxy_http) BIO, NIO & APR/native (1.1.24)
 - AJP  (mod_jk) BIO, NIO & APR/native (1.1.24)
 - AJP  (mod_proxy_ajp) BIO, NIO & APR/native (1.1.24)

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


[RESULT] [VOTE] Release Apache Tomcat 7.0.34

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

+1 (binding) : rjung, kfujino, markt, olamy, kkolinko

No other votes were cast.

The vote therefore passes. I'll start the work to complete the release
process shortly.

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

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

+1 to release.

This time a quick reply, because I already tested after tagging and
uploading was done. I saw no other tags so I assume no changes were
applied after the original uploading.

Most notable observation:

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
  - deprecation warning in jdbc-pool (SlowQueryReport) is gone
- 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 observation: I use test.formatter to switch to the
    OneLineFormatter. The STDOUT lines from junit are typically
    still in the JUL 2 line format. With 7.0.34 the STDOUT output
    of TestNonLoginAndBasicAuthenticator switch to OneLine.
    If we could get the same effect for all tests it would be great,
    but I didn't see any obvious reason why that happened.
- JMX MBean-Comparison OK
  - only one expected new attribute "renameOnRotate" for ALV

Build and tests were done using Java 1.6.0_37. OS was Solaris 10 Sparc,
tcnative was 1.1.24 based on APR 1.4.6 and OpenSSL 1.0.1c (plus two
patches).

Unit test warnings (except for tribes all of those look like 7.0.33 and
before):

- 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

Unit test SEVERE messages: 218 total, about 35 unique messages
Most of those are of type "Servlet.service() for servlet ... threw
exception".

"Exception" in output of unit tests: 209 times, of these 75 times
"javax.servlet.ServletException: Opps."

I'm not claiming that any of the SEVERE or Exception messages are new
ones or important. Total numbers of warnings, SEVERE and exceptions are
a bit smaller 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.34

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

+1.
Tested on test app (use DeltaManager).
Works fine.

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

Posted by Olivier Lamy <ol...@apache.org>.
2012/12/6 Mark Thomas <ma...@apache.org>:
> The proposed Apache Tomcat 7.0.34 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.34/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-113/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_34/
>
> The proposed 7.0.34 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.34 Stable
Maven plugin tested and some applications with the distrib.

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

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

I run the testsuite with JDK 6u37, BIOxNIOxAPR (tomcat-native 1.1.24)
on WinXP 32-bit.

All tests succeeded except one occasional failure in
org.apache.catalina.loader.TestWebappClassLoaderExecutorMemoryLeak.BIO

Testcase: testTimerThreadLeak took 2,515 sec
	FAILED
null
junit.framework.AssertionFailedError: null
	at org.apache.catalina.loader.TestWebappClassLoaderExecutorMemoryLeak.testTimerThreadLeak(TestWebappClassLoaderExecutorMemoryLeak.java:72)

The failing line is
        Assert.assertTrue(executorServlet.tpe.isTerminated());

This a failure is not new and is not an issue.

Best regards,
Konstantin Kolinko

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