users@tyrus.java.net

FYI: Tyrus 1.3 released

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Thu, 31 Oct 2013 17:29:39 +0100

Hi all,

I’m pleased to announce that new version of Tyrus was released today. It
contains some interesting features, like asynchronous handling of
connectToServer method call, optimised broadcast support and lots of
stability and performance improvements.

Unfortunately, one issue popped little bit too late for getting it fixed
in 1.3 release - TYRUS-263: Accessing SSL protected resource via HTTP
proxy. This regression is already fixed in master branch, please let me
know whether you consider this feature critical for your usecase. We
might release 1.3.1 just with this fix anyway, but it is always good to
know how big is the audience.

Tyrus 1.3 is already integrated in Glassfish trunk, so you can get new
nightly [1] (next one) or just remove all tyrus related jars and put
content of websocket-ri-archive artifact [2].

Regards,
Pavel

[1] http://dlc.sun.com.edgesuite.net/glassfish/4.0.1/nightly/
[2]
http://search.maven.org/remotecontent?filepath=org/glassfish/tyrus/bundles/websocket-ri-archive/1.3/websocket-ri-archive-1.3.zip


List of fixed bugs, enhancements and other tasks:

TYRUS-71: ErroCollector not properly used in AnnotatedEndpoint class.
TYRUS-262: @OnOpen fails for programmatically deployed annotated endpoint.
TYRUS-261: Text decoder disables Binary decoder if both are configured
for the same server endpoint; endpoint cannot receive binary messages
anymore.
TYRUS-248: Consolidate Extension representation
TYRUS-258: Tyrus always creates HTTP session
TYRUS-251: DecodeException is not passed to @OnError method
TYRUS-252: encoder for primitive types cannot be overridden.
TYRUS-250: Sec-WebSocket-Protocol header cannot be present when there is
no negotiated subprotocol
TYRUS-249: WebSocketContainer MaxSessionIdleTimeout is not propagated to
Session (server side)
TYRUS-257: Async timeout value set on WebSocketContainer is not
propagated to RemoteEndpoints (Session#getAsyncRemote())
TYRUS-253: DecodeException is not passed to @OnError method from
session.getAsyncRemote().sendObject
TYRUS-243: WebSocketContainer.connectToServer can block for seconds
TYRUS-227: Build failure : AsyncBinaryTest
TYRUS-226: Tyrus build error : OnCloseTest
TYRUS-247: Make all samples use TestContainer for tests
TYRUS-238: Refactor WebSocketEngine (SPI and Impl)
TYRUS-157: Submitting tasks to an injected ManagedExecutorService in a
ServerEndpoint does not work
TYRUS-137: Improve subprotocols/extensions headers parsing
TYRUS-133: Some Broadcast(er) API is needed in order to opmtimize
chat-like usecases
TYRUS-245: ServerEndpointConfig#getConfiigurator returns Configurator
not used when getNegotiatedExtensions has been called.
TYRUS-240: clean up duplicated static fields (strings)
TYRUS-230: When Session is invalidated, the close reason is not 1006
TYRUS-190: Remove TyrusServetServerContainer (merge with
TyrusServerContainer)
TYRUS-65: Implement common utilities for testing
TYRUS-242: Tyrus does not run on JDK8 compact2 profile
TYRUS-237: RemoteEndpoint.Async#sendBinary does not throw
IllegalArgumentException when data is null
TYRUS-239: Improve WebSocketEngine ByteBuffer handling
TYRUS-232: Refactor grizzly/servlet container – Tyrus-SPI
TYRUS-235: Fix findbugs errors in tests/servlet
TYRUS-234: Remove support for older protocol version
TYRUS-229: Session#setMaxIdleTimeout() will kill the session whether or
not the session actually timed out
TYRUS-225: Invalidation of (Servlet) HttpSession does not invalidate
WebSocket Session
TYRUS-153: Static map in TyrusRemotEndpoint
TYRUS-201: Wrong ServletInputStream#isReady() usage in
TyrusHttpUpgradeHandler
TYRUS-224: Refactor Connection#write and ConnectionImpl to use
CompletionHandler only (no Future)
TYRUS-221: wss:// doesn’t appear to function correctly via a http proxy.
TYRUS-146: Support request from client to secured services (“wss”)
TYRUS-223: Message can be writen multiple times when running on Servlet
container