Skip to content

Version 0.5.0 of Go! AOP Framework

Choose a tag to compare

@lisachenko lisachenko released this 24 May 11:52
· 857 commits to master since this release

Version 0.5.0 of framework is ready!

  • Proxies are now stored in the separate files to allow more transparent debugging
  • Cache warmer command added
  • Extended pointcut syntax for or-ed methods: ClassName->method1|method2(*)
  • Access to the annotations from MethodInvocation instance
  • Support for read-only file systems (phar, GAE, etc)
  • Direct access to advisors (no more serialize/unserialize)
  • New @Within pointcut to match classes by annotation class
  • Nice demo GUI
  • Deprecate the usage of submodules for framework
  • Inheritance support during class-loading and weaving
  • List of small fixes and imrovements