-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.4.1
Tatu Saloranta edited this page Jul 9, 2014
·
9 revisions
Patch released 16-Jun-2014
-
#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 anullvalue (regression from 2.3)
-
#8: Error in creating Avro Schema for
java.util.Date(and related) type.
- Change
#143(see above) forjackson-corelead to sub-par performance: with fix in 2.4.1, write-performance throughput up to 40% higher for small/medium-sized documents.
-
#17:
ArrayIndexOutOfBoundsfor large data withfloatvalues
-
#117:
@JsonAnyGetter+@JsonTypeInfocombination prevents serialization of properties as elements
- #4: JSON schema generation with Jackson goes into infinite loop