Skip to content

Changes

#7 (Apr 7, 2020, 3:20:57 PM)

  1. Update version to 1.0.7-SNAPSHOT — Andrew Guibert / detail
  2. Update TCK script to use HTTPS for retrieving glassfish from Maven — Andrew Guibert / detail
  3. Normalize parsing for java.sql.Date — Andrew Guibert / detail
  4. Rename from javax.* to jakarta.* namespace — Andrew Guibert / detail
  5. Run TCK tests from jsonb-api repo — Andrew Guibert / detail
  6. Fix primitive boolean array serializing&deserializing — Gyúróczki Gergő / detail
  7. Fix docs — Gyúróczki Gergő / detail
  8. Do not implicitly close java.io.Writer on toJson — Andrew Guibert / detail
  9. Add boolean array test — Gyúróczki Gergő / detail
  10. Allow adapters/serializers to be used on known root types — Andrew Guibert / detail

#5 (Jan 14, 2020, 5:05:02 PM)

  1. Prepare for next development iteration — Andrew Guibert / detail
  2. Remove a stream usage in PropertyOrdering, rework ordering strats — Gyúróczki Gergő / detail
  3. TCK test version updated — David Kral / detail
  4. Avoid contractions in NLS messages — Andrew Guibert / detail
  5. New map serializer/deserializer (#315) — David Kral / detail
  6. Replace inner interface in ComponentMatcher with Function — Gyúróczki Gergő / detail
  7. Refactor inner class & interface inside InstanceCreator — Gyúróczki Gergő / detail
  8. Inline AccessMethodType.java into PropertyModel — David Kral / detail
  9. FIX/345 : Serializing enums as property or as Map key has different — Sébastien Rius / detail
  10. Update tests to Junit 5.5.2 (#340) — Andrew Guibert / detail
  11. Update PropertyOrderTest to be more meaningful — Andrew Guibert / detail
  12. Fix compile errors in MapToObjectSerializerTest due to soft merge — Andrew Guibert / detail
  13. Update to official Jakarta EE dependencies — Andrew Guibert / detail
  14. Add community information and links to README — Andrew Guibert / detail
  15. Change license of NullSerializer/Deserializer to EPL — David Kral / detail
  16. ReflectionPropagation refactor (#354) — Andrew Guibert / detail
  17. Fixes #341 Checkstyle plugin added to Yasson — David Kral / detail
  18. Rebased onto the current master — David Kral / detail
  19. Fix soft merge conflicts with latest master branch — Andrew Guibert / detail
  20. Update — Gyúróczki Gergő / detail
  21. Whitespace changes — Gyúróczki Gergő / detail
  22. Fix checkstyle errors — Gyúróczki Gergő / detail
  23. Whitespace stuff — Gyúróczki Gergő / detail
  24. Add github issue templates — Andrew Guibert / detail
  25. Fix issue where equivalent properties are not merged correctly — Andrew Guibert / detail
  26. Add tests for issue #81 — Gyúróczki Gergő / detail
  27. Decrease default size annotations field, update docs — Gyúróczki Gergő / detail
  28. Fixes #351 Copyright plugin added to the project — David Kral / detail
  29. EPL license changed in README file — David Kral / detail
  30. EPL license changed in NOTICE file — David Kral / detail
  31. Support for GraalVM native-image. — Tomas Langer / detail
  32. StackOverflowError on recursive references (#359) — Andrew Guibert / detail
  33. Copyright travis job improved (#365) — Andrew Guibert / detail
  34. Do not log WARN message when optional generic bound is not found — Andrew Guibert / detail
  35. Add class for Yasson-specific config in a type-safe way — Andrew Guibert / detail
  36. Promote glassfish json to required dependency — Andrew Guibert / detail
  37. Generated Yasson jar has not been properly moved to TCK tests — David Kral / detail
  38. Implement YassonConfig.withEagerParsing(Class<?>...) — Andrew Guibert / detail
  39. Add script for running all delivery checks — Andrew Guibert / detail
  40. Native image properties in correct dir. — David Kral / detail
  41. maven-compiler-plugin 3.8.1 — Sean Sullivan / detail

#3 (Sep 6, 2019, 5:52:24 PM)

  1. Update version for next development iteration — Andrew Guibert / detail
  2. Fix UserDeserializer is called only once for an array of json objects… — Dmitry Kornilov / detail
  3. Fixes #275 Inheriting from class with package level modifier leads to — David Kral / detail
  4. Fixes #272 EnumSet deserialization — David Kral / detail
  5. Fixes #258 @JsonbPropertyOrder names should reflect class names before — David Kral / detail
  6. All class modificators allowed now during field handling — David Kral / detail
  7. Include property name/value when serialization fails — Andrew Guibert / detail
  8. Add test case for issue described in #296 — Andrew Guibert / detail
  9. Add special case to filter out getMetaClass for Groovy objects — Andrew Guibert / detail
  10. Do not include property values in error messages — Andrew Guibert / detail
  11. JavaDoc typos — Markus KARG / detail
  12. Add special case to filter out getMetadata on Weld bean proxy objects — Andrew Guibert / detail
  13. Add badge for snapshot repository — Andrew Guibert / detail
  14. Apply adapters based on property read/write type — Andrew Guibert / detail
  15. Show full stack traces on failed tests — Andrew Guibert / detail
  16. Add tests for examples shown in JSON-B documentation — Andrew Guibert / detail
  17. 316 improve exception message (#318) — Andrew Guibert / detail
  18. make test setup independent to changes in productive code (#323) — Andrew Guibert / detail
  19. TCK test support added to travis build — David Kral / detail
  20. Refactor strategies to functions instead of using inheritance (#311) — Andrew Guibert / detail
  21. Disable JMH tests in Travis build to reduce build pipeline time — Andrew Guibert / detail
  22. Update tck.sh for running locally — Andrew Guibert / detail
  23. Add javadocs.io badge to README — Andrew Guibert / detail
  24. Refactor MappingContext — Gyúróczki Gergő / detail
  25. Fix/payara4003 Inaccessible constructor with @ConstructorProperties — Andrew Guibert / detail