-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.3.2
Tatu Saloranta edited this page Apr 12, 2014
·
9 revisions
Patch version released on 01-Mar-2014. Following changes included.
- #126: Revert some 1.6 back to make core lib work with Android 2.2 (FroYo) (NOTE: temporary; not merged in 2.4)
-
#129: Missing delegation method,
JsonParserDelegate.isExpectedStartArrayToken()
-
#378: Fix a problem with custom
Enumdeserializer construction -
#379: Fix a problem with (re)naming of Creator properties; needed to make Paranamer module work with
NamingStrategy - #398: Should deserialize empty (not null) URI from empty String
-
#406:
@JsonTypeIdResolvernot working with external type ids -
#411:
NumberDeserializersthrows exception withNaNand +/- Infinity -
#412:
ObjectMapper.writerWithType()does not change root name being used - Added
BeanSerializerBase._serializeObjectId()needed by modules that override standard BeanSerializer; specifically, XML module.
Changes, JAX-RS
- #40: Allow use of "text/x-json" content type by default
- #42: Add CBOR provider (using new Jackson CBOR module)
-
#43: Verify that format-specific mappers are properly overridden (like
XmlMapperfor xml)
- #15: Problem with SmileGenerator._writeBytes(...), bounds checks
-
#81: Serialization of a polymorphic class As.Property with Identity info doesn't work (NOTE! Depends on a related fix #129 in
jackson-databind, see above) -
#91:
@JsonPropertyOrdernot working correctly with attributes - #103: Serialize wrapped 'null' Lists correctly
-
#16: Adjust existing Date/Time deserializers to support
DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE
-
#39: Afterburner does not respect
JsonInclude.Include.NON_EMPTY