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