Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing bcel-builder - complete | Andy Clement | 2019-01-24 | 8 | -1763/+0 |
| | |||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | Support Java10 | Andy Clement | 2018-04-18 | 1 | -9/+42 |
| | |||||
* | Fixes Bug 525293 - Spring AOP could be faster | Andy Clement | 2017-09-28 | 1 | -5/+3 |
| | | | | | | | 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. | ||||
* | Various changes to get tests passing on 1.8 and 1.9 | Andy Clement | 2017-09-24 | 1 | -50/+5 |
| | |||||
* | various changes to make more tests pass on Java9 | Andy Clement | 2017-09-22 | 1 | -45/+100 |
| | |||||
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 1 | -3/+3 |
|\ | |||||
| * | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 1 | -3/+3 |
| | | |||||
* | | Cope with Java9 b74 changes | Andy Clement | 2015-08-01 | 1 | -298/+461 |
|/ | | | | | | The jimage file format changed slightly, introducing an extra level of nesting. These changes support that new structure (b74). | ||||
* | refactoring | aclement | 2009-09-09 | 2 | -160/+0 |
| | |||||
* | Java5 upgrades | aclement | 2009-09-09 | 7 | -475/+489 |
| | |||||
* | 281654: concurrency problem | aclement | 2009-09-04 | 1 | -142/+158 |
| | |||||
* | no longer Serializable | aclement | 2008-08-28 | 1 | -2/+2 |
| | |||||
* | remove unnecessary cast | aclement | 2008-08-26 | 1 | -2/+2 |
| | |||||
* | remove unnecessary | aclement | 2008-08-26 | 1 | -2/+2 |
| | |||||
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 21 | -3351/+86 |
| | |||||
* | 210470: preventing weaver leaks: get control of the classloader references ↵ | aclement | 2008-05-27 | 4 | -16/+165 |
| | | | | in Bcel | ||||
* | repair the stupid damage | aclement | 2008-04-25 | 10 | -0/+2229 |
| | |||||
* | up to date with 1.6.0 | aclement | 2008-04-25 | 10 | -2229/+0 |
| | |||||
* | repairing HEADREFACTORING_BRANCH_TAG | aclement | 2007-02-15 | 10 | -0/+2229 |
| | |||||
* | major refactoring - writeup to follow... | aclement | 2007-02-12 | 10 | -2229/+0 |
| | |||||
* | test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532 | aclement | 2006-10-12 | 2 | -3/+170 |
| | |||||
* | some updates to ClassLoaderRepository - tested by RontimeWeaving | aclement | 2006-08-21 | 1 | -84/+174 |
| | |||||
* | fix for pr153572 LTWWorld with Annotation finding and boot classespost_pr_153572 | acolyer | 2006-08-18 | 1 | -2/+11 |
| | |||||
* | 152979: shared cache in the repositorypre_pr_153572 | aclement | 2006-08-08 | 1 | -32/+146 |
| | |||||
* | PipeliningFeature146781:Some AjBcel changes to reduce amount of garbage ↵ | aclement | 2006-07-19 | 1 | -2/+3 |
| | | | | created during weaving. | ||||
* | moved to be a WeakHashMap | aclement | 2006-03-10 | 1 | -4/+4 |
| | |||||
* | Fix some stuff that Wes pointed out: addEmptyConstructor() in ClassGen has ↵ | aclement | 2004-11-22 | 9 | -42/+47 |
| | | | | always been broken and the src.zip for BCEL that was generated included test imports. | ||||
* | BCEL Java5 Support | aclement | 2004-11-19 | 20 | -42/+103 |
| | |||||
* | Some enhancements discovered whilst working on bugzilla bug 78954: Compiler ↵ | aclement | 2004-11-18 | 2 | -4/+12 |
| | | | | cannot cope with 4000 jars on the classpath. These enhancements cause things to be done 'lazily' in BCEL. | ||||
* | Imports organized. | aclement | 2004-11-18 | 3 | -14/+22 |
| | |||||
* | Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵ | aclement | 2004-11-18 | 20 | -0/+4342 |
frequently than we import new versions of BCEL into AspectJ - so it makes sense to make that patching process easier than the importing process. Also the Java5 support would result in an unwieldy patch.txt file. The ANT targets in build.xml will still enable transformation of the packaging from org.aspectj.apache to org.apache for diffing with a new BCEL version, should one ever appear. |