File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -444,3 +444,9 @@ Ross Goldberg
444
444
* Reported #1165, provided fix for: `CoreXMLDeserializers` does not handle
445
445
time-only `XMLGregorianCalendar`s
446
446
(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
6
6
7
7
2.8.0 (not released yet)
8
8
9
+ #990: Allow failing on `null` values for creator (add
10
+ `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`)
11
+ (contributed by mkokho@github)
9
12
#1084: Change `TypeDeserializerBase` to take `JavaType` for `defaultImpl`, NOT `Class`
10
13
#1126: Allow deserialization of unknown Enums using a predefined value
11
14
(contributed by Alejandro R)
You can’t perform that action at this time.
0 commit comments