mapstruct/NEXT_RELEASE_CHANGELOG.md
2024-11-09 12:20:14 +01:00

10 lines
352 B
Markdown

### 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 source `LocalDateTime` to target `LocalDate` (#3732)
### Documentation
* Add section to README.md comparing mapstruct with Java Records (#3751)