-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.9.5
Tatu Saloranta edited this page Feb 14, 2018
·
16 revisions
Patch version of 2.9, not yet released (as of January 2018).
Following fixes are included.
-
#1911: Allow serialization of
BigDecimal
as String, using@JsonFormat(shape=Shape.String)
, config overrides -
#1912:
BeanDeserializerModifier.updateBuilder()
not work to set custom deserializer on a property (since 2.9.0)
-
#27: Null value handling not supported for
Optional
withinMultimap