File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -444,3 +444,9 @@ Ross Goldberg
444444 * Reported #1165, provided fix for: `CoreXMLDeserializers` does not handle
445445 time-only `XMLGregorianCalendar`s
446446 (2.8.0)
447+
448+ Mikhail Kokho (mkokho@github)
449+ * Contributed impl for #990: Allow failing on `null` values for creator (add
450+ `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`)
451+ (2.8.0)
452+
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Project: jackson-databind
66
772.8.0 (not released yet)
88
9+ #990: Allow failing on `null` values for creator (add
10+ `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`)
11+ (contributed by mkokho@github)
912#1084: Change `TypeDeserializerBase` to take `JavaType` for `defaultImpl`, NOT `Class`
1013#1126: Allow deserialization of unknown Enums using a predefined value
1114 (contributed by Alejandro R)
You can’t perform that action at this time.
0 commit comments