Skip to main content

v2.5.1 (2016-11-08)

Scope

  • Core injection into external objects and Web startup

Changes

  • Added
    • Add AppContext.justInject to inject dependencies into existing objects.
    • Add WebHasor as an initialization entry point for WebAppContext.
  • Improved
    • Allow environment variables to be passed through a Map at startup instead of only through env.config.
  • Fixed
    • Fix potential exceptions when shutting down the container across different ClassLoaders.