-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.3.1
Tatu Saloranta edited this page Mar 6, 2018
·
6 revisions
Patch release was made in 28-Dec-2013 and contains following fixes
No functional changes.
-
#346: Fix problem deserializing
ObjectNode, with@JsonCreator, empty JSON Object -
#358:
IterableSerializerignoring annotated content serializer -
#361: Reduce sync overhead for
SerializerCacheby usingvolatile, double-locking -
#362: UUID output as Base64 String with
ObjectMapper.convertValue() -
#367: Make
TypeNameIdResolvercallTypeResolverfor resolving base type. - Related: fix for Afterburner#38 -- need to remove
@JacksonStdImplfromRawSerializer, to avoid accidental removal of proper handling.
Changes, JAX-RS
- #37: Enable use of JAX-RS 2.0 API
-
#84: Problem with
@JacksonXmlTextwhen property output is suppressed
-
#21:
DateTimeSerializershould take the configured time zone into account
-
#38: Handling of
@JsonRawValuebroken (requires 2.3.1 ofjackson-databindas well)