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
JacksonJsonSockJsMessageCodec based on Jackson 3 currently imports com.fasterxml.jackson.core.io.JsonStringEncoder from Jackson 2. It should use tools.jackson.core.io.JsonStringEncoder instead.