Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Dropwizard Template Config 1.4.0

Choose a tag to compare

@tkrille tkrille released this 11 Jul 15:30
· 12 commits to master since this release

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.includePath has been replaced with
    TemplateConfigBundleConfiguration.resourceIncludePath. It will be removed
    in 1.7.0 or 2.0.0.