Skip to content

Commit

Permalink
Add release notes wrt #252 (actual fix earlier but included in 2.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 7, 2020
1 parent 35555a2 commit c339805
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ Denis Chernyshov (danblack@github)

* Reported #124: Deserialization if an empty list (with empty XML tag) results in `null`
(2.12.0)


Julien Debon (Sir4ur0n@github)

* Reported #252: Empty (or self-closing) Element representing `List` is incorrectly
deserialized as null, not Empty List
(2.12.0)

Dave Jarvis (DaveJarvis@github)

* Requested #262: Make `ToXmlGenerator` non-final
Expand Down
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Project: jackson-dataformat-xml
(reported by joaovarandas@github)
#226: XML to JSON - IOException when parsing XML with XMLMapper
(reported by dbories@github)
#252: Empty (or self-closing) Element representing `List` is incorrectly
deserialized as null, not Empty List
(reported by Julien D)
#262: Make `ToXmlGenerator` non-final
(requested by Dave J)
#273: Input mismatch with case-insensitive properties
Expand Down

0 comments on commit c339805

Please sign in to comment.