Releases: BorderTech/java-config
Releases · BorderTech/java-config
v1.0.8
v1.0.7
API Changes
- Introduction of profile property
bordertech.config.profile
to replace environment property.
Enhancements
- Refactor of substitution code to use apache commons text
- includes can define substitution variables e.g.
include=${previously.defined.property.key}/special-file.properties
- Increase in unit tests and code coverage.
- Addition of User Home directory as an option to look for URL resources #34
- Latest qa-parent
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.
v1.0.5
v1.0.4
- Optional dump parameters to file
- Optional merge system properties into config
v1.0.3
config-1.0.3 [maven-release-plugin] copy for tag config-1.0.3
v1.0.2
config-1.0.2 [maven-release-plugin] copy for tag config-1.0.2