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
The issue turned out to be related to Spring's Jackson2JsonTokenzier skipping over nested start and end array tokens where in fact the intent was to only to unwrap the top-level array into a stream of objects.
Rossen Stoyanchev opened SPR-15803 and commented
The issue has been reported to Jackson along with a sample project .
Affects: 5.0 RC3
Issue Links:
Referenced from: commits 14ccb38, bd0de70
The text was updated successfully, but these errors were encountered: