All Versions
16
Latest Version
Avg Release Cycle
102 days
Latest Release
1290 days ago

Changelog History
Page 1

  • v2.0.1-RELEASE

    October 07, 2020
  • v2.0.0-RELEASE

    August 27, 2020
  • v2.0.0-M2

    June 04, 2020
  • v2.0.0-M1

    April 14, 2020
  • v1.0.8-RELEASE

    August 12, 2020
  • v1.0.7-RELEASE

    April 07, 2020
  • v1.0.6-RELEASE Changes

    January 14, 2020

    โšก๏ธ License Update

    • ๐Ÿ”„ Changed from EPL 1.0 to EPL 2.0 license (#356)

    โœจ Enhancements

    • ๐Ÿ‘Œ Support for Maps with non-primitive keys (#315)
    • ๐Ÿ‘Œ Support for GraalVM native-image (#362)
    • โšก๏ธ Updated to Jakarta EE dependencies (#338)
    • ๐Ÿ“œ Implemented eager parsing SPI, useful for native-image environments (#367)

    ๐Ÿ› Bug fixes

    • Serializing enums as property or as Map key has different behavior in case of toString overriding (#345)
    • ๐Ÿ›  Fix issue where equivalent properties are not merged correctly (#355)
    • ๐Ÿ›  Fix StackOverflowError on recursive references (#343 and #305)
    • ๐ŸŒฒ Do not log WARN message when optional generic bound is not found (#364)
    • ๐Ÿ‘‰ Make glassfish json a required dependency again (#368)
  • v1.0.5-RELEASE Changes

    September 06, 2019

    ๐Ÿš€ Release date: 09/06/2019

    โœจ Enhancements

    • ๐Ÿ‘Œ Support for Groovy objects and CDI (Weld) beans #281 #256
    • Include property name in error message when serialization fails #300
    • โž• Added JakartaEE TCK to the TravisCI build process to prevent spec incompatibilities
    • ๐Ÿ‘Œ Improve Exception message when default constructor is missing #316 (Thanks @Simulant87!)

    ๐Ÿ› Bug fixes

    • CollectionSerializer only processes first entry #255
    • ๐Ÿ“ฆ Inheriting from class with package level modifier leads to IllegalAccessException #275
    • 0๏ธโƒฃ Deserialization of EnumSet fails with "No default constructor found" #272
    • Order of kv-pairs wrong when using custom naming and @JsonbPropertyOrder #258
    • Adapters not applied properly for properties of differing read/write type #309
    • ๐Ÿ›  Fix/payara4003 Inaccessible constructor with @ConstructorProperties #280 (Thanks @JohT!)
  • v1.0.4-RELEASE

    June 07, 2019
  • v1.0.3-RELEASE Changes

    January 29, 2019

    ๐Ÿš€ Release date: 12/28/2018

    Uptake of Jakarta EE dependencies.

    • โšก๏ธ JSON API updated to 1.1.5
    • โšก๏ธ JSONB API updated to 1.0.1

    A complete list of issues solved.