Bugs
- Redundant if condition in Java record mapping with
RETURN_DEFAULT
strategy (#3747) - Stackoverflow with Immutables custom builder (#3370)
- Unused import of
java.time.LocalDate
when mapping sourceLocalDateTime
to targetLocalDate
(#3732)
Documentation
- Add section to README.md comparing mapstruct with Java Records (#3751)