mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
392 B
392 B
Features
Enhancements
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)