Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TracingRedisConnection not working with Spring-Boot 2.5.x #60

Open
dreis2211 opened this issue Aug 13, 2021 · 1 comment · May be fixed by #61
Open

TracingRedisConnection not working with Spring-Boot 2.5.x #60

dreis2211 opened this issue Aug 13, 2021 · 1 comment · May be fixed by #61

Comments

@dreis2211
Copy link

Hi,

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

@dreis2211 dreis2211 linked a pull request Aug 16, 2021 that will close this issue
@lavanya2290
Copy link

Any update on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants