Skip to content

Changes

#9 (Nov 23, 2023, 4:33:37 AM)

  1. Update references to parent POM — Mark Thomas / githubweb
  2. Remove module level override of maven-jar-plugin version — Mark Thomas / githubweb
  3. Update plugin versions to latest releases — Mark Thomas / githubweb
  4. Update plugins to latest releases excluding asciidoctor related plugins — Mark Thomas / githubweb
  5. Update asciidoctor related versions and fix associated warnings — Mark Thomas / githubweb

#7 (Jun 29, 2023, 7:05:24 AM)

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

#6 (May 4, 2022, 4:06:26 AM)

  1. Update version to 2.1.0 — Mark Thomas / githubweb
  2. (c) year updates — Mark Thomas / githubweb
  3. Fix ConcurrentModificationException when using maven-bundle-plugin — Mark Thomas / githubweb
  4. Fix #207 Expose the platform default configurator directly — Mark Thomas / githubweb
  5. Fix #190 and #192. Clarify messages and MessageHandler add/remove — Mark Thomas / githubweb
  6. Fix #228 - clarify Session.getRequestURI() — Mark Thomas / githubweb
  7. Fix #235 - passing user properties — Mark Thomas / githubweb
  8. Fix Javadoc references that broke CI builds — Mark Thomas / githubweb
  9. Fix issue-211 - Add method for use by front controller — Mark Thomas / githubweb
  10. Relax restriction on timing of deployment. Clarify language. — Mark Thomas / githubweb
  11. Version updates 2.0 -> 2.1 — Mark Thomas / githubweb
  12. Fix copyright dates for files changed in 2021 — Mark Thomas / githubweb
  13. Fix copyright dates for files changed in 2020 — Mark Thomas / githubweb
  14. Add changes so far for WebSocket 2.1 to the changes section — Mark Thomas / githubweb
  15. Fix #382 - clarify session idle timeout — Mark Thomas / githubweb
  16. Further clarification of zero or negative timeout values — Mark Thomas / githubweb
  17. Add currently undocumented changes — Mark Thomas / githubweb
  18. Refactor the packaging for JPMS and add module-info — Mark Thomas / githubweb
  19. Fix typo — Mark Thomas / githubweb
  20. Fix typo — Mark Thomas / githubweb
  21. Add @since information to Javadoc — Mark Thomas / githubweb
  22. Fix #210 - Add an API for client-side TLS configuration — Mark Thomas / githubweb
  23. Fix copyright dates — Mark Thomas / githubweb
  24. Allow for new files with standard Eclipse copyright header — Mark Thomas / githubweb
  25. WebSocket 2.1 release review actions. Fix copyright year for Javadoc. — Mark Thomas / githubweb
  26. Make client jar OSGi symbolic name header unique — Mark Thomas / githubweb
  27. Follow-up to #393. Move server JAR properties to server POM — Mark Thomas / githubweb
  28. OSGi bundle version should be consistent with project version — Mark Thomas / githubweb
  29. EMO release review: Add a README — Mark Thomas / githubweb
  30. EMO release review: Add a CODE_OF_CONDUCT — Mark Thomas / githubweb
  31. EMO release review: Add SECURITY — Mark Thomas / githubweb

#5 (Nov 23, 2020, 6:21:08 AM)

  1. Fix license / copyright header — Mark Thomas / githubweb
  2. Align POMs with EL and JSP — Mark Thomas / githubweb
  3. Align the API POMs — Mark Thomas / githubweb
  4. Align IDs so correct packages appear in releases — Mark Thomas / githubweb
  5. Override parent rather than add to — Mark Thomas / githubweb
  6. Align execution ID with parent POM to avoid duplicate executions — Mark Thomas / githubweb
  7. Disable source JAR config from EE4J parent — Mark Thomas / githubweb
  8. Update references to use Jakarta specifications — Mark Thomas / githubweb
  9. 357: Remove the automatic module names — Mark Thomas / githubweb
  10. Fixing typo in javadoc — Joakim Erdfelt / githubweb

#4 (May 26, 2020, 10:54:55 AM)

  1. Fix a couple of typos — Mark Thomas / githubweb
  2. Update Javadoc plugin — Mark Thomas / githubweb
  3. Increment source and target to 8 — Mark Thomas / githubweb
  4. Fix Javadoc warnings during build — Mark Thomas / githubweb
  5. Update enforcer plug-in to latest — Mark Thomas / githubweb
  6. Fix copyright date — Mark Thomas / githubweb
  7. Correct spec version format — Mark Thomas / githubweb
  8. Various fixes after review and compare with EL spec — Mark Thomas / githubweb
  9. Remove unused files — Mark Thomas / githubweb
  10. Review WebSocket vs EL vs JSP specs and align all three — Mark Thomas / githubweb
  11. Proof reading of spec doc — Mark Thomas / githubweb
  12. Update to 1.0.6 parent POM — Mark Thomas / githubweb
  13. Updates. Improve formatting of changes appendix — Mark Thomas / githubweb
  14. Align JSR reference with other specifications — Mark Thomas / githubweb
  15. Consistent formatting — Mark Thomas / githubweb
  16. Clean-up — Mark Thomas / githubweb
  17. Java 8 is minimum version for Jakarta EE 9 — Mark Thomas / githubweb
  18. #330 Eclipse Development Process — Mark Thomas / githubweb
  19. Add Automatic-Module-Name — Mark Thomas / githubweb
  20. Fix #232. Clarify behaviour of getSendWriter() and getSendStream() — Mark Thomas / githubweb
  21. Use <> operator where appropriate now minimum Java version is Java 8 — Mark Thomas / githubweb
  22. Fix #224 - Add NO-OP init() and destroy() methods for Encoder/Decoder — Mark Thomas / githubweb
  23. Fix #223. Relax requirement for call-backs to be on a different thread — Mark Thomas / githubweb
  24. Fix #231 - Clarify how HTTP headers are exposed through the API — Mark Thomas / githubweb
  25. Fix #220 - clarify Encoders match types and sub-types — Mark Thomas / githubweb
  26. Add clarity — Mark Thomas / githubweb
  27. Fix #209 - clarify how ByteBuffers are used — Mark Thomas / githubweb
  28. Fix #203. Clarify return value of getRequestParameterMap() — Mark Thomas / githubweb
  29. Fix #201 - clarify @On[Open|Close|Error] may only appear on one method — Mark Thomas / githubweb
  30. Fix #200 - clarify allowed types of parameters annotated with @PathParam — Mark Thomas / githubweb
  31. Fix #195 - explicitly state /a/{var} does not match /a/b/ — Mark Thomas / githubweb
  32. Fix #191 - clarify what is permitted in OnOpen — Mark Thomas / githubweb
  33. Fix #194 - be more specific about permitted endpoint paths and mapping — Mark Thomas / githubweb
  34. Fix #254 - document behaviour on error in the Javadoc — Mark Thomas / githubweb
  35. Update to latest parent pom — Mark Thomas / githubweb
  36. Update EFSL references per guidance from platform-dev list — Mark Thomas / githubweb

#3 (Jan 10, 2020, 12:47:06 PM)

  1. Add initial contribution of spec document — Mark Thomas / githubweb
  2. Update .gitignore to ignore target dirs — Mark Thomas / githubweb
  3. Update JVM enforcer rule to be consistent with other Jakarta projects — Mark Thomas / githubweb
  4. Converting from javax.* to jakarta.* (#312) — Mark Thomas / githubweb
  5. Update copyright dates after javax -> jakarta change — Mark Thomas / githubweb
  6. Exclude EFSL.html from copyright header checks — Mark Thomas / githubweb
  7. Issue #206 - Incorrect javadoc for WebSocketContainer connectToServer. — Mark Thomas / githubweb
  8. Fix parent location causing Travis CI build failure — Mark Thomas / githubweb
  9. Fix Java 8 TRavis build — Mark Thomas / githubweb
  10. "javax." -> "jakarta." — Mark Thomas / githubweb
  11. "Java Servlet" -> "Jakarta Servlet" — Mark Thomas / githubweb
  12. Update issue links to use GitHub issues since all were migrated — Mark Thomas / githubweb
  13. "Java EE" -> "Jakarta EE" — Mark Thomas / githubweb
  14. "Java WebSocket" -> "Jakarta WebSocket" — Mark Thomas / githubweb
  15. "websocket" and "WebSocket" -> "WebSocket" — Mark Thomas / githubweb
  16. Version 1.1 -> 2.0 — Mark Thomas / githubweb
  17. Platforms text — Mark Thomas / githubweb
  18. Date and author — Mark Thomas / githubweb
  19. Update copyright — Mark Thomas / githubweb
  20. JCP / EG references — Mark Thomas / githubweb
  21. Add Eclipse trademark info. Always list Jakarta before Java — Mark Thomas / githubweb
  22. Reference Implementation -> Compatible Implementations — Mark Thomas / githubweb
  23. Replace ` (back tick) with ' (single quote) — Mark Thomas / githubweb
  24. Replace '' (two single quotes) with " (double quotes) — Mark Thomas / githubweb
  25. Style — Mark Thomas / githubweb
  26. Fix internal cross-references — Mark Thomas / githubweb
  27. Fix formatting of generics such as <T> — Mark Thomas / githubweb
  28. api -> API — Mark Thomas / githubweb
  29. servlet -> Servlet — Mark Thomas / githubweb
  30. Bold formatting. — Mark Thomas / githubweb
  31. Replace ’ with ' (single quote) — Mark Thomas / githubweb
  32. List formatting — Mark Thomas / githubweb
  33. Code format — Mark Thomas / githubweb
  34. Remove unnecessary ^^^^^^^. — Mark Thomas / githubweb
  35. Remove gender bias — Mark Thomas / githubweb
  36. websockets -> WebSockets — Mark Thomas / githubweb
  37. Misc typos — Mark Thomas / githubweb
  38. Add changes since 1.1 section — Mark Thomas / githubweb
  39. Consistent formatting for WSC references — Mark Thomas / githubweb
  40. Fix typos after another proof-read — Mark Thomas / githubweb
  41. Remove method from security constraint (bad practice) — Mark Thomas / githubweb
  42. Fix formatting conventions and not formatting — Mark Thomas / githubweb

#2 (Sep 3, 2019, 4:14:19 PM)

  1. New parent pom.xml — David Blevins / githubweb
  2. Add spec/ submodule with boilerplate asciidoc — David Blevins / githubweb
  3. Issue #295 - update text references to conform to Jakarta standards — Joakim Erdfelt / githubweb
  4. Issue #295 - update text references based on PR review — Joakim Erdfelt / githubweb
  5. Issue #295 - Bumping up version to 1.1.2 per Jakarta Guide (#301) — Dmitry Kornilov / githubweb
  6. Adding SpecLicense.html to javadoc classified artifacts — Joakim Erdfelt / githubweb
  7. Issue #295 - Javadoc License fixes from PR review — Joakim Erdfelt / githubweb