Skip to content

Jackson Release 2.4.2

Tatu Saloranta edited this page Jul 16, 2014 · 11 revisions

Patch not yet released.

Micro-patches

Between 2.4.1 and 2.4.2, following micro-patches have been released:

  • jackson-databind 2.4.1.1 (18-Jun-2014): #491 (see below)
  • jackson-core 2.4.1.1 (09-Jul-2014): #145 (see below)
  • jackson-dataformat-smile 2.4.1.1 (15-Jul-2014): #18 (see below)

these patches are stand-alone ones in that their dependencies point to 2.4.1 for other components; they are meant to be used for emergency-patching for critical issues. Most users should not need to use these patches, and should instead just upgrade to 2.4.2 when it is available.

Changes, core

  • #145: NPE at BytesToNameCanonicalizer (NOTE: part of 2.4.1.1 micro-patch)
  • #491: Work around for issue #490, problems with deserialization of Object Ids. (NOTE: part of 2.4.1.1 micro-patch)

Changes, data formats

  • #18: Shared keys can cause unescaped write of BYTE_MARKER_END_OF_CONTENT

Clone this wiki locally