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 2014/03/24 19:47:24 UTC

[VOTE] Release Apache Tomcat 8.0.5

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

The main changes since 8.0.4 are:
- Fix a regression in the fix for BZ 56190
- Various NIO2 fixes
- Fix Java 8 syntax support for JSPs

The main changes since 8.0.3 are:
- Update Eclipse JDT compiler to enable full Java 8 support for JSPs in
  the default configuration
- Add new, experimental HTTP and AJP connectors based on NIO2
- Update the default connection pooling based on a repackaged Commons
  DBCP 2 to use the Commons DBCP 2.0 release


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

The proposed 8.0.5 release is:
[ ] Broken - do not release
[ ] Alpha  - go ahead and release as 8.0.5 (alpha)
[ ] Beta   - go ahead and release as 8.0.5 (beta)
[ ] Stable - go ahead and release as 8.0.5 (stable)

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


Re: [VOTE] Release Apache Tomcat 8.0.5

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Mark,

On 3/24/14, 2:47 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.5 release is now available for voting.
> 
> The main changes since 8.0.4 are:
> - Fix a regression in the fix for BZ 56190
> - Various NIO2 fixes
> - Fix Java 8 syntax support for JSPs
> 
> The main changes since 8.0.3 are:
> - Update Eclipse JDT compiler to enable full Java 8 support for JSPs in
>   the default configuration
> - Add new, experimental HTTP and AJP connectors based on NIO2
> - Update the default connection pooling based on a repackaged Commons
>   DBCP 2 to use the Commons DBCP 2.0 release
> 
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.5/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1009/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_5/
> 
> The proposed 8.0.5 release is:
> [ ] Broken - do not release
> [ ] Alpha  - go ahead and release as 8.0.5 (alpha)
> [X] Beta   - go ahead and release as 8.0.5 (beta)
> [ ] Stable - go ahead and release as 8.0.5 (stable)

Jean-Frederic found this running some performance tests. I think we
should still go ahead with the release as their is a workaround (disable
sendfile), but it's definitely still beta.

https://issues.apache.org/bugzilla/show_bug.cgi?id=56320

-chris


Re: [VOTE] Release Apache Tomcat 8.0.5

Posted by Mark Thomas <ma...@apache.org>.
On 24/03/2014 18:47, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.5 release is now available for voting.
> 
> The main changes since 8.0.4 are:
> - Fix a regression in the fix for BZ 56190
> - Various NIO2 fixes
> - Fix Java 8 syntax support for JSPs
> 
> The main changes since 8.0.3 are:
> - Update Eclipse JDT compiler to enable full Java 8 support for JSPs in
>   the default configuration
> - Add new, experimental HTTP and AJP connectors based on NIO2
> - Update the default connection pooling based on a repackaged Commons
>   DBCP 2 to use the Commons DBCP 2.0 release
> 
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.5/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1009/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_5/
> 
> The proposed 8.0.5 release is:
> [ ] Broken - do not release
> [ ] Alpha  - go ahead and release as 8.0.5 (alpha)
> [X] Beta   - go ahead and release as 8.0.5 (beta)
> [ ] Stable - go ahead and release as 8.0.5 (stable)

Unit tests pass on Windows, OSX and Linux.

Beta primarily because:
- lots of changes in this release, some of them significant
- still need to address the cookie issues and that might trigger regressions

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


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


[VOTE][RESULT] Release Apache Tomcat 8.0.5

Posted by Mark Thomas <ma...@apache.org>.
Binding:
 Beta:   markt, remm, schultz, yoavs
 Stable: jfarcand

Non-binding:
 Beta:   timw
 Stable: Ognjen Blagojevic

The vote therefore passes. Apache Tomcat 8.0.5 will be released as beta.

Thanks everyone.

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 8.0.5

Posted by Yoav Shapira <yo...@apache.org>.
On Mon, Mar 24, 2014 at 2:47 PM, Mark Thomas <ma...@apache.org> wrote:
...
> The proposed 8.0.5 release is:
> [ ] Broken - do not release
> [ ] Alpha  - go ahead and release as 8.0.5 (alpha)
> [ X ] Beta   - go ahead and release as 8.0.5 (beta)
> [ ] Stable - go ahead and release as 8.0.5 (stable)

Works OK on my home-brewed test apps, BIO + NIO (didn't test NIO2 this
time around).

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 8.0.5

Posted by Tim Whittington <ti...@apache.org>.
> 
> The proposed 8.0.5 release is:
> [ ] Broken - do not release
> [ ] Alpha  - go ahead and release as 8.0.5 (alpha)
> [x] Beta   - go ahead and release as 8.0.5 (beta)
> [ ] Stable - go ahead and release as 8.0.5 (stable)
> 


cheers
tim


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


Re: [VOTE] Release Apache Tomcat 8.0.5

Posted by Rémy Maucherat <re...@apache.org>.
2014-03-24 19:47 GMT+01:00 Mark Thomas <ma...@apache.org>:

> The proposed 8.0.5 release is:
> [ ] Broken - do not release
> [ ] Alpha  - go ahead and release as 8.0.5 (alpha)
> [X] Beta   - go ahead and release as 8.0.5 (beta)
> [ ] Stable - go ahead and release as 8.0.5 (stable)


I expect it will need some more fixes before stable.

Rémy

Re: [VOTE] Release Apache Tomcat 8.0.5

Posted by Ognjen Blagojevic <og...@gmail.com>.
On 24.3.2014 19:47, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.5 release is now available for voting.

> The proposed 8.0.5 release is:
> [ ] Broken - do not release
> [ ] Alpha  - go ahead and release as 8.0.5 (alpha)
> [ ] Beta   - go ahead and release as 8.0.5 (beta)
> [X] Stable - go ahead and release as 8.0.5 (stable)

(non-binding)

Tested .zip distribution on Windows 7 64-bit:

- Tested TLS/SSL connectivity for BIO, NIO and APR connectors.

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

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

- Tested with several webapps that are in active development.


-Ognjen


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


Re: [VOTE] Release Apache Tomcat 8.0.5

Posted by Rémy Maucherat <re...@apache.org>.
2014-03-24 19:47 GMT+01:00 Mark Thomas <ma...@apache.org>:

> - Various NIO2 fixes
>
> Along with some other fixes, I cleaned up some shutdown issues. It now
looks ok in Linux, but there's one known issue on Windows:
https://bugs.openjdk.java.net/browse/JDK-7056546

When testing on Windows traces like this can happen on shutdown (they do
happen a lot when running the testsuite):
Exception in thread "Thread-3"
java.nio.channels.ShutdownChannelGroupException
    at sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:210)
    at sun.nio.ch.Invoker.invoke(Invoker.java:176)
    at sun.nio.ch.Invoker.invoke(Invoker.java:285)
    at
sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.failed(WindowsAsynchronousSocketChannelImpl.java:600)

    at sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:399)
    at java.lang.Thread.run(Thread.java:744)

So it is expected (the pending reads for keepalive cannot be stopped), and
it cannot be caught.

Rémy

Re: [VOTE] Release Apache Tomcat 8.0.5

Posted by Jeanfrancois Arcand <jf...@gmail.com>.
> The proposed 8.0.5 release is:
> [ ] Broken - do not release
> [ ] Alpha  - go ahead and release as 8.0.5 (alpha)
> [ ] Beta   - go ahead and release as 8.0.5 (beta)
> [X] Stable - go ahead and release as 8.0.5 (stable)
Tested WebSockets + AsyncContext

-- Jeanfrancois

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