-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.6.4
Tatu Saloranta edited this page Nov 21, 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
- #1004: Synthetic constructors confusing Jackson data binding
-
#1013:
@JsonUnwrapped
is 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
- #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
@JsonUnwrapped
annotation -
#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:
OptionalDoubleSerializer
does not overrideacceptJsonFormatVisitor
-
#50:
Instant
schema representation is incorrect for timestamps serialization
-
#27:
JSON.Feature.READ_JSON_ARRAYS_AS_JAVA_ARRAYS
does not work