-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.7.5
Jayson Minard edited this page Jun 5, 2016
·
15 revisions
Patch version of [2.7](Jackson Release 2.7), not yet released (May 2016).
Following fixes are to be included.
-
#280:
FilteringGeneratorDelegate.writeUTF8String()should delegate towriteUTF8String()
-
#1098: DeserializationFeature.FAIL_ON_INVALID_SUBTYPE does not work with
JsonTypeInfo.Id.CLASS -
#1223:
BasicClassIntrospector.forSerialization(...).findPropertiesshould respect MapperFeature.AUTO_DETECT_GETTERS/SETTERS -
#1225:
JsonMappingExceptionshould overridegetProcessor() -
#1228:
@JsonAnySetterdoes not deserialize null to Deserializer'sNullValue -
#1231:
@JsonSerialize(as=superType)behavior disallowed in 2.7.4 -
#1248:
Annotatedreturns raw type in place of Generic Type in 2.7.x -
#1253: Problem with context handling for
TokenBuffer, field name
- #104: HyperSchema does not generate links for nested objects
- Update to Kotlin 1.0.2
- Pull Request #5: Any fields present in the constructor do not have to be null