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

Dropwizard Template Config 1.5.0

Latest
Compare
Choose a tag to compare
@tkrille tkrille released this 19 Feb 11:51
· 1 commit to master since this release

Changelog

Features

  • Add ability to define custom variables. Use
    TemplateConfigBundleConfiguration.addCustomProvider(TemplateConfigVariablesProvider customProvider)
    to add your custom variables provider. See the tutorial for details.

Changes

  • Remove deprecated constructor TemplateConfigBundle(java.nio.charset.Charset).