Can not deserialize unwrapped list when @JacksonXmlProperty
localName matches the parent's localName
#399
Milestone
@JacksonXmlProperty
localName matches the parent's localName
#399
Example code is here (requires Maven; simply run 'mvn test' to see the failure):
fullStackAngularSpringBoot.zip
Tested with latest 2.12.0-snapshot as of yesterday.
Below is the minimal xml it takes to expose the issue:
Where both main and test are very simple POJOs.
See Main.java:
Test.java:
Below is the exception:
This issue is related to the other bug but the reporter closed the issue after he found a workaround. I'll probably end up doing the same to resolve our issue but it would be ideal if we could get this fix ported into 2.11 if possible. Thanks!
The text was updated successfully, but these errors were encountered: