26 Commits

Author SHA1 Message Date
Looly
c7e0bc5d9f 单元测试由Junit4变更为Junit5 2024-08-09 14:32:30 +08:00
Looly
7d3527bc3f 修复aop的afterException无法生效问题 2023-10-12 21:00:33 +08:00
Looly
2e88e74cae 切面代理工具中的cglib支持多参数构造生成 2023-05-25 00:16:08 +08:00
Looly
bea723c11b add methods 2022-04-28 17:00:49 +08:00
Looly
ca1563ee34 add pid 2022-04-12 14:06:24 +08:00
Looly
ca2b58c7ac fix 2022-04-11 17:27:04 +08:00
anaer
88db288157
Update Aspect.java
typo
2021-09-28 13:34:12 +08:00
cal101
b76aacdec8 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-02-14 11:33:44 +00:00
Looly
4e38adb32d change line sep 2021-01-20 17:10:45 +08:00
Looly
61f58a9b62 fix code 2020-12-02 04:37:06 +08:00
Looly
5610878324 remove after method 2020-10-21 13:47:28 +08:00
Looly
6f5d0e4a28 remove log 2020-09-25 17:55:21 +08:00
Looly
94c824e03d add Spring cglib support 2020-04-17 09:54:40 +08:00
Looly
bc486cdac4 fix code 2020-04-11 13:08:46 +08:00
Looly
8bb73f3829 fix Date and aopbug 2020-03-26 12:05:26 +08:00
Looly
bf03aebcef fix code 2019-10-29 19:05:23 +08:00
Looly
b1674a933f fix comment 2019-10-09 09:30:22 +08:00
Looly
596a4f1e57 fix code 2019-09-28 03:13:27 +08:00
Looly
45609bc22b enhance aop 2019-09-27 23:20:43 +08:00
刘羽铖
22a51ba86d 1、切面after切点,将目标方法执行返回值,开放给切点
2、SimpleAspect没有直接使用的意义,应修改为抽象类
3、修改Aspect#afterException 没有使用返回值进行异常是否抛出的判断。
4、修改CglibInterceptor#intercept 和 JdkInterceptor#intercept 方法中 if else 为 if ,减少else判断,并支持 第3点的修改
2019-09-25 11:36:03 +08:00
刘羽铖
130a348afc 1、切面after切点,将目标方法执行返回值,开放给切点
2、SimpleAspect没有直接使用的意义,应修改为抽象类
2019-09-25 11:09:21 +08:00
刘羽铖
1df8f968d0 1、切面after切点,将目标方法执行返回值,开放给切点 2019-09-25 11:04:46 +08:00
刘羽铖
84875f0ff9 1、切面after切点,将目标方法执行返回值,开放给切点 2019-09-25 10:17:25 +08:00
刘羽铖
34cc3dcb57 1、切面after切点,将目标方法执行返回值,开放给切点 2019-09-25 10:16:40 +08:00
刘羽铖
c32e8d9b55 1、切面after切点,将目标方法执行返回值,开放给切点 2019-09-25 10:05:38 +08:00
Looly
6b011af032 clean history 2019-08-14 10:02:32 +08:00