1 Star 0 Fork 23

zhouwudong / jBeanBox

forked from drinkjava2 / jBeanBox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
release_note.md 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
drinkjava2 提交于 2020-02-11 01:17 . v4.0.0 release

版本发布记录
2.4.1 第一版发布,仅支持Java7或以上版本
2.4.2 增加一个@AopAround注释并更正一些Bug
2.4.3 删除不常用的AspectJ支持,去除对Aop接口的依赖,将AOP接口以源码内嵌方式包含在项目内,从Java7降级到Java6发布,以支持更多开发环境。 2.4.4 改正@AopAround不支持多个方法的Bug 2.4.5 改正AOP不支持构数函数带参数的Bug 添加setConstructorTypes方法,用于明确指定构造器参数类型,消除岐义,通常用于实参为子类的情况。 改正内部类Advice失效Bug
2.4.6 添加自定义AOPAROUND注解功能 2.4.8 项目从头到尾重新写了一遍,性能提高。 2.4.9 更正不支持父类的bug 4.0.0 添加@NAMED, @QUALIFIER, @COMPONENT注解支持,添加类扫描功能

Release History 2.4.1 First version, support Java7 only
2.4.2 Add a @AopAround annotation
2.4.3 Remove AspectJ support because it's not common used
Direct include AOP alliance interface source code into project
Downgrade from Java7 to Java6 to support older developing environment
2.4.4 Fix @AopAround does not support multiple methods bug
2.4.5 Fix AOP proxy do not support constructor parameters bug
Add beanBox.setConstructorTypes() method, otherwise if constructor parameter is a subClass will have a Exception "Can not find constructor"
Fix inner class advice bug 2.4.6 Add customize AOPAROUND Annotation feature 2.4.8 Re-wrote whole project,improved performance. 2.4.9 Fix superclass unsupport bug. 4.0.0 Add @NAMED, @QUALIFIER, @COMPONENT annotation support, add class scanner.

Java
1
https://gitee.com/zhouwd/jBeanBox.git
git@gitee.com:zhouwd/jBeanBox.git
zhouwd
jBeanBox
jBeanBox
master

搜索帮助