Skip to content
Success

Changes

Summary

  1. "javax." -> "jakarta." (details)
  2. "Java Servlet" -> "Jakarta Servlet" (details)
  3. Update issue links to use GitHub issues since all were migrated (details)
  4. "Java EE" -> "Jakarta EE" (details)
  5. "Java WebSocket" -> "Jakarta WebSocket" (details)
  6. "websocket" and "WebSocket" -> "WebSocket" (details)
  7. Version 1.1 -> 2.0 (details)
  8. Platforms text (details)
  9. Date and author (details)
  10. Update copyright (details)
  11. JCP / EG references (details)
  12. Add Eclipse trademark info. Always list Jakarta before Java (details)
  13. Reference Implementation -> Compatible Implementations (details)
  14. Replace ` (back tick) with ' (single quote) (details)
  15. Replace '' (two single quotes) with " (double quotes) (details)
  16. Style (details)
  17. Fix internal cross-references (details)
  18. Fix formatting of generics such as <T> (details)
  19. api -> API (details)
  20. servlet -> Servlet (details)
  21. Bold formatting. (details)
  22. Replace ’ with ' (single quote) (details)
  23. List formatting (details)
  24. Code format (details)
  25. Remove unnecessary ^^^^^^^. (details)
  26. Remove gender bias (details)
  27. websockets -> WebSockets (details)
  28. Misc typos (details)
  29. Add changes since 1.1 section (details)
  30. Consistent formatting for WSC references (details)
  31. Fix typos after another proof-read (details)
  32. Remove method from security constraint (bad practice) (details)
  33. Fix formatting conventions and not formatting (details)
Commit 28aad271341014b30d00a9688621eacb233c65ba by Mark Thomas
"javax." -> "jakarta."
Some lines may now be too long. That will be cleaned up in a later
commit.
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 8b6d77d1434bf2cdbf7c194762c58351ef3f4c77 by Mark Thomas
"Java Servlet" -> "Jakarta Servlet"
Line lengths and some cross-references still TODO
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 15e93fea00b14383115152c29e747db53c810638 by Mark Thomas
Update issue links to use GitHub issues since all were migrated
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 86d3d56d415f216af8ce746ac3bad5a46892ef9e by Mark Thomas
"Java EE" -> "Jakarta EE"
Bibliography still TODO
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 49b8255c9621bb9cb6122fd1a511f7d8ae3b46fe by Mark Thomas
"Java WebSocket" -> "Jakarta WebSocket"
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 2048f0fec357bd31a729e6510f056ec8c94758a3 by Mark Thomas
"websocket" and "WebSocket" -> "WebSocket"
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 5a2d0b155ffb3fb9c640eefc265cffd9cac49339 by Mark Thomas
Version 1.1 -> 2.0
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
The file was modified spec/src/main/asciidoc/websocket-spec.adoc (diff)
Commit ca2b3e9cf2fced85316e35c88efc53593e3a75d3 by Mark Thomas
Platforms text
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit e26c1de7fee7675723676624f382e5f34d4d3968 by Mark Thomas
Date and author
Exact date is TBD
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 61d9b1ef0dc7d808d8ddd940f445e318f3eb94f3 by Mark Thomas
Update copyright
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 79dbba1ef0281414aa8bc5aa41cf51fd91f34517 by Mark Thomas
JCP / EG references
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 2cd26c467ac71b73197ca4588f66880f06ec5a0d by Mark Thomas
Add Eclipse trademark info. Always list Jakarta before Java
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 4961460591e821afff2a94cdc051ea7508126aaf by Mark Thomas
Reference Implementation -> Compatible Implementations
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit b9bea6e9db0df54613f705c39136ea509871ae2f by Mark Thomas
Replace ` (back tick) with ' (single quote)
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit a7771ee17dab9ac43b1b8e5528c0df184de79f51 by Mark Thomas
Replace '' (two single quotes) with " (double quotes)
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 4272af1e00fac2a485124f5b4d23a7c93780668e by Mark Thomas
Style
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 855513a4bbe9ab32bcff93a70611b88ce9399d06 by Mark Thomas
Fix internal cross-references
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 6b9b3bc9f1b5f2b960e432298248e95586b8ffdf by Mark Thomas
Fix formatting of generics such as <T>
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit dfcceeed9b4630dcf9c542579ba9928c4ee23657 by Mark Thomas
api -> API
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 8990f392e9bb12a79db8981921d9217ca355fba8 by Mark Thomas
servlet -> Servlet
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 15bf2cdf4d59fc6a6168341edc90b25cea48129e by Mark Thomas
Bold formatting.
Not as I expected but this gives correct output
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 3ac7f81fe57ca790b495ae4b7db3a3218e1ac5a2 by Mark Thomas
Replace ’ with ' (single quote)
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit e70ec3a4fefa9299b4fbd2b3916238389f3385cc by Mark Thomas
List formatting
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit bae496ea8a7d5301da788268366321a45207e4fb by Mark Thomas
Code format
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 64db4dee808a01a1b926f3e1b70f3a4a8a90e195 by Mark Thomas
Remove unnecessary ^^^^^^^.
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 193065e606f05cc845507f708e3952c325357de7 by Mark Thomas
Remove gender bias
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 3616b63921ef9de462cc58e38a207ca3fb86f212 by Mark Thomas
websockets -> WebSockets
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit 3a09f79faaf14521f827fa64637b969a9dd6f240 by Mark Thomas
Misc typos
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit c73a153d793a3d9102b1dc646e147b593671b1be by Mark Thomas
Add changes since 1.1 section
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit aa2f02ef84f84166d8159f64d2800a850f9c9d99 by Mark Thomas
Consistent formatting for WSC references
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit a93df6a760a6328bc9350671f8d122ede57f6afd by Mark Thomas
Fix typos after another proof-read
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit a000f2c9b7b4a4d82d2b7b9eed89dd50c0661a77 by Mark Thomas
Remove method from security constraint (bad practice)
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit e1ae8bea4efe9ec353d573732fa1d78a41961781 by Mark Thomas
Fix formatting conventions and not formatting
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)