You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jackson version: latest (I will submit a failing test).
When using JsonIdentityInfo, if both sides of the reference contain an unwrapped list, then various exceptions are thrown depending on the exact structure of the rest of the XML. It looks like the parser has stumbled off course somehow and swallows up subsequent elements, getting itself into a bit of a mess.
For the moment, the workaround is to not use unwrapped lists on both sides of the relationship when using JsonIdentityInfo
The text was updated successfully, but these errors were encountered:
This has been fixed at some point it seems; marking as fixed for 2.15.
cowtowncoder
changed the title
Conflict between JsonIdentityInfo and Unwrapped Lists
Conflict between @JsonIdentityInfo and Unwrapped Lists
Mar 21, 2023
Jackson version: latest (I will submit a failing test).
When using JsonIdentityInfo, if both sides of the reference contain an unwrapped list, then various exceptions are thrown depending on the exact structure of the rest of the XML. It looks like the parser has stumbled off course somehow and swallows up subsequent elements, getting itself into a bit of a mess.
For the moment, the workaround is to not use unwrapped lists on both sides of the relationship when using JsonIdentityInfo
The text was updated successfully, but these errors were encountered: