Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tidyup retired modules and add aspectjtools submodule | Andy Clement | 2019-02-08 | 1 | -386/+0 |
| | |||||
* | Fixes Bug 525293 - Spring AOP could be faster | Andy Clement | 2017-09-28 | 1 | -73/+69 |
| | | | | | | | Multiple changes here: - annotation unpacking is smarter and if it only needs runtime retention annotations it uses reflection and doesn't unpack the bytes to discover class level retention annotations. - Reflection worlds are shared if for the same classloader. | ||||
* | Fix 487694: Race condition in annotation unpacking can surface through ↵ | Andy Clement | 2016-02-11 | 1 | -1/+1 |
| | | | | Spring AOP | ||||
* | 246125: c16 | aclement | 2008-10-21 | 1 | -69/+37 |
| | |||||
* | 246125: comment 3: reworked AnnotationX - got rid of the thing | aclement | 2008-09-05 | 1 | -102/+169 |
| | |||||
* | findbugs: cleared warnings | aclement | 2008-08-26 | 1 | -2/+2 |
| | |||||
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 1 | -6/+8 |
| | |||||
* | 210470: preventing weaver leaks: use a weak classloader ref | aclement | 2008-05-27 | 1 | -6/+12 |
| | |||||
* | 222987 - NPE guard | aclement | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | stopgap for 220430V1_6_0M2 | aclement | 2008-02-26 | 1 | -4/+14 |
| | |||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+68 |
| | |||||
* | debug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390 | aclement | 2008-02-19 | 1 | -1/+5 |
| | |||||
* | paramannos: aware of parameter annotation matching | aclement | 2008-01-25 | 1 | -1/+60 |
| | |||||
* | test and fix for 160674: simpler strategy for loading bytecode on SAP | aclement | 2006-10-12 | 1 | -0/+1 |
| | |||||
* | test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532 | aclement | 2006-10-12 | 1 | -2/+4 |
| | |||||
* | use signature rather than name when annotation matching as Bcel chops name ↵ | acolyer | 2006-04-14 | 1 | -2/+2 |
| | | | | in the java.lang package !! | ||||
* | for pointcuts in @AspectJ aspects compiled by javac, try a bit harder to ↵V1_5_1a_final | acolyer | 2006-04-07 | 1 | -1/+39 |
| | | | | find the pointcut parameter names | ||||
* | fixes getGenericXXX methods in Reflection-based resolved member impl, ↵ | acolyer | 2005-12-06 | 1 | -3/+8 |
| | | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5 | ||||
* | updated tests and fix for pr116229 | acolyer | 2005-11-27 | 1 | -2/+2 |
| | |||||
* | tests and fix for pr116229 and pr116755. Also adds support and tests for ↵ | acolyer | 2005-11-19 | 1 | -4/+10 |
| | | | | parseTypePattern in PointcutParser. | ||||
* | weaver5 split out so weaver can continue to be built with Java1.3 | aclement | 2005-09-26 | 1 | -0/+152 |