-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.5.4
Tatu Saloranta edited this page Jun 10, 2015
·
13 revisions
Patch version of [2.5](Jackson Release 2.5), released Jun 9, 2015.
- #676: Deserialization of class with generic collection inside depends on how is was deserialized first time
- #771: Annotation bundles ignored when added to Mixin
-
#774:
NPEfromSqlDateSerializeras_useTimestampis not checked for being null -
#785: Add handling for classes which are available in
Thread.currentThread().getContextClassLoader() - #792: Ensure Constructor Parameter annotations are linked with those of Field, Getter, or Setter
-
#793:
ObjectMapper.readTree()does not work with defaultTyping enabled -
#801: Using
@JsonCreatorcause generating invalid path reference inJsonMappingException -
#815: Presence of
PropertyNamingStrategymakes deserialization fail - #816: Allow date-only ISO strings to have no time zone.
- #60: Configured date/time format not considered when serializing Joda Instant
- #24: ZoneId type information improperly handled when default typing enabled
- #63: Support JAX-RS 2.0 in OSGi environment for Smile, CBOR too