| Commit message (Expand) | Author | Age | Files | Lines |
* | Release AspectJ 1.9.22V1_9_22 | Alexander Kriegisch | 2024-03-23 | 1 | -1/+1 |
* | Remove BCEL files from 'lib' module | Alexander Kriegisch | 2024-03-15 | 1 | -4/+8 |
* | Set version to 1.9.22-SNAPSHOT | Alexander Kriegisch | 2024-03-13 | 1 | -1/+1 |
* | Release AspectJ 1.9.21.2V1_9_21_2 | Alexander Kriegisch | 2024-03-13 | 1 | -1/+1 |
* | Improved fix for #285 | KimmingLau | 2024-03-04 | 2 | -45/+67 |
* | Improve unwoven class file handling in SimpleCache | Alexander Kriegisch | 2024-03-02 | 1 | -3/+2 |
* | Rephrase docs for WeavingXmlConfig::excludesType | Alexander Kriegisch | 2024-02-23 | 1 | -7/+17 |
* | LangUtil: remove methods like 'is11VMOrGreater', 'is1dot5VMOrGreater' | Alexander Kriegisch | 2024-02-19 | 5 | -8/+8 |
* | Globally replace "http:" by "https:" in non-XML files | Alexander Kriegisch | 2024-02-15 | 3 | -6/+6 |
* | Remove noise from aspectj_1_5_0.dtd | Alexander Kriegisch | 2024-02-15 | 1 | -68/+47 |
* | Set version to 1.9.22-SNAPSHOT | Alexander Kriegisch | 2024-02-14 | 1 | -1/+1 |
* | Release 1.9.21.1V1_9_21_1 | Alexander Kriegisch | 2024-02-14 | 1 | -1/+1 |
* | Factor out some anonymous IWeaveRequestor classes to inner classes | Alexander Kriegisch | 2024-02-08 | 2 | -60/+55 |
* | Store only weaved class names in the generatedClasses map | Uri Simchoni | 2024-02-08 | 1 | -1/+0 |
* | Remove WeavingAdaptor.couldWeave() | Uri Simchoni | 2024-02-08 | 1 | -9/+1 |
* | Use previous weaving result if classes were generated during weaving | Uri Simchoni | 2024-02-08 | 1 | -1/+24 |
* | Change value of woven class in generatedClasses map | Uri Simchoni | 2024-02-08 | 1 | -1/+1 |
* | Add javadoc links to ClassFileTransformer::transform | Alexander Kriegisch | 2024-02-07 | 1 | -0/+2 |
* | Weaver returns null instead of original bytes for unwoven classes | Alexander Kriegisch | 2024-02-07 | 2 | -19/+28 |
* | Workaround for defining classes during LTW | Alexander Kriegisch | 2024-01-29 | 1 | -0/+4 |
* | Set version to 1.9.21.1-SNAPSHOT | Alexander Kriegisch | 2023-12-15 | 1 | -1/+1 |
* | Set version to 1.9.22-SNAPSHOT | Alexander Kriegisch | 2023-12-11 | 1 | -1/+1 |
* | Release AspectJ 1.9.21V1_9_21 | Alexander Kriegisch | 2023-12-11 | 1 | -1/+1 |
* | Simple regression test unit test for #266 | Alexander Kriegisch | 2023-12-10 | 1 | -0/+51 |
* | Set exception root cause in ExtensibleURLClassLoader::findClass | Andy Russell | 2023-12-10 | 1 | -1/+1 |
* | Set version to 1.9.21-SNAPSHOT again | Alexander Kriegisch | 2023-12-02 | 1 | -1/+1 |
* | Release candidate 1.9.21.RC1V1_9_21_RC1 | Alexander Kriegisch | 2023-12-02 | 1 | -1/+1 |
* | Set version 1.9.21-SNAPSHOT | Alexander Kriegisch | 2023-11-19 | 1 | -1/+1 |
* | Release milestone 1.9.21.M1V1_9_21_M1 | Alexander Kriegisch | 2023-11-19 | 1 | -1/+1 |
* | Remove old '.cvsignore' files | Alexander Kriegisch | 2023-09-27 | 1 | -2/+0 |
* | Set version to 1.9.21-SNAPSHOT | Alexander Kriegisch | 2023-09-04 | 1 | -1/+1 |
* | AspectJ release 1.9.20.1 | Alexander Kriegisch | 2023-09-04 | 1 | -1/+1 |
* | Set version to 1.9.21-SNAPSHOT | Alexander Kriegisch | 2023-08-16 | 1 | -1/+1 |
* | Release 1.9.20V1_9_20 | Alexander Kriegisch | 2023-08-16 | 1 | -1/+1 |
* | Improve error message in LazyClassGen.getJavaClassBytesIncludingReweavable | Alexander Kriegisch | 2023-08-06 | 3 | -11/+17 |
* | Fix inline accessor method bug in BcelAccessForInlineMunger | Alexander Kriegisch | 2023-08-06 | 1 | -5/+9 |
* | Use relocated ASM class names in BCException message | Alexander Kriegisch | 2023-08-04 | 1 | -5/+8 |
* | BcelTypeMunger.getRealMemberForITDFromAspect code cosmetics | Alexander Kriegisch | 2023-06-26 | 1 | -33/+24 |
* | Correctly identify ITD method signatures in weaver | Alexander Kriegisch | 2023-06-26 | 1 | -7/+1 |
* | Fix GitHub #214 | Alexander Kriegisch | 2023-01-21 | 1 | -1/+1 |
* | BcelTypeMunger.mungeMethodDelegate: only use 'synchronized' when necessary | Alexander Kriegisch | 2023-01-07 | 1 | -3/+25 |
* | Improve BcelTypeMunger.mungeMethodDelegate to avoid race condition | Alexander Kriegisch | 2023-01-04 | 1 | -2/+31 |
* | Set version to 1.9.20-SNAPSHOT | Alexander Kriegisch | 2022-12-21 | 1 | -1/+1 |
* | AspectJ release 1.9.19V1_9_19 | Alexander Kriegisch | 2022-12-21 | 1 | -1/+1 |
* | Fix #366085 concerning declared annotations with source retention | Alexander Kriegisch | 2022-12-21 | 1 | -2/+8 |
* | Set Maven version to 1.9.19-SNAPSHOT | Alexander Kriegisch | 2022-10-02 | 1 | -1/+1 |
* | Cleanup redundant null check before instanceof | Andrey Turbanov | 2022-04-17 | 1 | -1/+1 |
* | Remove redundant casts after generics update | Andrey Turbanov | 2022-04-12 | 5 | -5/+5 |
* | BcelWorld.reportMatch: handle 'kind.getName() == null' correctly | Alexander Kriegisch | 2022-04-10 | 1 | -5/+7 |
* | Set version to 1.9.10-SNAPSHOT | Alexander Kriegisch | 2022-03-31 | 1 | -1/+1 |