-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.3.2
Tatu Saloranta edited this page Feb 28, 2014
·
9 revisions
Patch release has not yet been made (as of 28-Feb-2014).
Here are the changes scheduled for this patch release.
- #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)