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.replicate
to 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
AttributeEncryptor
will now throw aDynamoDBMappingException
if it is used with aSaveBehavior
other thanPUT
or CLOBBER`. This is necessary to avoid risk of data-corruption. Please see inline documentation for explanation of cause.