Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis OM Spring article - outdated dependency #101

Open
antonum opened this issue Nov 1, 2022 · 0 comments
Open

Redis OM Spring article - outdated dependency #101

antonum opened this issue Nov 1, 2022 · 0 comments

Comments

@antonum
Copy link

antonum commented Nov 1, 2022

Dependency, used in the article: https://redis.io/docs/stack/get-started/tutorials/stack-spring/#adding-redis-om-spring

<dependency>
  <groupId>com.redis.om</groupId>
  <artifactId>redis-om-spring</artifactId>
  <version>0.3.0-SNAPSHOT</version>
</dependency>

Is outdated and results in the error:
java.lang.IllegalArgumentException: No attribute named messageListenerContainerRef found

Changing the dependency version to the latest <version>0.6.1</version> allows for a successful run.

antonum added a commit to antonum/redis-stack-docs that referenced this issue Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant