-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.14.3
Tatu Saloranta edited this page May 4, 2023
·
20 revisions
Patch version of 2.14, under development as of March 2023.
Following fixes will be included in this patch release.
- #909: Revert schubfach changes in #854
- #912: Optional padding Base64Variant still throws exception on missing padding character
-
#967: Address performance issue with
BigDecimalParser
- #990: Backport removal of BigDecimal to BigInt conversion
- #1004: FastDoubleParser license
-
#1012: Got
NegativeArraySizeException
when callingwriteValueAsString()
-
#3784:
PrimitiveArrayDeserializers$ByteDeser.deserialize
ignoresDeserializationProblemHandler
for invalid Base64 content - #3837: Set transformer factory attributes to improve protection against XXE
-
#354: Some artifacts missing
NOTICE
,LICENSE
files
-
#378: Some artifacts missing
NOTICE
,LICENSE
files
-
#366:
CBORGenerator.writeRawUTF8String()
seems to ignore offset
-
#104:
ArrayListMultimapDeserializer
does not support multimaps inside another object as a property -
#92:
@JsonDeserialize.contentConverter
does not work for non-builtin collections
- #199: jaxb and jakarta-xmlbind put module-info in versions/11
- Fix Gradle Module Metadata for Afterburner, Blackbird
-
#102: Missing module-info dependency from
jackson-jr-annotation-support