MapStruct v1.4.0.CR1 Release Notes

Release Date: 2020-08-30 // over 3 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support custom unexpected enum constant exception for Value (Enum) Mapping (#2169)

    โœจ Enhancements

    • ๐Ÿ‘‰ Use short names instead of FQN's in error messages (PR #2166)
    • ๐Ÿ‘ป Redundant exception wrapping in nested generated method (#2174)
    • โš  StackOverflow caused by recursive uses declaration (#2185) - There is now a compile warning instead of a stack overflow error

    ๐Ÿ› Bug fixes

    • Missing import in generated mapping class when using generic mapper interface (#2170)
    • Mapping to generic class via constructor does not work (#2177)
    • Parameter no longer recognised in 1.4 when not explicitly mentioned (#2164)

    ๐Ÿ“š Documentation

    • โž• Add @since 1.4 to new interfaces (#2167)
    • ๐Ÿ›  Fix typos