Skip to content

Jackson Release 2.10.2

Tatu Saloranta edited this page Dec 11, 2019 · 22 revisions

Patch version of 2.10, not yet released.

Following fixes will be included.

Changes, core

  • #580: FilteringGeneratorDelegate writeRawValue delegate to writeRaw() instead of writeRawValue()
  • #582: FilteringGeneratorDelegate bug when filtering arrays (in 2.10.1)
  • #2544: java.lang.NoClassDefFoundError Thrown for compact profile1
  • #2553: JsonDeserialize(contentAs=...) broken with raw collections
  • #2556: Contention in TypeNameIdResolver.idFromClass()
  • #2560: Check WRAP_EXCEPTIONS in CollectionDeserializer.handleNonArray()
  • #2564: Fix IllegalArgumentException on empty input collection for ArrayBlockingQueue
  • #2567: Incorrect target type for arrays when providing nulls and nulls are disabled

Changes, data formats

  • #166: Incorrect JsonParseException Message for missing separator char

Changes, other

  • #122: Allow multiple implementations of ws.rs
Clone this wiki locally