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
Looks like there is something off with buffering for @JsonUnwrapped, with nested builders.
After fixing a related problem looks like what we are left with is the real issue.
The text was updated successfully, but these errors were encountered:
Yes, missing END_OBJECT for buffered objects. Would occur with or without builder; just one code path was missing appropriate closing.
Fixed for 2.9.5 and 3.0.0.
(note: follow up to #1978)
Looks like there is something off with buffering for
@JsonUnwrapped
, with nested builders.After fixing a related problem looks like what we are left with is the real issue.
The text was updated successfully, but these errors were encountered: