Skip to content
Failed

Changes

Summary

  1. Update version to 2.2 and year to 2022 for next development cycle. (details)
  2. fix 405 The WebSocket.adoc chpater A.3 Pull Request 315 link wrong url (details)
  3. Fix broken example code. Thanks to Brad Hards (details)
  4. Update api/client/src/main/java/jakarta/websocket/Endpoint.java (details)
  5. fix a minor typo in the readme (details)
  6. Fix #176 - clarify ping message responsibilities (details)
  7. Fix #185 - expose the WebSocket session via SendResult (details)
Commit fccf2387662c5da6db3a2e66fac7e3450ea3cbed by Mark Thomas
Update version to 2.2 and year to 2022 for next development cycle.

It isn't clear at this point if the next release will be 2.2 or 3.0 so
start with 2.2 and we can always change it to 3.0 later if required.
The file was modified api/server/src/main/javadoc/doc-files/EFSL.html (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
The file was modified spec/pom.xml (diff)
The file was modified api/client/pom.xml (diff)
The file was modified spec/src/main/asciidoc/license-efsl.adoc (diff)
The file was modified api/client/src/main/javadoc/doc-files/EFSL.html (diff)
The file was modified api/server/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 7f996bdddc2a9ad1f710bd08ca36737c9e556728 by Mark Thomas
fix 405 The WebSocket.adoc chpater A.3 Pull Request 315 link wrong url
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 52d4071fc42fa07d86bcc743cdad71daa3bdc682 by Mark Thomas
Fix broken example code. Thanks to Brad Hards
The file was modified api/client/src/main/java/jakarta/websocket/Endpoint.java (diff)
Commit 88eeeafef83a25e24cb06e573a6d637d9fa1b5dd by Mark Thomas
Update api/client/src/main/java/jakarta/websocket/Endpoint.java

Co-authored-by: Brad Hards <bradh@frogmouth.net>
The file was modified api/client/src/main/java/jakarta/websocket/Endpoint.java (diff)
Commit 2d7148327b6e25762336ecba6f009903b0c8ddbb by Mark Thomas
fix a minor typo in the readme

Signed-off-by: Chifunt <chifunt@gmail.com>
The file was modified README.md (diff)
Commit f2706055ca5127cb5fc442136169bb95537802dc by Mark Thomas
Fix #176 - clarify ping message responsibilities
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 6bf7ac1ff7133a1f5b2fc8e02452ddfecba97b73 by Mark Thomas
Fix #185 - expose the WebSocket session via SendResult
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
The file was modified api/client/src/main/java/jakarta/websocket/SendResult.java (diff)