The JSR-356 API and implementation has been back-ported to Tomcat 7.

The necessary plumbing for the non-blocking support required by JSR-356
has been back-ported to Tomcat 7.

All compilation errors have been resolved.

The unit tests all pass.

Still to do:

1. Remove any Java 7 features so the code can compile with source -1.6
and target -1.6.

2. Add a check for Java 7 to the SCI so WebSocket is only loaded when
Tomcat 7 is running on Java 7 or later.

3. Add the WebSocket module into the build scripts.

4. Test with Autobahn.

5. Switch the WebSocket examples to the new API.

6. Deprecate the old HTTP upgrade and WebSocket implementations.


Mark

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

Reply via email to