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
Jackson2JsonRedisSerializer#serialize(Object) should be Jackson2JsonRedisSerializer#serialize(T). Jackson2JsonRedisSerializer implements RedisSerializer<T> which defines the method as serialize(T). I do not understand why this compiles at all.
The current state makes it impossible to overwrite the method
Affects: 1.7.1 (Hopper SR1)
The text was updated successfully, but these errors were encountered:
Markus Heiden opened DATAREDIS-521 and commented
Jackson2JsonRedisSerializer#serialize(Object) should be Jackson2JsonRedisSerializer#serialize(T). Jackson2JsonRedisSerializer implements RedisSerializer<T> which defines the method as serialize(T). I do not understand why this compiles at all.
The current state makes it impossible to overwrite the method
Affects: 1.7.1 (Hopper SR1)
The text was updated successfully, but these errors were encountered: