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
after upgrading a project to Spring-Boot 2.5.x we get errors like the following:
java.lang.AbstractMethodError: Receiver class io.opentracing.contrib.redis.spring.data2.connection.TracingRedisConnection does not define or inherit an implementation of the resolved method 'java.lang.Boolean zAdd(byte[], double, byte[], org.springframework.data.redis.connection.RedisZSetCommands$ZAddArgs)' of interface org.springframework.data.redis.connection.RedisConnection.
at org.springframework.data.redis.connection.DefaultStringRedisConnection.zAdd(DefaultStringRedisConnection.java:1338)
at org.springframework.data.redis.connection.RedisZSetCommands.zAdd(RedisZSetCommands.java:569)
at org.springframework.data.redis.core.DefaultZSetOperations.lambda$add$0(DefaultZSetOperations.java:56)
at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:222)
at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:189)
at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:96)
at org.springframework.data.redis.core.DefaultZSetOperations.add(DefaultZSetOperations.java:56)
It seems this project is not really up-to-date anymore given that it's on Spring-Boot 2.2.x. Is there any alternative project that we could go for?
Cheers,
Christoph
The text was updated successfully, but these errors were encountered:
Hi,
after upgrading a project to Spring-Boot 2.5.x we get errors like the following:
It seems this project is not really up-to-date anymore given that it's on Spring-Boot 2.2.x. Is there any alternative project that we could go for?
Cheers,
Christoph
The text was updated successfully, but these errors were encountered: