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
I was playing with the new MockMvcTest reusing some of my existing JsonUnit tests. When executing the test throughmockMvc JSON content is serialized using UTF-8, when using MockMvcTest non-latin characters are garbled.
Maybe I missed some configuration, but I would expect the default behavior to be the same.