Skip to content

Commit

Permalink
Merge branch '2.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 12, 2019
2 parents c3d432f + a037f98 commit 60d8a0b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,8 @@ public enum MapperFeature implements ConfigFeature
* merging is skipped and new value is created (<code>true</code>) or
* an exception is thrown (false).
*<p>
* Feature is disabled by default since non-mergeable property types are ignored
* even if defaults call for merging, and usually explicit per-type or per-property
* settings for such types should result in an exception.
* Feature is enabled by default, to allow use of merge defaults even in presence
* of some unmergeable properties.
*/
IGNORE_MERGE_FOR_UNMERGEABLE(true)

Expand Down

0 comments on commit 60d8a0b

Please sign in to comment.