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
LettuceConnectionConfiguration from spring-boot-autoconfigure 2.6.1 uses method void org.apache.commons.pool2.impl.GenericObjectPoolConfig.setTimeBetweenEvictionRuns(java.time.Duration) which is not exist in commons-pool2 version 2.9 from spring-data-redis 2.6.0 which is used from spring-boot-starter-data-redis 2.6.1. This method in commons-pool2 appears in version 2.10.
The only "workaround" I found is to delete from application.ymlspring.redis.lettuce.pool.time-between-eviction-runs
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
LettuceConnectionConfiguration
from spring-boot-autoconfigure 2.6.1 uses methodvoid org.apache.commons.pool2.impl.GenericObjectPoolConfig.setTimeBetweenEvictionRuns(java.time.Duration)
which is not exist incommons-pool2
version 2.9 fromspring-data-redis
2.6.0 which is used fromspring-boot-starter-data-redis
2.6.1. This method incommons-pool2
appears in version 2.10.The only "workaround" I found is to delete from
application.yml
spring.redis.lettuce.pool.time-between-eviction-runs
The text was updated successfully, but these errors were encountered: