-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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.
-
#580: FilteringGeneratorDelegate writeRawValue delegate to
writeRaw()
instead ofwriteRawValue()
-
#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
inCollectionDeserializer.handleNonArray()
-
#2564: Fix
IllegalArgumentException
on empty input collection forArrayBlockingQueue
- #2567: Incorrect target type for arrays when providing nulls and nulls are disabled
-
#166: Incorrect
JsonParseException
Message for missing separator char
- #122: Allow multiple implementations of ws.rs