-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.9.5
Tatu Saloranta edited this page Feb 24, 2018
·
16 revisions
Patch version of 2.9, not yet released (as of February 2018).
Following fixes are included.
-
#1911: Allow serialization of
BigDecimalas String, using@JsonFormat(shape=Shape.String), config overrides -
#1912:
BeanDeserializerModifier.updateBuilder()not work to set custom deserializer on a property (since 2.9.0) -
#1931: Two more
c3p0gadgets to exploit default typing issue -
#1940:
Floatvalues with integer value beyondintlose precision if bound tolong
-
#74: (properties)
JavaPropsMapperissue deserializing multiple byte array properties
-
#27: Null value handling not supported for
OptionalwithinMultimap