Skip to content

Commit 4d99b8a

Browse files
committed
update release notes wrt #990
1 parent 236fdd9 commit 4d99b8a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

release-notes/CREDITS

+6
Original file line numberDiff line numberDiff 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+

release-notes/VERSION

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Project: jackson-databind
66

77
2.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)

0 commit comments

Comments
 (0)