redis-om-spring icon indicating copy to clipboard operation
redis-om-spring copied to clipboard

Exception with Spring Boot 2.7.2

Open restoreddev opened this issue 2 years ago • 1 comments

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!

restoreddev avatar Aug 14 '22 13:08 restoreddev

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!

bsbodden avatar Aug 15 '22 16:08 bsbodden

Hi Brother!

I am really also missing about the messageListenerContainerRef.

How about now?

PiseyPhal avatar Aug 24 '22 10:08 PiseyPhal

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!

How about now?

PiseyPhal avatar Aug 24 '22 10:08 PiseyPhal

0.6.0 will work with 2.7.2 for now the highest Spring Boot version supported is 2.7.0

bsbodden avatar Aug 24 '22 19:08 bsbodden

0.6.0 will work with 2.7.2 for now the highest Spring Boot version supported is 2.7.0

Thank, appreciate it!

PiseyPhal avatar Aug 25 '22 03:08 PiseyPhal