We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a71ff9 commit 67013f3Copy full SHA for 67013f3
release-notes/CREDITS-2.x
@@ -77,6 +77,11 @@ Eric Schoonover (spoon16@github)
77
matches `@JacksonXmlRootElement` localName
78
(2.12.0)
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
85
Dave Jarvis (DaveJarvis@github)
86
87
* Requested #262: Make `ToXmlGenerator` non-final
release-notes/VERSION-2.x
@@ -6,6 +6,8 @@ Project: jackson-dataformat-xml
6
7
2.12.0 (not yet released)
8
9
+#124: Deserialization if an empty list (with empty XML tag) results in `null`
10
+ (reported by Denis C)
11
#205: `XmlMapper`/`UntypedObjectDeserializer` swallows duplicated elements in
12
XML documents
13
(reported by joaovarandas@github)
0 commit comments