-
Notifications
You must be signed in to change notification settings - Fork 4k
Ensure RedisTokenStore works with spring-data-redis 2.x #1319
Ensure RedisTokenStore works with spring-data-redis 2.x #1319
Conversation
@jgrandja I just noticed that you add this pr into 2.3.1 milestone. May I have know when the 2.3.1 milestone will be released? |
@zcypale I've scheduled the 2.3.1 release for this Friday so please keep an eye out than. |
Thanks! This is now merged into master |
@jgrandja Thanks for your updates. But I didn't find the 2.3.1 release from maven repository. The latest release is still 2.3.0 in the repository. |
Any workaround for now? |
Still hapenning to me, but error is now truncated: o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: NestedServletException, Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: org.springframework.data.redis.connection.RedisConnection.set([B[B)V with redis client 2.9.0 and spring-data-redis 2.0.1 |
@reith Have you tested this with spring-security-oauth2 2.3.1? |
@jgrandja yes. |
@reith I've tested it as well and it works fine on my end. Can you please share this sample (or scaled down version of it) in a GitHub repo so I can confirm the issue? Alternatively, please provide me your |
My workaround for the moment was to copy the patched class of RedisTokenStore into my project which @soulmachine provided on a pull request. This works for me on the latest version of Spring Boot 2.0.1
|
@jgrandja ,Still hapenning to me too Here is my pom.xml
|
spring-data-redis:2.0.6.Release |
@jgrandja Thanks for your updates!It works fine with 2.3.2.RELEASE!The bug has been fixed perfectly!Thanks! |
Does now work for me as well. |
Fixes #1230