mapstruct/NEXT_RELEASE_CHANGELOG.md

15 lines
392 B
Markdown

### 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 reversing `target = "."` (#3670)
### Documentation
### Build