-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.8.3
Tatu Saloranta edited this page Sep 17, 2016
·
8 revisions
patch version of [2.8](Jackson Release 2.8), not yet released as of August 30th, 2016.
Following fixes will be included.
-
#318: Add support for writing
byte[]viaJsonGenerator.writeEmbeddedObject()
-
#929:
@JsonCreatornot working on a factory with multiple arguments for a enum type -
#1351:
@JsonInclude(NON_DEFAULT)doesn't omit null fields -
#1353: Improve error-handling for
java.net.URLdeserialization -
#1361: Change
TokenBufferto use newwriteEmbeddedObject()if possible
-
#61: Transient fields serialized when
@XmlAccessorType(XmlAccessType.FIELD)is present