Yasson v1.0.1 Release Notes

Release Date: 2017-11-10 // over 6 years ago
  • Yasson 1.0.1

    ๐Ÿš€ Release date: 10/11/2017

    ๐Ÿ› Bugs Fixed:

    • ๐Ÿ›  FIXED: [#57] Unexpected behaviour from @JsonbTypeAdapter when marking a field bug
    • ๐Ÿ›  FIXED: [#48] Serializing 'naked' enum throws exception java.lang.IllegalAccessException bug
    • ๐Ÿ›  FIXED: [#47] Serialising enum uses toString() method not name() as specified in section 3.9 of specification bug
    • ๐Ÿ›  FIXED: [#43] Date format customisation is ignored if custom instantiation is used bug
    • ๐Ÿ›  FIXED: [#42] Serializing a map doesn't use serializers bug
    • ๐Ÿ›  FIXED: [#39] Nillable customizations ignore default rules for processing classes bug
    • ๐Ÿ›  FIXED: [#34] NullPointerException when @JsonbTransient is applied on property without setter bug

    Other:

    • Switched to JSON-P 1.1.2
    • ๐ŸŽ Performance improved