Skip to content

Changes

#96 (Mar 28, 2024, 9:23:26 AM)

  1. Update EFSL from 1.0 to 1.1 — Mark Thomas / githubweb

#95 (Mar 27, 2024, 7:28:38 AM)

  1. Generate specification documents with required name — Mark Thomas / githubweb
  2. Update copyright year for Javadoc — Mark Thomas / githubweb
  3. Update to EFSL 1.1 — Mark Thomas / githubweb

#94 (Mar 26, 2024, 10:08:47 AM)

  1. Proof read WebSocket specification before 2.2 release — Mark Thomas / githubweb
  2. Add paragraph briefly describing new HttpSession.getAccessor() method — Mark Thomas / githubweb

#93 (Jan 12, 2024, 3:09:41 AM)

  1. Fix #274 - Correct message buffer configuration inconsistency — Mark Thomas / githubweb
  2. Re-work solution — Mark Thomas / githubweb

#92 (Nov 15, 2023, 10:53:21 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

#91 (Jun 29, 2023, 6:51:05 AM)

  1. Fix #185 - expose the WebSocket session via SendResult — Mark Thomas / githubweb

#90 (Jun 20, 2023, 4:37:19 AM)

  1. Fix #176 - clarify ping message responsibilities — Mark Thomas / githubweb

#88 (Apr 4, 2023, 4:37:24 AM)

  1. fix a minor typo in the readme — Mark Thomas / githubweb

#87 (Nov 24, 2022, 6:07:46 AM)

  1. Fix broken example code. Thanks to Brad Hards — Mark Thomas / githubweb
  2. Update api/client/src/main/java/jakarta/websocket/Endpoint.java — Mark Thomas / githubweb

#86 (Oct 9, 2022, 2:49:36 AM)

  1. fix 405 The WebSocket.adoc chpater A.3 Pull Request 315 link wrong url — Mark Thomas / githubweb

#85 (May 4, 2022, 9:52:37 AM)

  1. Update version to 2.2 and year to 2022 for next development cycle. — Mark Thomas / githubweb

#84 (Apr 25, 2022, 5:52:36 AM)

  1. EMO release review: Add a README — Mark Thomas / githubweb
  2. EMO release review: Add a CODE_OF_CONDUCT — Mark Thomas / githubweb
  3. EMO release review: Add SECURITY — Mark Thomas / githubweb

#83 (Jan 24, 2022, 3:09:09 AM)

  1. OSGi bundle version should be consistent with project version — Mark Thomas / githubweb

#82 (Jan 21, 2022, 6:05:51 AM)

  1. Make client jar OSGi symbolic name header unique — Mark Thomas / githubweb
  2. Follow-up to #393. Move server JAR properties to server POM — Mark Thomas / githubweb

#81 (Dec 27, 2021, 11:21:27 AM)

  1. WebSocket 2.1 release review actions. Fix copyright year for Javadoc. — Mark Thomas / githubweb

#80 (Dec 21, 2021, 10:30:17 AM)

  1. Allow for new files with standard Eclipse copyright header — Mark Thomas / githubweb

#78 (Dec 21, 2021, 9:05:47 AM)

  1. Fix #210 - Add an API for client-side TLS configuration — Mark Thomas / githubweb
  2. Fix copyright dates — Mark Thomas / githubweb

#77 (Dec 8, 2021, 1:20:48 PM)

  1. Add @since information to Javadoc — Mark Thomas / githubweb

#76 (Dec 8, 2021, 6:23:03 AM)

  1. Fix typo — Mark Thomas / githubweb
  2. Fix typo — Mark Thomas / githubweb

#75 (Nov 23, 2021, 12:59:52 PM)

  1. Refactor the packaging for JPMS and add module-info — Mark Thomas / githubweb

#74 (Nov 11, 2021, 9:52:20 AM)

  1. Add currently undocumented changes — Mark Thomas / githubweb

#73 (Nov 11, 2021, 9:07:11 AM)

  1. Fix #382 - clarify session idle timeout — Mark Thomas / githubweb
  2. Further clarification of zero or negative timeout values — Mark Thomas / githubweb

#72 (Nov 10, 2021, 9:23:13 AM)

  1. Add changes so far for WebSocket 2.1 to the changes section — Mark Thomas / githubweb

#71 (Nov 5, 2021, 1:07:22 PM)

  1. Version updates 2.0 -> 2.1 — Mark Thomas / githubweb
  2. Fix copyright dates for files changed in 2021 — Mark Thomas / githubweb
  3. Fix copyright dates for files changed in 2020 — Mark Thomas / githubweb

#70 (Oct 7, 2021, 1:06:35 PM)

  1. Fix issue-211 - Add method for use by front controller — Mark Thomas / githubweb
  2. Relax restriction on timing of deployment. Clarify language. — Mark Thomas / githubweb

#69 (Oct 7, 2021, 12:38:04 PM)

  1. Fix #235 - passing user properties — Mark Thomas / githubweb
  2. Fix Javadoc references that broke CI builds — Mark Thomas / githubweb

#68 (Oct 4, 2021, 9:22:56 AM)

  1. Fix #228 - clarify Session.getRequestURI() — Mark Thomas / githubweb

#67 (Oct 1, 2021, 11:52:05 AM)

  1. Fix #207 Expose the platform default configurator directly — Mark Thomas / githubweb
  2. Fix #190 and #192. Clarify messages and MessageHandler add/remove — Mark Thomas / githubweb

#66 (Oct 1, 2021, 9:21:45 AM)

  1. Fixing typo in javadoc — Joakim Erdfelt / githubweb
  2. Update version to 2.1.0 — Mark Thomas / githubweb
  3. (c) year updates — Mark Thomas / githubweb
  4. Fix ConcurrentModificationException when using maven-bundle-plugin — Mark Thomas / githubweb

#65 (Sep 18, 2020, 6:50:58 AM)

  1. 357: Remove the automatic module names — Mark Thomas / githubweb

#64 (Jul 20, 2020, 3:21:37 PM)

  1. Update references to use Jakarta specifications — Mark Thomas / githubweb

#63 (Jul 18, 2020, 3:20:57 PM)

  1. Disable source JAR config from EE4J parent — Mark Thomas / githubweb

#62 (Jul 17, 2020, 8:36:58 AM)

  1. Override parent rather than add to — Mark Thomas / githubweb
  2. Align execution ID with parent POM to avoid duplicate executions — Mark Thomas / githubweb

#61 (Jul 16, 2020, 1:05:54 PM)

  1. Align IDs so correct packages appear in releases — Mark Thomas / githubweb

#60 (Jul 3, 2020, 6:11:12 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

#59 (May 26, 2020, 6:28:58 AM)

  1. Update to latest parent pom — Mark Thomas / githubweb
  2. Update EFSL references per guidance from platform-dev list — Mark Thomas / githubweb

#58 (May 19, 2020, 11:22:09 AM)

  1. Fix #254 - document behaviour on error in the Javadoc — Mark Thomas / githubweb

#57 (May 15, 2020, 4:43:25 PM)

  1. Fix #194 - be more specific about permitted endpoint paths and mapping — Mark Thomas / githubweb

#56 (May 15, 2020, 11:44:35 AM)

  1. Fix #195 - explicitly state /a/{var} does not match /a/b/ — Mark Thomas / githubweb
  2. Fix #191 - clarify what is permitted in OnOpen — Mark Thomas / githubweb

#53 (May 14, 2020, 4:39:27 PM)

  1. Fix #209 - clarify how ByteBuffers are used — Mark Thomas / githubweb
  2. Fix #203. Clarify return value of getRequestParameterMap() — Mark Thomas / githubweb
  3. Fix #201 - clarify @On[Open|Close|Error] may only appear on one method — Mark Thomas / githubweb
  4. Fix #200 - clarify allowed types of parameters annotated with @PathParam — Mark Thomas / githubweb

#52 (May 7, 2020, 3:57:16 PM)

  1. Add clarity — Mark Thomas / githubweb

#51 (May 7, 2020, 12:12:23 PM)

  1. Fix #231 - Clarify how HTTP headers are exposed through the API — Mark Thomas / githubweb
  2. Fix #220 - clarify Encoders match types and sub-types — Mark Thomas / githubweb

#50 (May 7, 2020, 4:37:47 AM)

  1. Use <> operator where appropriate now minimum Java version is Java 8 — Mark Thomas / githubweb
  2. Fix #224 - Add NO-OP init() and destroy() methods for Encoder/Decoder — Mark Thomas / githubweb
  3. Fix #223. Relax requirement for call-backs to be on a different thread — Mark Thomas / githubweb

#49 (May 6, 2020, 3:29:56 PM)

  1. Fix #232. Clarify behaviour of getSendWriter() and getSendStream() — Mark Thomas / githubweb

#48 (May 6, 2020, 10:56:58 AM)

  1. Add Automatic-Module-Name — Mark Thomas / githubweb

#47 (May 5, 2020, 7:12:47 PM)

  1. #330 Eclipse Development Process — Mark Thomas / githubweb

#46 (Apr 21, 2020, 3:02:54 PM)

  1. Update to 1.0.6 parent POM — Mark Thomas / githubweb
  2. Updates. Improve formatting of changes appendix — Mark Thomas / githubweb
  3. Align JSR reference with other specifications — Mark Thomas / githubweb
  4. Consistent formatting — Mark Thomas / githubweb
  5. Clean-up — Mark Thomas / githubweb
  6. Java 8 is minimum version for Jakarta EE 9 — Mark Thomas / githubweb

#45 (Feb 10, 2020, 9:09:48 AM)

  1. Proof reading of spec doc — Mark Thomas / githubweb

#44 (Feb 3, 2020, 1:29:39 PM)

  1. Remove unused files — Mark Thomas / githubweb
  2. Review WebSocket vs EL vs JSP specs and align all three — Mark Thomas / githubweb

#42 (Jan 20, 2020, 9:46:10 AM)

  1. Fix copyright date — Mark Thomas / githubweb
  2. Correct spec version format — Mark Thomas / githubweb
  3. Various fixes after review and compare with EL spec — Mark Thomas / githubweb

#41 (Jan 20, 2020, 9:00:52 AM)

  1. Fix Javadoc warnings during build — Mark Thomas / githubweb
  2. Update enforcer plug-in to latest — Mark Thomas / githubweb

#34 (Jan 12, 2020, 12:13:20 PM)

  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

#33 (Dec 21, 2019, 2:16:09 PM)

  1. "javax." -> "jakarta." — Mark Thomas / githubweb
  2. "Java Servlet" -> "Jakarta Servlet" — Mark Thomas / githubweb
  3. Update issue links to use GitHub issues since all were migrated — Mark Thomas / githubweb
  4. "Java EE" -> "Jakarta EE" — Mark Thomas / githubweb
  5. "Java WebSocket" -> "Jakarta WebSocket" — Mark Thomas / githubweb
  6. "websocket" and "WebSocket" -> "WebSocket" — Mark Thomas / githubweb
  7. Version 1.1 -> 2.0 — Mark Thomas / githubweb
  8. Platforms text — Mark Thomas / githubweb
  9. Date and author — Mark Thomas / githubweb
  10. Update copyright — Mark Thomas / githubweb
  11. JCP / EG references — Mark Thomas / githubweb
  12. Add Eclipse trademark info. Always list Jakarta before Java — Mark Thomas / githubweb
  13. Reference Implementation -> Compatible Implementations — Mark Thomas / githubweb
  14. Replace ` (back tick) with ' (single quote) — Mark Thomas / githubweb
  15. Replace '' (two single quotes) with " (double quotes) — Mark Thomas / githubweb
  16. Style — Mark Thomas / githubweb
  17. Fix internal cross-references — Mark Thomas / githubweb
  18. Fix formatting of generics such as <T> — Mark Thomas / githubweb
  19. api -> API — Mark Thomas / githubweb
  20. servlet -> Servlet — Mark Thomas / githubweb
  21. Bold formatting. — Mark Thomas / githubweb
  22. Replace ’ with ' (single quote) — Mark Thomas / githubweb
  23. List formatting — Mark Thomas / githubweb
  24. Code format — Mark Thomas / githubweb
  25. Remove unnecessary ^^^^^^^. — Mark Thomas / githubweb
  26. Remove gender bias — Mark Thomas / githubweb
  27. websockets -> WebSockets — Mark Thomas / githubweb
  28. Misc typos — Mark Thomas / githubweb
  29. Add changes since 1.1 section — Mark Thomas / githubweb
  30. Consistent formatting for WSC references — Mark Thomas / githubweb
  31. Fix typos after another proof-read — Mark Thomas / githubweb
  32. Remove method from security constraint (bad practice) — Mark Thomas / githubweb
  33. Fix formatting conventions and not formatting — Mark Thomas / githubweb

#32 (Dec 12, 2019, 9:00:49 AM)

  1. Fix parent location causing Travis CI build failure — Mark Thomas / githubweb
  2. Fix Java 8 TRavis build — Mark Thomas / githubweb

#31 (Dec 12, 2019, 3:00:44 AM)

  1. Issue #206 - Incorrect javadoc for WebSocketContainer connectToServer. — Mark Thomas / githubweb

#30 (Dec 11, 2019, 1:15:53 PM)

  1. Update copyright dates after javax -> jakarta change — Mark Thomas / githubweb
  2. Exclude EFSL.html from copyright header checks — Mark Thomas / githubweb

#29 (Nov 27, 2019, 10:30:49 AM)

  1. Update .gitignore to ignore target dirs — Mark Thomas / githubweb

#28 (Nov 27, 2019, 9:45:52 AM)

  1. Update JVM enforcer rule to be consistent with other Jakarta projects — Mark Thomas / githubweb
  2. Converting from javax.* to jakarta.* (#312) — Mark Thomas / githubweb

#27 (Nov 27, 2019, 7:45:50 AM)

  1. Add initial contribution of spec document — Mark Thomas / githubweb

#25 (Jul 31, 2019, 1:01:22 PM)

  1. Adding SpecLicense.html to javadoc classified artifacts — Joakim Erdfelt / githubweb
  2. Issue #295 - Javadoc License fixes from PR review — Joakim Erdfelt / githubweb

#24 (Jul 26, 2019, 4:45:52 AM)

  1. Issue #295 - Bumping up version to 1.1.2 per Jakarta Guide (#301) — Dmitry Kornilov / githubweb

#23 (Jul 24, 2019, 11:30:51 AM)

  1. Issue #295 - update text references to conform to Jakarta standards — Joakim Erdfelt / githubweb
  2. Issue #295 - update text references based on PR review — Joakim Erdfelt / githubweb

#21 (Jul 17, 2019, 11:45:58 AM)

  1. New parent pom.xml — David Blevins / githubweb
  2. Add spec/ submodule with boilerplate asciidoc — David Blevins / githubweb

#20 (Nov 9, 2018, 10:00:14 AM)

  1. Fix duplicate plug-in definition — Mark Thomas / githubweb

#19 (Nov 9, 2018, 9:31:17 AM)

  1. Ensuring that LICENSE/NOTICE shows up in META-INF — Joakim Erdfelt / githubweb
  2. Ensuring client-api is a Bundle too. — Joakim Erdfelt / githubweb

#18 (Nov 8, 2018, 4:15:48 PM)

  1. Fix client Javadoc errors currently blocking the release — Mark Thomas / githubweb

#17 (Oct 30, 2018, 7:16:07 AM)

  1. Version fix for release (#278) — Dmitry Kornilov / githubweb

#13 (Oct 24, 2018, 2:04:31 PM)

  1. Correct groupId — Mark Thomas / githubweb
  2. Add -SNAPSHOT to version as required by release build — Mark Thomas / githubweb
  3. Update to latest EE4J parent — Mark Thomas / githubweb

#12 (Oct 18, 2018, 9:05:05 AM)

  1. Update groupId as per — Mark Thomas / githubweb

#11 (Oct 7, 2018, 8:34:31 AM)

  1. Adding required legal documents — joakim / githubweb

#9 (Sep 19, 2018, 4:34:27 PM)

  1. Updating URL — Joakim Erdfelt / githubweb
  2. Updating for pom for OSSRH compliance reasons. — Joakim Erdfelt / githubweb

#8 (Sep 19, 2018, 4:07:12 PM)

  1. Correcting artifactIds per — Joakim Erdfelt / githubweb

#7 (Sep 19, 2018, 10:38:51 AM)

  1. SWitch to EE4J parent pom — Mark Thomas / githubweb
  2. Change to jakarta group ID — Mark Thomas / githubweb
  3. Version +=0.0.1 to 1.1.1 for first Eclipse release — Mark Thomas / githubweb
  4. Fix license header after previous update — Mark Thomas / githubweb
  5. Additional header updates I missed in previous commit. — Mark Thomas / githubweb
  6. Remove org. It is in the parent POM — Mark Thomas / githubweb
  7. Spec implementation and Maven version should be aligned — Mark Thomas / githubweb
  8. Comment out plug-in goal that currently breaks the build — Mark Thomas / githubweb

#6 (Sep 19, 2018, 3:19:26 AM)

  1. Ignore build output dirs — Mark Thomas / githubweb

#5 (Sep 18, 2018, 5:34:29 PM)

  1. Fix client Javadoc warnings — Mark Thomas / githubweb

#4 (Sep 18, 2018, 12:19:28 PM)

  1. Clean-up. Apply standard EE4J formatting. — Mark Thomas / githubweb
  2. Clean-up. Fix Generics warning in IDE. — Mark Thomas / githubweb
  3. Clean-up. Add missing Javadoc tags — Mark Thomas / githubweb
  4. Clean-up. Fix typo — Mark Thomas / githubweb
  5. Clean-up. Add missing @Override — Mark Thomas / githubweb
  6. Correct header template — Mark Thomas / githubweb
  7. Clean-up. Update headers after format changes. — Mark Thomas / githubweb

#3 (Sep 18, 2018, 10:19:33 AM)

  1. Correct misleading reference in Javadoc — Mark Thomas / githubweb
  2. Update header as this is the first change to this file after donation. — Mark Thomas / githubweb
  3. Ignore IDE files — Mark Thomas / githubweb

#2 (Sep 18, 2018, 9:58:28 AM)

  1. Fix issue 208: Correct Javadoc copy/paste error — Mark Thomas / githubweb
  2. Fix #179: Avoid double wrapping with Collections.unmodifiableList() — Mark Thomas / githubweb
  3. Update copyright header. — Mark Thomas / githubweb
  4. Update copyright header — Mark Thomas / githubweb
  5. Added Travis CI. (#247) — noreply / githubweb
  6. Fix #233 - Serializable classes should have a serialVersionUID — Mark Thomas / githubweb
  7. Refactor to use currently dead code as originally intended — Mark Thomas / githubweb
  8. Clean up Javadoc — Mark Thomas / githubweb
  9. Quote file names — Mark Thomas / githubweb
  10. Fix broken link in Javadoc — Mark Thomas / githubweb
  11. Update header as this is the first change to this file after donation. — Mark Thomas / githubweb