lettucemod icon indicating copy to clipboard operation
lettucemod copied to clipboard

Support for Spring-Boot version 3.1.x

Open mmoayyed opened this issue 1 year ago • 1 comments

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.

mmoayyed avatar Jun 13 '23 06:06 mmoayyed

I think better to report the issue to the official spring boot team they might fix this in next upgrade!

vishalsingh2972 avatar Jun 21 '23 05:06 vishalsingh2972