Add release notes

This commit is contained in:
Filip Hrisafov 2024-07-20 16:27:04 +02:00
parent e2edb1a086
commit 5ce9c537e9

View File

@ -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