File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,13 @@ Denis Chernyshov (danblack@github)
81
81
82
82
* Reported #124 : Deserialization if an empty list (with empty XML tag) results in `null`
83
83
(2.12.0 )
84
-
84
+
85
+ Julien Debon (Sir4ur0n@github)
86
+
87
+ * Reported #252 : Empty (or self-closing) Element representing `List` is incorrectly
88
+ deserialized as null, not Empty List
89
+ (2.12.0 )
90
+
85
91
Dave Jarvis (DaveJarvis@github)
86
92
87
93
* Requested #262 : Make `ToXmlGenerator` non-final
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Project: jackson-dataformat-xml
13
13
(reported by joaovarandas@github)
14
14
#226 : XML to JSON - IOException when parsing XML with XMLMapper
15
15
(reported by dbories@github)
16
+ #252 : Empty (or self-closing) Element representing `List` is incorrectly
17
+ deserialized as null, not Empty List
18
+ (reported by Julien D)
16
19
#262 : Make `ToXmlGenerator` non-final
17
20
(requested by Dave J)
18
21
#273 : Input mismatch with case -insensitive properties
You can’t perform that action at this time.
0 commit comments