-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.8.11
Tatu Saloranta edited this page Dec 19, 2017
·
13 revisions
Patch version of 2.8, not yet released.
Following fixes will be included.
-
#418:
ArrayIndexOutOfBoundsExceptionfrom UTF32Reader.read on invalid input
- #1604: Nested type arguments doesn't work with polymorphic types
-
#1767: Allow
DeserializationProblemHandlerto respond to primitive types -
#1768: Improve
TypeFactory.constructFromCanonical()to work withjava.lang.reflect.Type.getTypeName()format -
#1804:
ValueInstantiator.canInstantiate()ignorescanCreateUsingArrayDelegate() -
#1807: Jackson-databind caches plain map deserializer and use it even map has
@JsonDeserializer - #1855: Blacklist for more serialization gadgets (dbcp/tomcat, spring)
- #106: (protobuf) fix calling _skipUnknownValue() twice
- #108: (protobuf) fix NPE in skip unknown nested key
- #126: (protobuf) always call checkEnd() when skip unknown field
-
#33:
@JsonSerializewithnullUsingoption not working forStringproperties
-
#31:
@JsonAppendcausesIllegalStateExceptionUnsupported annotated memberwithJaxbAnnotationModule