-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.6.3
Tatu Saloranta edited this page Sep 28, 2015
·
25 revisions
Patch version of [2.6](Jackson Release 2.6), not yet released (as of September 2015)
-
#749:
EnumMapserialization ignoresSerializationFeature.WRITE_ENUMS_USING_TO_STRING -
#938: Regression:
StackOverflowErrorwith recursive types that containMap.Entry - #939: Regression: DateConversionError in 2.6.x
-
#940: Add missing
hashCode()implementations forJsonNodetypes that did not have them -
#941: Deserialization from
{}toObjectNodefield causes "out of END_OBJECT token" error - #943: Incorrect serialization of enum map key
- #944: Failure to use custom deserializer for key deserializer
- #949: Report the offending substring when number parsing fails
-
#25: Should ignore
staticmethods (setter/getter)