Yasson v1.0.5-RELEASE Release Notes

Release Date: 2019-09-06 // over 4 years ago
  • ๐Ÿš€ 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!)