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
1.create a dynamo object (Student)
1.add a DynamoDBDocument(another object Address) inside that object
add updated_on field inside Address
Specifications
Spring Data DynamoDB Version: 1.11.1016
Spring Data Version:
AWS SDK Version:
Java Version: 1.8
Platform Details: Intellij
All those information are logged by org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory on INFO level on startup.
Or use java -version and mvn dependency:tree | grep -E 'spring|aws' to provide those version numbers.
The text was updated successfully, but these errors were encountered:
Expected Behavior
"updated_on": should be shaved with latest date
Actual Behavior
"updated_on": null
Steps to Reproduce the Problem
1.create a dynamo object (Student)
1.add a DynamoDBDocument(another object Address) inside that object
Specifications
All those information are logged by
org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory
onINFO
level on startup.Or use
java -version
andmvn dependency:tree | grep -E 'spring|aws'
to provide those version numbers.The text was updated successfully, but these errors were encountered: