Skip to content

Jackson Release 2.8.3

Tatu Saloranta edited this page Sep 16, 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.

Changes, core

  • #318: Add support for writing byte[] via JsonGenerator.writeEmbeddedObject()
  • #929: @JsonCreator not 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.URL deserialization
  • #1361: Change TokenBuffer to use new writeEmbeddedObject() if possible
Clone this wiki locally