-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.4.4
christophercurrie edited this page Dec 2, 2014
·
20 revisions
Patch version of [2.4](Jackson Release 2.4), released on November 24, 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. - #610: Fix forward (Object Id) reference in hierarchies
-
#54: Encounter
ArrayIndexOutOfBoundsExceptionin the corner case delimiter or end-of-line happened to be the leading character of a segment buffer
- #27: OSGI bundle does not work due to shading