mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
714 B
714 B
Features
Enhancements
- Use Java
LinkedHashSet
andLinkedHashMap
new factory method with known capacity when on Java 19 or later (#3113)
Bugs
- Inverse Inheritance Strategy not working for ignored mappings only with target (#3652)
- Inconsistent ambiguous mapping method error when using
SubclassMapping
: generic vs raw types (#3668) - Fix regression when using
InheritInverseConfiguration
with nested target properties and reversingtarget = "."
(#3670) - Deep mapping with multiple mappings broken in 1.6.0 (#3667)
- Two different constants are ignored in 1.6.0 (#3673)
- Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (#3668)