Skip to content

Commit c339805

Browse files
committed
Add release notes wrt #252 (actual fix earlier but included in 2.12)
1 parent 35555a2 commit c339805

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

release-notes/CREDITS-2.x

+7-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ Denis Chernyshov (danblack@github)
8181

8282
* Reported #124: Deserialization if an empty list (with empty XML tag) results in `null`
8383
(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+
8591
Dave Jarvis (DaveJarvis@github)
8692

8793
* Requested #262: Make `ToXmlGenerator` non-final

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Project: jackson-dataformat-xml
1313
(reported by joaovarandas@github)
1414
#226: XML to JSON - IOException when parsing XML with XMLMapper
1515
(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)
1619
#262: Make `ToXmlGenerator` non-final
1720
(requested by Dave J)
1821
#273: Input mismatch with case-insensitive properties

0 commit comments

Comments
 (0)