Skip to content

Yasson 1.0.5

Compare
Choose a tag to compare
@aguibert aguibert released this 06 Sep 22:56
· 1 commit to 1.0.5 since this release

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
  • 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!)