forked from FasterXML/jackson
-
Notifications
You must be signed in to change notification settings - Fork 0
Jackson Release 2.3.2
Kim, Joo Hyuk edited this page Oct 12, 2023
·
3 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
Enum
deserializer 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:
@JsonTypeIdResolver
not working with external type ids -
#411:
NumberDeserializers
throws exception withNaN
and +/- 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
XmlMapper
for 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:
@JsonPropertyOrder
not 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