-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.11.1
Tatu Saloranta edited this page May 22, 2020
·
20 revisions
Patch version of 2.11, not yet released (as of May 2020).
Following fixes will be included.
- #2486: Builder Deserialization with JsonCreator Value vs Array
- #2725: JsonCreator on static method in Enum and Enum used as key in map fails randomly
-
#86: Can not deserialize unwrapped list when
@JacksonXmlProperty
localName matches@JacksonXmlRootElement
localName - #294: XML parser error with nested same element names
-
#301: Problem deserializing POJO with unwrapped
List
, ignorable attribute value - #389: Exception when serializing with type via mapper.writerFor(type).write(...)
-
#393:
MismatchedInputException
for nested repeating element name inList
-
#399: Can not deserialize unwrapped list when
@JacksonXmlProperty
localName matches the parent's localName
-
#51:
YAMLParser._locationFor()
does not use index available fromMark