-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.8.8
Tatu Saloranta edited this page Mar 20, 2017
·
16 revisions
Patch version of 2.8, not yet released.
Following fixes will be included.
-
#359:
FilteringGeneratorDelegate
does not overridewriteStartObject(Object forValue)
-
#1533:
AsPropertyTypeDeserializer
ignoresDeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT
- #1543: JsonFormat.Shape.NUMBER_INT does not work when defined on enum type in 2.8
- #58: Regression due to changed namespace of inner enum types
-
#62:
java.lang.ArrayIndexOutOfBoundsException
atCBORGenerator.java:548
- #54: Some fields are left null
-
#72: Add
YAMLGenerator.Feature.LITERAL_BLOCK_STYLE
for String output
-
#17: Cached
Optional
serializer does not apply annotations for POJO properties