| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provision libraries in 'lib' automatically | Alexander Kriegisch | 2021-05-05 | 1 | -587/+680 |
* | Remove managing obsolete folder lib/asm | Alexander Kriegisch | 2021-04-16 | 1 | -26/+0 |
* | Add lib/docbook to Maven Clean | Alexander Kriegisch | 2021-04-13 | 1 | -0/+1 |
* | Delete all remaining docbook contents, download them instead | Alexander Kriegisch | 2021-04-10 | 7 | -51/+22 |
* | Delete docbook XSL + DTD directories from libs, download instead | Alexander Kriegisch | 2021-04-10 | 384 | -91699/+58 |
* | Completely delete Jython in lib/jython | Alexander Kriegisch | 2021-04-10 | 331 | -73434/+0 |
* | Switch from 'libx' to 'lib', delete all obsolete binaries | Alexander Kriegisch | 2021-04-10 | 85 | -11077/+643 |
* | Remove JRockit LTW support, particularly JRockitAgent | Alexander Kriegisch | 2021-04-10 | 4 | -8/+0 |
* | Move lib/ext/jrockit to just lib/jrockit | Alexander Kriegisch | 2021-04-10 | 4 | -0/+0 |
* | Replace JDiff by regular Maven dependency from GitHub Packages | Alexander Kriegisch | 2021-04-10 | 2 | -2/+0 |
* | Remove ASM 2.0 dependency from AtAjLTWTests::testLTWUnweavable | Alexander Kriegisch | 2021-03-29 | 1 | -0/+0 |
* | Remove JDiff sources + binaries accidentally committed in @c89830fe | Alexander Kriegisch | 2021-03-29 | 11 | -1095/+0 |
* | Upgrade to ASM 9.1, delete obsolete ASM binaries | Alexander Kriegisch | 2021-03-16 | 7 | -10/+9 |
* | Update ASM and fix packaging for matcher artifact | Andy Clement | 2020-07-17 | 9 | -2/+2 |
* | Update to an ASM for Java13 | Andy Clement | 2019-11-25 | 5 | -2/+2 |
* | fixing test failures running under eclipse | Andy Clement | 2019-02-11 | 1 | -0/+0 |
* | tidyup | Andy Clement | 2019-02-08 | 12 | -0/+1097 |
* | better handling for 1.8 modules | Andy Clement | 2018-10-15 | 1 | -0/+0 |
* | More fixes for 1.9.2V1_9_2_RC2 | Andy Clement | 2018-10-01 | 8 | -2/+2 |
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 9 | -3/+3 |
* | Rebuilt as a DEVELOPMENT version | Andy Clement | 2018-05-25 | 1 | -0/+0 |
* | Support Java10 | Andy Clement | 2018-04-18 | 8 | -2/+2 |
* | Bug#531694: generate more optional thisJoinPoint construction code | Andy Clement | 2018-03-09 | 5 | -0/+0 |
* | Fix for Bug 531819 - Negative parameter annotation matching not behaving | Andy Clement | 2018-02-28 | 3 | -0/+0 |
* | Add missing cases to bcel constantToString | Andy Clement | 2018-02-07 | 12 | -3/+2 |
* | rebuilt internal dependencies | Andy Clement | 2017-10-20 | 6 | -1/+1 |
* | Latest build of bcel | Andy Clement | 2017-09-28 | 3 | -0/+0 |
* | Rebuilt bcel with latest changes | Andy Clement | 2017-09-27 | 2 | -0/+0 |
* | Various changes to get tests passing on 1.8 and 1.9 | Andy Clement | 2017-09-24 | 3 | -0/+0 |
* | various changes to make more tests pass on Java9 | Andy Clement | 2017-09-22 | 3 | -0/+0 |
* | Upgraded to ASM 6 BETA | Andy Clement | 2017-09-21 | 3 | -2/+2 |
* | rebuilt bcel | Andy Clement | 2017-09-21 | 4 | -0/+0 |
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 8 | -0/+0 |
|\ |
|
| * | reduced min Java version to 1.6 | Andy Clement | 2016-12-16 | 1 | -0/+0 |
| * | fix warnings in build - support .isJava8 option in buildV1_8_10 | Andy Clement | 2016-12-09 | 1 | -0/+0 |
| * | Polishing for 1.8.10 release | Andy Clement | 2016-12-08 | 1 | -0/+0 |
| * | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 2 | -0/+0 |
| * | Fix 500796: Allow for kotlin creating 'synthetic' local variable table entries | Andy Clement | 2016-11-07 | 4 | -0/+0 |
| * | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 2 | -0/+0 |
* | | rebuilt bcel | Andy Clement | 2017-09-21 | 4 | -0/+0 |
* | | Merged post 1.8.5 changes into Java9 branch | Andy Clement | 2017-09-20 | 5 | -3/+3 |
|\| |
|
| * | Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully read | Andy Clement | 2016-02-18 | 2 | -0/+0 |
| * | Fix 487694: Race condition in annotation unpacking can surface through Spring... | Andy Clement | 2016-02-11 | 3 | -0/+0 |
| * | Fix 485055: declare @field failing for final String fields (see also Bug 327141) | Andy Clement | 2016-01-05 | 3 | -0/+0 |
| * | Update Asm to pick up fixes for stack map generation | Andy Clement | 2015-08-10 | 5 | -3/+3 |
| * | allow reflection world to resolve generated types (e.g. lambdas) | Andy Clement | 2015-06-08 | 2 | -0/+0 |
| * | Bug 467415 - Weaver created bridge methods missing ACC_SYNTHETIC | Andy Clement | 2015-05-15 | 2 | -0/+0 |
| * | 464749: Fix, remove Play class | Andy Clement | 2015-04-20 | 3 | -0/+0 |
* | | minor tweaks to better handle J9 | Andy Clement | 2017-09-20 | 4 | -0/+0 |
* | | add asm v6 for stackmap creation on Java 9 | Andy Clement | 2016-07-23 | 2 | -0/+0 |