-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.7.1
Tatu Saloranta edited this page Mar 20, 2017
·
11 revisions
Patch version of 2.7, released February 2nd, 2016.
-
#1079: Add back
TypeFactory.constructType(Type, Class)as "deprecated" in 2.7.1 -
#1083: Field in base class is not recognized, when using
@JsonType.defaultImpl -
#1095: Prevent coercion of
intfrom empty String tonullifDeserializationFeature .FAIL_ON_NULL_FOR_PRIMITIVESistrue -
#1102: Handling of deprecated
SimpleType.construct()too minimalistic -
#1109:
@JsonFormatis ignored byDateSerializerunless either a custom pattern or a timezone are specified
- #19: Fix reported location after non-stream input has been parsed.
-
#87: OSGi import missing for
com.fasterxml.jackson.annotation.JsonInclude$Value
-
#56: Handle JSON serialized Dates from JavaScript in LocalDateDeserializer (follow up for earlier
#28) -
#57: Add support for
@JsonFormatforMonthDay
-
#63: Revert back expansion of
NON_EMPTYhandling