v2.5.1 (2016-11-08)
Scope
- Core injection into external objects and Web startup
Changes
- Added
- Add
AppContext.justInjectto inject dependencies into existing objects. - Add
WebHasoras an initialization entry point for WebAppContext.
- Add
- Improved
- Allow environment variables to be passed through a Map at startup instead of only through
env.config.
- Allow environment variables to be passed through a Map at startup instead of only through
- Fixed
- Fix potential exceptions when shutting down the container across different ClassLoaders.