-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.7.7
Tatu Saloranta edited this page Aug 25, 2016
·
12 revisions
Patch version of [2.7](Jackson Release 2.7), not yet released as of 10-Aug-2016
Following fixes will be included.
- #307: JsonGenerationException: Split surrogate on writeRaw() input thrown for input of certain size
-
#315:
OutOfMemoryError
when writingBigDecimal
-
#1322:
EnumMap
keys not using enum's@JsonProperty
values unlike Enum values -
#1332:
ArrayIndexOutOfBoundException
for enum by index deser - #1344: Deserializing locale assumes JDK separator (underscore), does not accept RFC specified (hyphen)
- #128: Write out headers even if no data rows written
- #132: Invalid UTF8-character in non-UTF8 file is detected too early, so parsing can not be continued
- #27: Fixed long deserialization problem for longs of ~13digit length
-
#204:
FromXMLParser.nextTextValue()
incorrect for attributes