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
Set Jackson default root value separator to an empty String
JsonGenerator are now reused instead of creating a new one every time. The consequence is the same JsonGenerator is used to serialize multiple events as "root" object.
This commit forces the default root value separator to empty string to avoid extra padding between log events.
0 commit comments