Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 628 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 628 Bytes

0.1

  • Support for creating proxy via static proxy = true convention.
  • Reloading support for proxy definitions

0.2

  • Improved externally usable API for registering proxies
  • Improved reloading support by avoiding proxy class caching in CGLIB
  • API and pluggable mechanism for destroying old scoped beans on class reload
  • Improved reload support for session scoped beans (the old beans are now removed from the session)
  • Improved reload support for proxies in filters
  • Added support for reloading request scoped beans used inside session scoped beans
  • An improved proxy factory bean that specifies the target class