dropwizard-template-config
dropwizard-template-config copied to clipboard
Dropwizard bundle that enables you to write your config.yaml as a Freemarker template.
https://nvd.nist.gov/vuln/detail/CVE-2020-5245 https://github.com/dropwizard/dropwizard/security/advisories/GHSA-3mcp-9wr4-cjqf
I often use dropwizard-template-config and for a project i need to add configuration objects. I couldn't do it via TemplateConfigVariablesProvider so i have created TemplateConfigHashesProvider class to make it possible...
Currently this isn't possible as it's baked into `TemplateConfigBundle`
It would be nice, if the bundle was automatically tested against a real Dropwizard app. Even nicer, if it's tested against each officially supported version.
This might be interesting for users of Heroku or other PaaS that define the database connection parameters as a single URL.
Most assertions in the tests are totally crappy. Improve this!