redis / lettucemod

Java client for Redis Modules
Apache License 2.0
49 stars 20 forks source link

Newest release is not compatible with Spring-Boot version 3.0.0 #29

Closed shurkanTwo closed 1 year ago

shurkanTwo commented 1 year ago

I would like to upgrade to spring-boot 3.0.0 and am currently using lettucemod version v3.1.6. However I am running into some incompatabilities.

The current implementation of the autoconfiguration seems to be incompatible.

Would be awesome if you could have a look! :)

jruaux commented 1 year ago

Spring Boot 3 autoconfiguration was added in LettuceMod 3.2.1 (Thanks @zcw159357)