You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Violeta Georgieva <vi...@apache.org> on 2015/05/07 20:39:37 UTC

[VOTE] Release Apache Tomcat 7.0.62

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

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

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

Regards,
Violeta

Re: [VOTE] Release Apache Tomcat 7.0.62

Posted by Keiichi Fujino <kf...@apache.org>.
2015-05-08 3:39 GMT+09:00 Violeta Georgieva <vi...@apache.org>:

> The proposed Apache Tomcat 7.0.62 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.62/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1043/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_62/
>
> The proposed 7.0.62 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.62 Stable
>
>
+1
Tested on test apps (enable session replication).




> Regards,
> Violeta
>
> --
> Keiichi.Fujino
>

Re: [VOTE] Release Apache Tomcat 7.0.62

Posted by Konstantin Kolinko <kn...@gmail.com>.
2015-05-07 21:39 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
> The proposed Apache Tomcat 7.0.62 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.62/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1043/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_62/
>
> The proposed 7.0.62 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 7.0.62 Stable
>


I've run the the tests using Java 6u45, 7u80, 8u45,  all using 32-bit
JDKs on Windows 7, with all connectors.

The following tests fail with 6u45 - known issue, the same as with 7.0.61 [1]:
TEST-org.apache.catalina.startup.TestHostConfigAutomaticDeployment.APR.txt
TEST-org.apache.catalina.startup.TestHostConfigAutomaticDeployment.BIO.txt
TEST-org.apache.catalina.startup.TestHostConfigAutomaticDeployment.NIO.txt

- Due to JVM bug with setting last modified time on a WAR file.

TEST-org.apache.coyote.http11.TestAbstractHttp11Processor.APR.txt
TEST-org.apache.coyote.http11.TestAbstractHttp11Processor.BIO.txt
TEST-org.apache.coyote.http11.TestAbstractHttp11Processor.NIO.txt

- Failed testNon2xxResponseWithExpectation due to missing support for
chunked encoding in JRE HTTP client.

TEST-org.apache.tomcat.util.net.TestClientCert.BIO.txt
TEST-org.apache.tomcat.util.net.TestCustomSsl.BIO.txt
TEST-org.apache.tomcat.util.net.TestSsl.BIO.txt

- A handshake_failure in all tests. IIRC, this can be fixed by
enabling SSLv2Hello protocol. [2]

All tests pass successfully with Java 7 and Java 8.

Running with SecurityManager enabled and Java 6u45, I noted an issue
(filed as BZ 57906 [3]), but it is just cosmetics. A message about
failed attempt to load a *BeanInfo class that does not actually exist.



[1] http://markmail.org/message/fmtljuelrfxwbkld
(VOTE 7.0.61 thread)

[2] http://markmail.org/message/rdu7uiqkw3qh6yme
(VOTE 7.0.57 thread)

[3] https://bz.apache.org/bugzilla/show_bug.cgi?id=57906

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

Posted by Violeta Georgieva <mi...@gmail.com>.
2015-05-07 21:39 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
>
> The proposed Apache Tomcat 7.0.62 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.62/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1043/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_62/
>
> The proposed 7.0.62 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 7.0.62 Stable

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

> Regards,
> Violeta