Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes in 1.4 #753

Closed
marci4 opened this issue Aug 14, 2018 · 1 comment
Closed

Breaking changes in 1.4 #753

marci4 opened this issue Aug 14, 2018 · 1 comment

Comments

@marci4
Copy link
Collaborator

marci4 commented Aug 14, 2018

This issue is used to track all the breaking changes coming with 1.4.0.

Since this is the first major release, I would like to use this opportunity to clean up some old things.

Breaking changes

  • Enum ReadyState was moved (and renamed) to to org.java_websocket.enums.ReadyState
  • Enum Opcode was moved to org.java_websocket.enums.Opcode
  • Enum Role was moved to org.java_websocket.enums.Role
  • Enum HandshakeState was moved to org.java_websocket.enums.HandshakeState
  • Enum CloseHandshakeType was moved to org.java_websocket.enums.CloseHandshakeType
  • Renamed LimitExedeedException to LimitExceededException

Removal due to deprecation

  • ReadyState.CONNECTING
  • AbstractClientProxyChannel
  • WebSocketListener.onWebsocketMessageFragment( WebSocket conn, Framedata frame )
  • WebSocketAdapter.onWebsocketMessageFragment( WebSocket conn, Framedata frame )
  • WebSocketClient.onWebsocketMessageFragment( WebSocket conn, Framedata frame )
  • WebSocketServer.onWebsocketMesageFragment( WebSocket conn, Framedata frame )
  • WebSocketImpl.isConnecting()
  • WebSocket.isConnectiong()
  • WebSocketClient.isConnecting()
  • WebSocketClient.onFragment( Framedata frame )
  • WebSocketServer.onFragment( WebSocket conn, Framedata fragment )
  • WebSocketServer.connections()
@marci4
Copy link
Collaborator Author

marci4 commented Feb 17, 2019

We have a code close for 1.4.0.

Best regards,
Marcel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant