This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Dropwizard Template Config 1.4.0
Changelog
Features
- Allow inclusion of config snippets from the file system. Use
TemplateConfigBundleConfiguration.fileIncludePath(java.lang.String)to set the base include
directory. See the tutorial for details.
Changes
- Remove deprecated constructor
TemplateConfigurationSourceProvider.TemplateConfigurationSourceProvider.
Deprecations
- Method
TemplateConfigBundleConfiguration.includePathhas been replaced with
TemplateConfigBundleConfiguration.resourceIncludePath. It will be removed
in 1.7.0 or 2.0.0.