File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ Eric Schoonover (spoon16@github)
77
77
matches `@JacksonXmlRootElement` localName
78
78
(2.12.0 )
79
79
80
+ Denis Chernyshov (danblack@github)
81
+
82
+ * Reported #124 : Deserialization if an empty list (with empty XML tag) results in `null`
83
+ (2.12.0 )
84
+
80
85
Dave Jarvis (DaveJarvis@github)
81
86
82
87
* Requested #262 : Make `ToXmlGenerator` non-final
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Project: jackson-dataformat-xml
6
6
7
7
2.12.0 (not yet released)
8
8
9
+ #124 : Deserialization if an empty list (with empty XML tag) results in `null`
10
+ (reported by Denis C)
9
11
#205 : `XmlMapper`/`UntypedObjectDeserializer` swallows duplicated elements in
10
12
XML documents
11
13
(reported by joaovarandas@github)
You can’t perform that action at this time.
0 commit comments