Skip to content

3.2.0 release

Compare
Choose a tag to compare
@norbertpotocki norbertpotocki released this 15 Jun 00:51
· 400 commits to master since this release

New features

  • new source backed by regular files (see FilesConfigurationSource)
  • support merge configurations (see MergeConfigurationSource)
  • support fallback to other source when selected source fails (see FallbackConfigurationSource)
  • allow to specify *time unit when constructing PeriodicalRefreshStrategy
  • remove direct dependency on Guava

Fixes

  • Use provided source environment when calling SimpleConfigurationProvider.getProperty() and SimpleConfigurationProvider.bind() - #64 #62 - thanks @pimlock

Interface changes

  • deprecate ConfigurationSource.getConfiguration()