mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Add release notes
This commit is contained in:
parent
e2edb1a086
commit
5ce9c537e9
@ -1,19 +1,26 @@
|
||||
### Features
|
||||
|
||||
### Enhancements
|
||||
|
||||
* Breaking change:g (#3574) -
|
||||
* Breaking change: (#3574) -
|
||||
This reverts #2560, because we've decided that `@BeanMapping(ignoreByDefault = true)` should only be applied to target properties and not to source properties.
|
||||
Source properties are ignored anyway, the `BeanMapping#unmappedSourcePolicy` should be used to control what should happen with unmapped source policy
|
||||
|
||||
### Bugs
|
||||
|
||||
* Breaking change: Presence check method used only once when multiple source parameters are provided (#3601)
|
||||
* Fix `@SubclassMapping` not working with `@BeanMapping#ignoreUnmappedSourceProperties` (#3609)
|
||||
* Fix duplicate method generation with recursive auto mapping (#3591)
|
||||
|
||||
### Documentation
|
||||
|
||||
* Fix documentation of `unmappedSourcePolicy` default value (#3635)
|
||||
* Fix documentation link of before and after mapping when using builders (#3639)
|
||||
* Fix typo in experimental note (#3634)
|
||||
* Add example classes for the passing target type documentation (#3504)
|
||||
|
||||
### Build
|
||||
|
||||
* Enforce whitespaces around the for colon with CheckStyle (#3642)
|
||||
|
||||
## Breaking changes
|
||||
|
||||
### Presence checks for source parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user