Skip to content

Redis OM Spring article - outdated dependency #101

Open
@antonum

Description

@antonum

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions