-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.6.4
Tatu Saloranta edited this page Nov 25, 2015
·
24 revisions
Patch version of [2.6](Jackson Release 2.6), not yet released (as of Oct 2015).
- #984: JsonStreamContexts are not build the same way for write.. and convert methods
- #989: Deserialization from "{}" to java.lang.Object causes "out of END_OBJECT token" error
-
#1003:
JsonTypeInfo.As.EXTERNAL_PROPERTYdoes not work with a Delegate - #1004: Synthetic constructors confusing Jackson data binding
-
#1013:
@JsonUnwrappedis not treated as assuming@JsonProperty("")
-
#23:
MapWriteContext.createChildObjectContext()should call_schema.getValueType() - #26: Should indicate type that was requested when complaining about Any not being supported
-
#27: Support serialization of
BigDecimalvalues
- #90: Unexpected output with arrays starting with a null/empty element
- #98: Escape char is not being escaped during serialization
-
#20: fails to serialize empty Optional with
@JsonUnwrappedannotation -
#21: Manifest file missing OSGi import for
com.fasterxml.jackson.databind.introspect -
#23: Fix an NPE for
Optional<Boolean>when coercing from empty JSON String -
#25:
OptionalDoubleSerializerdoes not overrideacceptJsonFormatVisitor -
#26:
@JsonUnwrappedon Optional value does not propagate prefix to schema
-
#50:
Instantschema representation is incorrect for timestamps serialization
-
#27:
JSON.Feature.READ_JSON_ARRAYS_AS_JAVA_ARRAYSdoes not work