0.4.0
New features:
- Added MongoDB implementation for the
MapStore
service - Added new
KeyStore
service which stores keys for bi-directional encryption of Strings and byte arrays - Added default
KeyStore
implementation which uses a master password (i.e. Password Based Encryption) - Integration
KeyStore
service with configuration provider. In other words, this allows configuration provider to handle encrypted configuration.
Bug fixes:
- In
DefaultExecutorServiceFactory
, prevent leakedExecutorService
with duplicated tags.