Skip to content

Jackson Release 2.7.7

Tatu Saloranta edited this page Aug 25, 2016 · 12 revisions

Patch version of [2.7](Jackson Release 2.7), not yet released as of 10-Aug-2016

Following fixes will be included.

Changes, core

  • #307: JsonGenerationException: Split surrogate on writeRaw() input thrown for input of certain size
  • #1322: EnumMap keys not using enum's @JsonProperty values unlike Enum values
  • #1332: ArrayIndexOutOfBoundException for enum by index deser

Changes, data formats

  • #128: Write out headers even if no data rows written

Protobuf

  • #27: Fixed long deserialization problem for longs of ~13digit length
  • #204: FromXMLParser.nextTextValue() incorrect for attributes
Clone this wiki locally