All Versions
16
Latest Version
Avg Release Cycle
102 days
Latest Release
1633 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.