Skip to content

Maintenance release v5.0.1

Compare
Choose a tag to compare
@derjust derjust released this 07 Mar 22:41
· 184 commits to master since this release
  • Respecting DynamoDBOperations.batchSave()'s List return value and turn it into a BatchWriteException. Fixes #68.
  • Added maven-changes-plugin to build process
  • Update Mockito and resolve dependency clashes
  • Fixed false assertion introduced implementing #91. Fixes #91.
  • Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods. Fixes #62.
  • Fix incorrect passing of an Optional into the delete method. Fixes #109.
  • Transfer to spring-data-dynamodb organization. Fixes #136.