-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XmlMapper
/UntypedObjectDeserializer
mixes multiple unwrapped collections
#445
Comments
Thank you for reporting this: sounds like a problem indeed. I hope to have a look soon, will add to my todo list. |
@cowtowncoder I'm happy to give it a try. To be sure, the expected behavior is that the XML is serialized into
? After a quick look, the issue seems to be coming from the way we handle duplicates in |
@Migwel yes definitely that would be expected. One easy thing to start with would be to write a simple test case, along with ones that exist, under "src/test/java/.../failing" in |
Hi I found an issue with deserializing xml node containg multiple unwrapped collections.
Entity
Code
Output
Problem
Could not deserialize node that contains multiple unwrapped collections. If I remove one
surname
, so thatname
is the only collection - it works properly.Version: 2.12.1
The text was updated successfully, but these errors were encountered: