-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.4.3
cowtowncoder edited this page Sep 20, 2014
·
21 revisions
Patch version, not yet released.
- #523: 1MapDeserializer` and friends do not report the field/key name for mapping exceptions
-
#524:
@JsonIdentityReference(alwaysAsId = true)
Custom resolver is reset toSimpleObjectIdResolver
. -
#541:
@JsonProperty
in@JsonCreator
is conflicting with POJOs getters/attributes - #543: Problem resolving self-referential generic types (work-around, not full fix)
- #5: Support binary (byte[]) Object keys (assuming UTF-8 encoding)
- #6: Support 'self-describe' CBOR tag
-
#45: Can't use
LocalTime
,LocalDate
&LocalDateTime
as Key type for a MapInterval deserialization fails for negative start instants -
#46:
Interval
deserialization fails for negative start instants
-
#34: NPE when generating schema for class with
@JsonValue
annotation overarray
/Collection
-
#43: Problem deserializing type with one polymorphic property that uses inclusion of
As.EXTERNAL_PROPERTY