v1.0.6
API Changes
The runtime property bordertech.config.parameters.useSystemOverWriteOnly now defaults to false which allows all system properties to be merged when system properties enabled. Use the optional runtime property bordertech.config.parameters.useSystemPrefixes to limit the properties merged.
Enhancements
- Latest qa-parent
- Ability to override the default config file name via a system or environment property BT_CONFIG_FILE=my-config.properties
- Option to append extra resources to the defined resources via config property bordertech.config.resources.append
- Option to load environment variables #31
- Enable via runtime property bordertech.config.parameters.useEnvProperties=true
- Option to limit variables merged via property bordertech.config.parameters.useEnvPrefixes. Defaults to allow all.