Several small features and possible breaking change to AttributeEncryptor
This minor release contains a potentially breaking change related to the AttributeEncryptor.
Changes
- Dependency versions are updated
- Added
MetaStore.replicateto make it easier to copy data-keys from one MetaStore to another - Better support for non-standard JCA providers
- Fixed thread-safety issue in LRUCache
AttributeEncryptorwill now throw aDynamoDBMappingExceptionif it is used with aSaveBehaviorother thanPUTor CLOBBER`. This is necessary to avoid risk of data-corruption. Please see inline documentation for explanation of cause.