Skip to content
Failed

Changes

Summary

  1. Fix #207 Expose the platform default configurator directly (details)
  2. Fix #190 and #192. Clarify messages and MessageHandler add/remove (details)
Commit 398cb667ae6a4d340a22a1b3cfe4e5b0382424a9 by Mark Thomas
Fix #207 Expose the platform default configurator directly

Make ServerEndpointConfig.Configurator.getContainerDefaultConfigurator()
public.
The file was modified api/server/src/main/java/jakarta/websocket/server/ServerEndpointConfig.java (diff)
Commit 57257187d870e9c918115b4d6fec8bb92350a916 by Mark Thomas
Fix #190 and #192. Clarify messages and MessageHandler add/remove

To quote gregw "Once you start a websocket message, you continue to use
the same MessageHandler for the entire message."
The file was modified api/client/src/main/java/jakarta/websocket/Session.java (diff)
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)