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
GenericJackson3JsonRedisSerializer incorrectly uses Jackson 2 class (om.fasterxml.jackson.core.TreeNode) instead of Jackson 3 equivalents (tools.jackson.core.TreeNode), creating a mixed-dependency serializer that contradicts a pure Jackson 3 implementation. According to the JSTEP-1 Jackson 3 will still use jackson-annotations 2.x., so ther're no problems with it