-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Jackson gets confused by parent list element #314
Comments
What exception do you get? Could you provide the stacktrace? |
Does this question mean that these tests pass for you? |
No, I was just wondering if I had the same error as you. |
I suspect this might be fixed by changes coming 2.11.1, but need to verify. |
I can reproduce the issue with 2.11(.1), will add failing test, hoping to investigate more in near future. |
Using Jackson 2.9.7, it fails to deserialize xml elements if they are in a specific order. Changing order works around the problem. The 'problematic' elements are in a collection element. Unboxing those works around the problem as well. See this test class:
Expected behavior: all tests should pass.
The text was updated successfully, but these errors were encountered: