-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.0.2
Tatu Saloranta edited this page Nov 7, 2025
·
15 revisions
Patch version of 3.0, released on Nov 7, 2025.
Following fixes are included in this patch release.
-
#114: Add
jackson-datatype-hibernate3.x versions
- #363: UTF-8 decoding should fail on Surrogate characters (0xD800 - 0xDFFF)
-
#708:
FilteringParserDelegatecannot deserialize empty list -
#1180:
JsonLocationoff for unrecognized tokens -
#1491: Mismatched property name for byte-backed
JsonParser.nextNameMatch(PropertyNameMatcher) -
#1498: Jackson 3 breaks
FastDoubleParser- problem with shading - #1500: Add checks for surrogate pairing for UTF-8 generation
-
#5203: Fix
nullhandling ofEnumSetDeserializer -
#5373: Wrong setter is used when deserializing from
InputStream(orbyte[])- NOTE: actual fix via [jackson-core#1491]
-
#114:
XmlMapperdoes not supportStreamReadFeature.STRICT_DUPLICATE_DETECTION
- #316: Partially shaded Bytebuddy classes found under META-INF/versions/9 in jackson-module-mrbean-3.0.0.jar
-
#210: Support reading
boolean[]/short[]/float[]values