Skip to content

Commit 4a2d8f4

Browse files
committed
Update release notes wrt #1912
1 parent 8098ff3 commit 4a2d8f4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,3 +744,8 @@ Joe Schafer (jschaf@github)
744744
(2.9.4)
745745
* Reported #1907: Remove `getClass()` from `_valueType` argument for error reporting
746746
(2.9.4)
747+
748+
Deblock Thomas (deblockt@github)
749+
* Reported, contributed fix for #1912: `BeanDeserializerModifier.updateBuilder()` does not
750+
work to set custom deserializer on a property (since 2.9.0)
751+
(contributed by Deblock T)

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Project: jackson-databind
99
#1911: Allow serialization of `BigDecimal` as String, using
1010
`@JsonFormat(shape=Shape.String)`, config overrides
1111
(suggested by cen1@github)
12+
#1912: `BeanDeserializerModifier.updateBuilder()` not work to set custom
13+
deserializer on a property (since 2.9.0)
14+
(contributed by Deblock T)
1215

1316
2.9.4 (24-Jan-2018)
1417

0 commit comments

Comments
 (0)