-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.4.1
Tatu Saloranta edited this page Jun 11, 2014
·
9 revisions
Patch not yet released
-
#143: Flaw in
BufferRecycler.allocByteBuffer(int,int)
that results in performance regression (at least for CBOR format module).
-
#479: NPE on trying to deserialize a
String[]
from JSON Array that contains anull
value (regression from 2.3)
- Change
#143
(see above) forjackson-core
lead to sub-par performance: with fix in 2.4.1, write-performance throughput up to 40% higher for small/medium-sized documents.
-
#17:
ArrayIndexOutOfBounds
for large data withfloat
values