-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.10.3
Tatu Saloranta edited this page Feb 1, 2020
·
9 revisions
Patch version of 2.10, not yet released.
Following fixes will be included.
- #592: DataFormatMatcher#getMatchedFormatName throws NPE when no match exists
- #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
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