-
Notifications
You must be signed in to change notification settings - Fork 141
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
This Spring Data DynamoDB implementation might not be compatible with the available Spring Data classes on the classpath #289
Comments
Hey there, I also have similar issue with the below log;
I do not see a release compatible with the latest Spring-data / Spring boot. Can someone help? |
@allantodd 🤔
|
Regarding the code the major and minor version of Spring Data DynamoDB and Spring Data must be the same. But I wonder why this must be! |
Got this to work with:
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. |
Expected Behavior
test works
Actual Behavior
test doesnt work.
I make small test for dynamodb.
test is failed with message
This Spring Data DynamoDB implementation might not be compatible with the available Spring Data classes on the classpath
Steps to Reproduce the Problem
Specifications
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Spring Data DynamoDB Version: 5.2.1 (2.2)
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Spring Data Version: 2.3.3.RELEASE
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : AWS SDK Version: 1.11.706
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Java Version: 11.0.8 - OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Platform Details: Linux 5.4.0-42-generic
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!
The text was updated successfully, but these errors were encountered: