-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.4.2
Tatu Saloranta edited this page Jul 16, 2014
·
11 revisions
Patch not yet released.
Between 2.4.1 and 2.4.2, following micro-patches have been released:
-
jackson-databind2.4.1.1 (18-Jun-2014): #491 (see below) -
jackson-core2.4.1.1 (09-Jul-2014): #145 (see below) -
jackson-dataformat-smile2.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.
- #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)
- #18: Shared keys can cause unescaped write of BYTE_MARKER_END_OF_CONTENT