You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to upgrade to Tyrus 2.0?
When I tried to use new Tyrus release I've got an exception:
Caused by: java.lang.IncompatibleClassChangeError: Class org.glassfish.tyrus.client.ClientManager does not implement the requested interface javax.websocket.WebSocketContainer
at com.ullink.slack.simpleslackapi.impl.SlackWebSocketSessionImpl.establishWebsocketConnection(SlackWebSocketSessionImpl.java:364) ~[simpleslackapi-1.2.0.jar:?]
I guess that's because in Tyrus 2.0 WebSocketContainer resides in new package jakarta.websocket
The text was updated successfully, but these errors were encountered:
Hi
Are there any plans to upgrade to Tyrus 2.0?
When I tried to use new Tyrus release I've got an exception:
I guess that's because in Tyrus 2.0 WebSocketContainer resides in new package jakarta.websocket
The text was updated successfully, but these errors were encountered: