-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.10.3
Tatu Saloranta edited this page Mar 3, 2020
·
9 revisions
Patch version of 2.10, released on 03-Mar-2020.
Following fixes are included.
- #592: DataFormatMatcher#getMatchedFormatName throws NPE when no match exists
- #603: 'JsonParser.getCurrentLocation()` byte/char offset update incorrectly for big payloads
-
#2482:
JSONMappingException
Location
column number is one line Behind the actual location - #2599: NoClassDefFoundError at DeserializationContext. on Android 4.1.2 and Jackson 2.10.0
- #2602: ByteBufferSerializer produces unexpected results with a duplicated ByteBuffer and a position > 0
-
#2605: Failure to deserialize polymorphic subtypes of base type
Enum
-
#2610:
EXTERNAL_PROPERTY
doesn't work with@JsonIgnoreProperties
Changes, JAX-RS
-
#120: Incorrect export of
com.fasterxml.jackson.jaxrs.json
for JSON provider
- #218: Serialization of case class with overridden attributes not working