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
Arangodb content like {\n \"description\": \"String with new line\"\n} was ok for version 2.5.2.
Version 2.5.3 requires {\\n \"description\": \"String with new line\"\\n} otherwise Jackson ObjectMapper throws Exception with json String from VPackParser.toJson.
Is this change intentional or a bug?
See example v2.5.3 vs example v2.5.2