Skip to content

Jackson Release 2.8.1

Tatu Saloranta edited this page Jul 15, 2016 · 6 revisions

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

Following fixes will be included.

Changes, core

  • #1256: Optional.empty() not excluded if property declared with type Object
  • #1288: Type id not exposed for JsonTypeInfo.As.EXTERNAL_PROPERTY even when visible set to true
  • #1289: Optimize construction of ArrayList, LinkedHashMap instances
  • #1291: Backward-incompatible behaviour of 2.8: deserializing enum types with two static factory methods fail by default
  • #1297: Deserialization of generic type with Map.class

Changes, JAX-RS

  • #87: JacksonJaxbJsonProvider should use the real "value.getClass()" to build the root type
Clone this wiki locally