From c339805555c29252361267d3b13968840d1eeff5 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 6 Jun 2020 20:16:51 -0700 Subject: [PATCH] Add release notes wrt #252 (actual fix earlier but included in 2.12) --- release-notes/CREDITS-2.x | 8 +++++++- release-notes/VERSION-2.x | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 0ea597e3f..b3f5dad19 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -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 diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 2bf13f525..4f076a58a 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -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