-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.11.1
Tatu Saloranta edited this page Jun 25, 2020
·
20 revisions
Patch version of 2.11, released 25th June 2020.
Following fixes are 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
-
#2755:
StdSubtypeResolveris not thread safe (possibly due to copy not being made withObjectMapper.copy()) -
#2757: "Conflicting setter definitions for property" exception for
Mapsubtype during deserialization - #2758: Fail to deserialize local Records
- #2759: Rearranging of props when property-based generator is in use leads to incorrect output
-
#2767:
DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYSdon't supportMaptype field - #2770: JsonParser from MismatchedInputException cannot getText() for floating-point value
-
#86: Can not deserialize unwrapped list when
@JacksonXmlPropertylocalName matches@JacksonXmlRootElementlocalName - #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:
MismatchedInputExceptionfor nested repeating element name inList -
#399: Can not deserialize unwrapped list when
@JacksonXmlPropertylocalName matches the parent's localName -
#404: Make
@JacksonXmlElementWrapperindicate XML property
-
#51:
YAMLParser._locationFor()does not use index available fromMark -
#201: Improve
MINIMIZE_QUOTEShandling to avoid quoting for some uses of#and:
- #97: (partial fix) Afterburner breaks serialization of ObjectMapper
-
#72: Duplicate classes from
com.fasterxml.jackson.jr.obandcom.fasterxml.jackson.jr.typein 2.11.0