Exception with Spring Boot 2.7.2
I'm trying to use redis-om-spring with Spring Boot 2.7.2 and OpenJDK 18. Whenever I add the @EnableRedisDocumentRepositories annotation to my application class, I get the following exception on build: java.lang.IllegalArgumentException: No attribute named messageListenerContainerRef found. I don't see any documentation about the messageListenerContainerRef or how to set it. Am I using the wrong version of Spring Boot or am I missing something else? Thanks!
We're tethered to 2.7.0 at the moment, I'll catch up with 2.7.2 in release 0.7.0. Thanks for reporting!
Hi Brother!
I am really also missing about the messageListenerContainerRef.
How about now?
I'm trying to use
redis-om-springwith Spring Boot 2.7.2 and OpenJDK 18. Whenever I add the@EnableRedisDocumentRepositoriesannotation to my application class, I get the following exception on build:java.lang.IllegalArgumentException: No attribute named messageListenerContainerRef found. I don't see any documentation about themessageListenerContainerRefor how to set it. Am I using the wrong version of Spring Boot or am I missing something else? Thanks!
How about now?
0.6.0 will work with 2.7.2 for now the highest Spring Boot version supported is 2.7.0
0.6.0 will work with 2.7.2 for now the highest Spring Boot version supported is 2.7.0
Thank, appreciate it!