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
So when there is a new attribute at a string field, jackson somehow creates additional objects of the parent list instead of ignoring it.
Expected size of list of One ist 1, but it will be two. Each tag after the broken String causes creation of another 'One'.
Tested with Jackson 2.9.9 and 2.10.3
So when there is a new attribute at a string field, jackson somehow creates additional objects of the parent list instead of ignoring it.
Expected size of list of One ist 1, but it will be two. Each tag after the broken String causes creation of another 'One'.
The text was updated successfully, but these errors were encountered: