Skip to content

Changes

#136 (Oct 20, 2023, 10:34:41 AM)

  1. Update API version of jakarta.json:jsonp to 2.1.2 (commit: 190d5ff) — jsonp-bot / githubweb
  2. Update API version of jakarta.json:jsonp to 2.1.3-SNAPSHOT (commit: dc41223) — jsonp-bot / githubweb
  3. add support for OSGi Service Loader Mediator (commit: 7ff1087) — Lukas Jungmann / githubweb
  4. update parent, build plugins (commit: ed5c55c) — Lukas Jungmann / githubweb
  5. Update gh action build (commit: 357e30a) — Lukas Jungmann / githubweb

#127 (Jul 21, 2022, 7:24:00 AM)

  1. #376: JsonProviderTest fails if run after other Junits in a test suite (commit: fda87c3) — Lukas Jungmann / githubweb
  2. simplify the provider lookup, add logging (commit: df40e20) — Lukas Jungmann / githubweb
  3. cpright (commit: 0cbe372) — Lukas Jungmann / githubweb
  4. fix exception message (commit: f278212) — Lukas Jungmann / githubweb
  5. fix javadoc (commit: fc14a6e) — Lukas Jungmann / githubweb
  6. update build plugins (commit: 83493a3) — Lukas Jungmann / githubweb
  7. remove obsolete tck runner belonging to the implementation project(s) (commit: 1b1f531) — Lukas Jungmann / githubweb
  8. make the build jdk18 friendly (no comp warnings) (commit: 04b4354) — Lukas Jungmann / githubweb

#117 (May 24, 2022, 12:27:41 AM)

  1. remove garbage character between output and source (commit: c88033f) — Lukas Jungmann / githubweb
  2. Update overview.html (commit: 7f7ba7e) — Lukas Jungmann / githubweb

#115 (Apr 25, 2022, 9:00:57 AM)

  1. Update API version of jakarta.json:jsonp to 2.1.0 (commit: 8da4820) — Lukas Jungmann / githubweb
  2. Update API version of jakarta.json:jsonp to 2.1.1-SNAPSHOT (commit: 731d15b) — Lukas Jungmann / githubweb

#110 (Mar 9, 2022, 8:13:38 AM)

  1. OSGi package exclude (commit: 267e01b) — Lukas Jungmann / githubweb
  2. OSGi package exclude (commit: 34913a0) — Lukas Jungmann / githubweb
  3. OSGi package exclude (commit: 83d600b) — Lukas Jungmann / githubweb

#109 (Feb 28, 2022, 7:14:17 AM)

  1. sig file update for API field change. (commit: 9255181) — Lukas Jungmann / githubweb

#107 (Feb 26, 2022, 6:37:29 AM)

  1. fix javadoc build for tcks, cleanup test run configurations (commit: 2da545b) — Lukas Jungmann / githubweb
  2. Documentation change for new JSONP TCK (#343) (commit: 90d823d) — noreply / githubweb
  3. jsonp signature test enhancements. (commit: ab437cf) — Lukas Jungmann / githubweb
  4. jsonp bundle generation. (commit: 6ea9d1a) — Lukas Jungmann / githubweb
  5. docs integration into TCK bundle. (commit: 1c21499) — Lukas Jungmann / githubweb
  6. signature test update with logger. (commit: 5011e1e) — Lukas Jungmann / githubweb
  7. cleanup tck dist build (commit: b96a030) — Lukas Jungmann / githubweb
  8. ignore cp year, git contains what is needed (commit: dc01e64) — Lukas Jungmann / githubweb
  9. fix cp year (commit: a58c466) — Lukas Jungmann / githubweb
  10. tweak project IDs, fix the typo in plugability (commit: 1dd8b14) — Lukas Jungmann / githubweb
  11. add missing license header (commit: df20c9c) — Lukas Jungmann / githubweb
  12. Javadoc assertions (#348) (commit: 68a3cba) — noreply / githubweb
  13. use final api/impl versions (commit: 630c014) — Lukas Jungmann / githubweb
  14. tck ug fixes, (commit: 74fcd7b) — Lukas Jungmann / githubweb
  15. fix copyright, CI name (commit: 593d432) — Lukas Jungmann / githubweb
  16. remove unneded arquillian from tck, (commit: 2c4ef80) — Lukas Jungmann / githubweb
  17. add poms to run tests, (commit: 25b528c) — Lukas Jungmann / githubweb
  18. update package to ee.jakarta.tck.jsonp (commit: 79f57be) — Lukas Jungmann / githubweb
  19. update userguide signaturetest to refer to updated package name (commit: 60ab096) — Lukas Jungmann / githubweb
  20. update copyright date for package rename (commit: 9160796) — Lukas Jungmann / githubweb
  21. build both tck dist bundles at once, (commit: a37d179) — Lukas Jungmann / githubweb
  22. fix the tck version in poms to run tck (commit: 67464aa) — Lukas Jungmann / githubweb
  23. separate update profile for TCK gh-pages (commit: bc37bf8) — Lukas Jungmann / githubweb
  24. fix resource filtering in tck test runner (commit: dad2bba) — Lukas Jungmann / githubweb
  25. add parent for the test runner (commit: f02dac1) — Lukas Jungmann / githubweb
  26. remove offending line from sig file (commit: 20875c5) — Lukas Jungmann / githubweb
  27. fix wrong provider name in the pluggability test (commit: aa29ae6) — Lukas Jungmann / githubweb
  28. make the provider constant public, (commit: 8d210fa) — Lukas Jungmann / githubweb

#105 (Dec 8, 2021, 12:56:06 AM)

  1. signature test migration from jakartaee-tck repo. (commit: 523c996) — Lukas Jungmann / githubweb
  2. #336: clean up imports (commit: 4f88f4a) — Lukas Jungmann / githubweb

#102 (Nov 15, 2021, 7:58:07 AM)

  1. Issue #292 - update JsonParserImpl and reject duplicate keys unit test (commit: b9bddea) — Lukas Jungmann / githubweb
  2. Add latest JDK in Travis (commit: 61a8b82) — Lukas Jungmann / githubweb
  3. Update TCK to work with JDK17 (commit: ab3ef16) — Lukas Jungmann / githubweb
  4. move implementation to parsson repo, (commit: 6aa9dae) — Lukas Jungmann / githubweb
  5. Project cleanup. (commit: 3886bd2) — Lukas Jungmann / githubweb
  6. Copyright headers update. (commit: 6029fe1) — Lukas Jungmann / githubweb
  7. Provide factory to obtain JsonValue from java.lang.Number (#302) (commit: e865594) — noreply / githubweb
  8. Json.createObjectBuilder(Map) has impractical type bounds (commit: 54b2547) — Lukas Jungmann / githubweb
  9. JsonParser needs to have a way to get current event (#303) (commit: d166d5d) — noreply / githubweb
  10. remove obsolete build plugin (commit: 3141627) — Lukas Jungmann / githubweb
  11. remove usage of deprecated method, add missing comment (commit: 0c9ccd8) — Lukas Jungmann / githubweb
  12. Add missing serialVersionUID (commit: 8fb92b1) — Lukas Jungmann / githubweb
  13. add missing comments (commit: d6df7d1) — Lukas Jungmann / githubweb
  14. turn build time warnings into errors (commit: ceb5cf6) — Lukas Jungmann / githubweb
  15. cache mvn repo in GH build (commit: 6c9bdef) — Lukas Jungmann / githubweb
  16. Fix JsonArray documentation for getBoolean #149 (commit: a80b0be) — Lukas Jungmann / githubweb
  17. What is the contract for of JsonGenerator#close() on error? #156 (commit: 2808816) — Lukas Jungmann / githubweb
  18. TCK tests (commit: 30f1a60) — Lukas Jungmann / githubweb
  19. Clarify side effects of JsonObjectBuilder#build #178 (commit: b066df0) — Lukas Jungmann / githubweb
  20. TCK: JsonParser needs to have a way to get current event #316 (commit: 3d9ba15) — Lukas Jungmann / githubweb
  21. setup-java v2 Maven cache (commit: 9e0a9ff) — Lukas Jungmann / githubweb
  22. [api] Define standard property for handling duplicated keys (commit: 3c3b1b1) — Lukas Jungmann / githubweb
  23. TCK: Provide factory to obtain JsonValue from java.lang.Number #315 (commit: 87ef235) — Lukas Jungmann / githubweb
  24. TCK: [api] Define standard property for handling duplicated keys (commit: a7cb019) — Lukas Jungmann / githubweb
  25. TCK: Clarify side effects of JsonObjectBuilder#build (commit: 27902c6) — Lukas Jungmann / githubweb
  26. Bump junit from 4.12 to 4.13.1 in /tck (commit: b4d7765) — Lukas Jungmann / githubweb
  27. Javadoc for NullPointerExceptions (commit: ec9fb5c) — Lukas Jungmann / githubweb
  28. Small mistake in documentation of javax.json.stream.JsonGenerator (commit: 194d561) — Lukas Jungmann / githubweb
  29. JsonParser.getValue/getObject/getArray Exceptions #152 (commit: e621909) — Lukas Jungmann / githubweb
  30. Json factory methods are very inefficient #154 (commit: 28a5ec5) — Lukas Jungmann / githubweb
  31. rework TCK to Junit5 (#297) (commit: 7d8d30f) — noreply / githubweb
  32. avoid possible NPE, fix the error message (commit: 4323652) — Lukas Jungmann / githubweb
  33. Add compatibility with HK2 service locator lookup (commit: fd550c2) — Lukas Jungmann / githubweb
  34. fix the spec version (commit: 1d5a2a5) — Lukas Jungmann / githubweb

#96 (May 26, 2021, 10:05:45 AM)

  1. Move the implementation to a different groupId and package namespace (#283) (commit: d8dc6ab) — noreply / githubweb
  2. Update implementation packaging (#287) (commit: 73ebee8) — noreply / githubweb
  3. Support reading/writing values in JSON strings without java.lang.String (commit: ab5423f) — Lukas Jungmann / githubweb