Code Monkey home page Code Monkey logo

Comments (5)

thanosa75 avatar thanosa75 commented on August 17, 2024 1

Hey there,

I also have similar issue with the below log;

o.s.s.d.d.r.s.DynamoDBRepositoryFactory  : Spring Data DynamoDB Version: 5.1.0 (2.1)
o.s.s.d.d.r.s.DynamoDBRepositoryFactory  : Spring Data Version:          2.2.10.RELEASE
o.s.s.d.d.r.s.DynamoDBRepositoryFactory  : AWS SDK Version:              1.11.834
o.s.s.d.d.r.s.DynamoDBRepositoryFactory  : Java Version:                 11.0.6 - OpenJDK 64-Bit Server VM 11.0.6+10-post-Debian-1bpo91
o.s.s.d.d.r.s.DynamoDBRepositoryFactory  : Platform Details:             Linux 4.14.177-139.253.amzn2.x86_64
o.s.s.d.d.r.s.DynamoDBRepositoryFactory  : This Spring Data DynamoDB implementation might not be compatible with the available Spring Data classes on the classpath! NoDefClassFoundExceptions or similar might occur!

I do not see a release compatible with the latest Spring-data / Spring boot. Can someone help?

from spring-data-dynamodb.

allan-todd avatar allan-todd commented on August 17, 2024 1

Try https://github.com/boostchicken/spring-data-dynamodb

from spring-data-dynamodb.

DLade avatar DLade commented on August 17, 2024 1

Regarding the code the major and minor version of Spring Data DynamoDB and Spring Data must be the same.
e.g.
Spring Data DynamoDB Version: 5.2.5 (2.2) => major = 2, minor = 2
Spring Data Version: 2.2.10.RELEASE => major = 2, minor = 2

But I wonder why this must be!

from spring-data-dynamodb.

gvespucci avatar gvespucci commented on August 17, 2024

@allantodd 🤔
This is happening also with https://github.com/boostchicken/spring-data-dynamodb

INFO  org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory ... - Spring Data DynamoDB Version: 5.2.5 (2.2)
INFO  org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory ... - Spring Data Version:          2.5.6
INFO  org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory ... - AWS SDK Version:              1.12.131
INFO  org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory ... - Java Version:                 11.0.11 - OpenJDK 64-Bit Server VM 11.0.11+9
INFO  org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory ... - Platform Details:             Mac OS X 11.5
WARN  org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory ... - This Spring Data DynamoDB implementation might not be compatible with the available Spring Data classes on the classpath!
NoDefClassFoundExceptions or similar might occur!

from spring-data-dynamodb.

je-s avatar je-s commented on August 17, 2024

Got this to work with:

  • org.springframework.data:spring-data-jpa:3.1.1
  • o.github.boostchicken:spring-data-dynamodb:5.2.5

Thanks @allan-todd - boostchicken's fork worked, since it supports newer versions of Spring Boot (v3 in our case).

Important site note: In case you want to use @DynamoDBRangeKey, take a look at the wiki.

from spring-data-dynamodb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.