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