Releases: xh/hoist-core
Releases Β· xh/hoist-core
v1.2.0
π₯ Breaking Changes
- None
π New Features
This release adds support for InstanceConfigUtils, a utility for loading configuration properties from an external YAML file once on startup and exposing them to the application as a map.
- These are intended to be minimal, low-level configs that apply to a particular deployed instance of the application and therefore are better sourced from a local file/volume vs. source code, JavaOpts, or database-driven ConfigService entries.
- Examples include the AppEnvironment as well as common Bootstrap requirements such as database credentials.
- See the class-level doc comment for additional details. Use of InstanceUtils is not required to take this release.