redis-scheduler
redis-scheduler copied to clipboard
Fix NoSuchMethodError when using a recent version of spring-data-redis
Hi David,
I use your redis-scheduler
lib with spring-data-redis:1.8.x.RELEASE
.
Because the project has been compiled with an older version (signature boolean remove(...)
) it leads to this error in the PollingThread
.
- Upgrade dependencies
- Just a little change in the test case because on my machine the list contains the same task twice.
Thanks for your contribution! Please submit both changes separately, as the 2 aren't linked.
With regards to the dependency upgrade, are all new dependencies introduced because of the upgrade of Jedis / Spring Data Redis?
Hi @davidmarquis
- revert the change in the
RedisTaskSchedulerIntegrationTest
, eventually in another PR. - for the dependency upgrade:
spring-data-redis:1.8.x
depends onspring-*:4.3.x
andcommons-pool
etc. For other changes in the pom it was mainly for having log output for the provided tests and alignment with current versions ofslf4
andlogback