Yasson v2.0.1-RELEASE Release Notes

Release Date: 2020-10-07 // over 3 years ago

Previous changes from v1.0.6-RELEASE

  • โšก๏ธ 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)