Skip to content

Jackson Release 2.8.4

Tatu Saloranta edited this page Sep 29, 2016 · 16 revisions

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

Following fixes are to be included.

Changes, core

  • #1383: Problem with @JsonCreator with 1-arg factory-method, implicit param names
  • #1384: @JsonDeserialize(keyUsing = ...) does not work correctly together with DefaultTyping.NON_FINAL
  • #1385: Polymorphic type lost when using @JsonValue
  • #1389: Problem with handling of multi-argument creator with Enums

Changes, data formats

  • #211: Disable SUPPORT_DTD for XMLInputFactory unless explicitly overridden

Changes, other modules

  • #112: Update LinkDescriptionObject to remove redundant 'jsonSchema' property
  • #22: Allow use of Guice 4.x (still only require 3.x) #22
Clone this wiki locally