-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.9.5
Tatu Saloranta edited this page Mar 26, 2018
·
16 revisions
Patch version of 2.9, released on March 28, 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 -
#1932:
EnumMapcannot deserialize with type inclusion as property -
#1940:
Floatvalues with integer value beyondintlose precision if bound tolong -
#1941:
TypeFactory.constructFromCanonical()throws NPE for Unparameterized generic canonical strings -
#1947:
MapperFeature.AUTO_DETECT_XXXdo not work if all disabled -
#1977: Serializing
Iteratorwith multiple sub-types fails after upgrading to 2.9.x -
#1978: Using
@JsonUnwrappedannotation in builderdeserializer hangs in infinite loop
- #128: (protobuf) Fix skip unknown WireType.FIXED_64BIT value bug
-
#129: (cbor) Remove "final" modifier from
CBORParser
-
#74: (properties)
JavaPropsMapperissue deserializing multiple byte array properties
-
#27: Null value handling not supported for
OptionalwithinMultimap
-
#42: NPE from MrBean when
get()orset()is though as property
-
#98:
OffsetDateTimewith@JsonFormat(without=...)doesn't seem to work