Skip to content

Jackson Release 2.8.5

Tatu Saloranta edited this page Nov 10, 2016 · 17 revisions

Patch version of [2.8](Jackson Release 2.8), not yet released (as of Oct 14, 2016).

Following fixes are to be included.

Changes, core

  • #1417: Further issues with @JsonInclude with NON_DEFAULT
  • #1429: StdKeyDeserializer can erroneously use a static factory method with more than one argument
  • #1432: Off by 1 bug in PropertyValueBuffer
  • #1439: NPE when using with filter id, serializing java.util.Map types
  • #1441: Failure with custom Enum key deserializer, polymorphic types
  • #1445: Map key deserializerModifiers() ignored

Changes, data formats

  • #31: Exception serializing double[][]

Changes, datatypes

  • #6: (further fixes to earlier incomplete fix) Multimap does not support DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY

Changes, JAX-RS

  • #91: Implemented dynamic selection of NoContentException to try to support JAX-RS 1.x

Changes, other modules

  • #117: Deserialisation of enums does not respect ordering
Clone this wiki locally