Skip to main content

v3.1.0 (2017-02-15)

Scope

  • Core AOP, environment configuration, and utilities

Changes

  • Improved
    • Include field names in dependency injection errors when parent and child classes have conflicting fields with the same name.
    • Make environment variable names case-insensitive; look for env.config in WORK_HOME before the classpath.
    • Trim org.more utilities and move them into Core, integrate classcode, and remove the rarely used Event plugin.
    • Add proxy bytecode output in debug mode.
  • Fixed
    • Fix AOP-generated VerifyError on Java 8; the -noverify workaround is no longer needed.