-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.5.2
Tatu Saloranta edited this page Apr 1, 2015
·
14 revisions
Patch version of [2.5](Jackson Release 2.5). Released on March 30, 2015.
- #609: Problem resolving locally declared generic type
-
#691:
NullSerializer
forMapProperty
failing -
#703: Multiple calls to
ObjectMapper#canSerialize(Object.class)
return different values -
#705:
JsonAnyGetter
doesn't work with@JsonSerialize
(except with keyUsing) -
#728:
TypeFactory._fromVariable()
returnsunknownType()
even though it has enough information to provide a more specific type -
#733:
MappingIterator
should move past errors or not return hasNext() == true
- #66: Deserializing an empty string as an array field return a non-empty list of one empty String
-
#69:
SequenceWriter#write(null)
writes a single null, not an entire row of nulls
-
#62: Add
com.google.common.hash
to OSGi import list
-
#20: Enhance YearMonth Serialization/Deserialization to allow custom formatting with
@JsonFormat
-
#61: Fix disabling of
JaxRSFeature
(was always enabling features)
-
#52: Invalidating
SerializationInclusion.NON_NULL
of other modules
- #20: Support handling of "unwrapped" POJOs
- #20: Serialized beans have extra parameters in JSON