lettucemod
lettucemod copied to clipboard
Support for Spring-Boot version 3.1.x
As the title suggests, allowing lettucemod to support Spring Boot 3.1.x would be excellent (Presently 3.5.1 only supports Spring Boot 3.0.x).
Spring Boot 3.1.x presents a few small incompatibility issues; for example:
Caused by: java.lang.NoSuchMethodError: org.springframework.boot.autoconfigure.data.redis.RedisProperties.isSsl()
at com.redis.spring.lettucemod.RedisModulesAutoConfiguration.redisURI(RedisModulesAutoConfiguration.java:44)
Happy to help and contribute with a pull request.
I think better to report the issue to the official spring boot team they might fix this in next upgrade!