Skip to content

Jackson Release 2.8.2

Tatu Saloranta edited this page Aug 30, 2016 · 10 revisions

A patch version of [2.8](Jackson Release 2.8), not yet released as of August 11th, 2016.

Following fixes will be included.

Changes, core

  • #1315: Binding numeric values can BigDecimal lose precision
  • #1327: Class-level @JsonInclude(JsonInclude.Include.NON_EMPTY) is ignored
  • #1335: Unconditionally call TypeIdResolver.getDescForKnownTypeIds()

Changes, dataformats

  • #27: (protobuf) Fixed long deserialization problem for longs of ~13digit length
  • #65: Feature.MINIMIZE_QUOTES needs to write numbers as strings with quotes

Changes, data types

  • #96: Improve SERIALIZE_IDENTIFIER_FOR_LAZY_NOT_LOADED_OBJECTS feature
Clone this wiki locally