Skip to content

0.4.0

Compare
Choose a tag to compare
@timkral timkral released this 24 Dec 00:33
· 108 commits to master since this release
40d940c

New features:

  1. Added MongoDB implementation for the MapStore service
  2. Added new KeyStore service which stores keys for bi-directional encryption of Strings and byte arrays
  3. Added default KeyStore implementation which uses a master password (i.e. Password Based Encryption)
  4. Integration KeyStore service with configuration provider. In other words, this allows configuration provider to handle encrypted configuration.

Bug fixes:

  1. In DefaultExecutorServiceFactory, prevent leaked ExecutorService with duplicated tags.