-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.4.4
cowtowncoder edited this page Nov 9, 2014
·
20 revisions
Patch version of [2.4](Jackson Release 2.4), not yet released (Oct 2014)
-
#157:
ArrayIndexOutOfBoundsExceptionfor numbers longer than 200 characters (NOTE: regression, not affecting 2.3) -
#158: Setter confusion on assignable types (actually, belongs under
databind)
-
#245: Calls to
ObjectMapper.addMixInAnnotations()on an instance returned byObjectMapper.copy()don't work - #580: delegate deserializers choke on a (single) abstract/polymorphic parameter
-
#590: Binding invalid
Currencygives nonsense at end of the message -
#592: Wrong
TokenBufferdelegate deserialization using@JsonCreator -
#601: ClassCastException for a custom serializer for enum key in
EnumMap -
#604:
Mapdeserializers were not being cached, causing performance issues due to lock congestion.
-
#54: Encounter
ArrayIndexOutOfBoundsExceptionin the corner case delimiter or end-of-line happened to be the leading character of a segment buffer
-
#47: Static
VisitorContextresults in incomplete JSON schema output