Scope
- Core binding metadata, configuration injection, and environment
Changes
- Added
- Add
setMetaData and removeMetaData to BindInfo.
- Support
${...} environment variable expressions in @InjectSettings.
- Improved
- Simplify JSON logging; adjust
AbstractEnvironment initialization to control loading of env.config through a parameter.
- Promote
LinkedCaseInsensitiveMap to a public utility and change its package.
- Fixed
- Fix key case handling in Settings add/update/delete operations, and unresolved environment variable default values.
- Correct
remoteEnvVar to removeEnvVar.