Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Releases: TAKETODAY/today-aop

today-aop-v1.0.5.RELEASE

23 Jul 17:57

Choose a tag to compare

TODAY AOP v1.0.5.RELEASE

安装

<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-aop</artifactId>
    <version>1.0.5.RELEASE</version>
</dependency>

Maven Central

  • 🐛 fix: Superclass has no null constructors but no arguments were given
  • 🐛 fix: #4 Aspects not created
  • 🔖 release v1.0.5 2019/7/24-1:54

today-aop-v1.0.4.RELEASE

07 Mar 14:45

Choose a tag to compare

TODAY AOP v1.0.4.RELEASE

LOGO

  • fix: add AspectsDestroyListener to clear AspectsRegistry aspects instance when context close
  • optimization code

today-aop-1.0.1.RELEASE

15 Nov 15:02

Choose a tag to compare

TODAY AOP v1.0.1.RELEASE

LOGO

  • 优先使用注解标注joinPoint
  • 优化代码