You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the DynamoDBREpositoryFactory is invoked, the version of spring-data-commons referenced in the pom.xml file should be recognized as the correct one.
Actual Behavior
When the DynamoDBREpositoryFactory is invoked, the following warning is logged:
This Spring Data DynamoDB implementation might not be compatible with the available Spring Data classes on the classpath!
NoDefClassFoundExceptions or similar might occur!
Because the version in the manifest file, doesn't match the version of the actual dependency.
Steps to Reproduce the Problem
Configure a spring boot project according to your documentation, and check the log
You can also just check your pom.xml file where this is the spring data version you reference <spring-data.version>2.3.0.RELEASE</spring-data.version>
while this is what you put in the manifest file:
Expected Behavior
When the DynamoDBREpositoryFactory is invoked, the version of spring-data-commons referenced in the pom.xml file should be recognized as the correct one.
Actual Behavior
When the DynamoDBREpositoryFactory is invoked, the following warning is logged:
Because the version in the manifest file, doesn't match the version of the actual dependency.
Steps to Reproduce the Problem
<spring-data.version>2.3.0.RELEASE</spring-data.version>
while this is what you put in the manifest file:
Specifications
The text was updated successfully, but these errors were encountered: