| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert WeavingAdaptor generated class map optimisation | Alexander Kriegisch | 2024-04-08 | 1 | -2/+10 |
* | Raise ClassLoaderWeavingAdaptor::defineClass visibility to protected | Alexander Kriegisch | 2024-04-04 | 1 | -2/+2 |
* | Improved fix for #285 | KimmingLau | 2024-03-04 | 1 | -3/+4 |
* | Add implementation note and JDK-8325536 link to Aj.preProcess | Alexander Kriegisch | 2024-02-09 | 1 | -0/+5 |
* | Store only weaved class names in the generatedClasses map | Uri Simchoni | 2024-02-08 | 1 | -15/+2 |
* | 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 | 5 | -17/+30 |
* | Workaround for defining classes during LTW | Alexander Kriegisch | 2024-01-29 | 1 | -145/+228 |
* | Globally fix spelling error "dependancy/dependancies" | Alexander Kriegisch | 2024-01-06 | 1 | -1/+1 |
* | Do not use String literal as synchronized lock | Andrey Turbanov | 2022-04-15 | 1 | -1/+1 |
* | Reduce 'Object' class usage | Andrey Turbanov | 2022-04-15 | 1 | -5/+6 |
* | Reduce empty array allocations | Andrey Turbanov | 2021-12-18 | 1 | -6/+7 |
* | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 2 | -3/+3 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 10 | -77/+77 |
* | Remove JRockit LTW support, particularly JRockitAgent | Alexander Kriegisch | 2021-04-10 | 1 | -84/+0 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 2 | -6/+3 |
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 1 | -1/+1 |
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 3 | -3/+3 |
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -2/+2 |
* | debug for test failure under github action | Andy Clement | 2020-08-16 | 1 | -22/+27 |
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 3 | -3/+0 |
|\ |
|
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 3 | -3/+0 |
* | | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 1 | -2/+1 |
|/ |
|
* | Remove checks for old Java Versions | Lars Grefer | 2020-08-13 | 1 | -1/+1 |
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 3 | -33/+33 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 2 | -3/+3 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 4 | -125/+115 |
* | polish | Andy Clement | 2019-11-29 | 3 | -6/+6 |
* | fix comment | Andy Clement | 2019-11-28 | 1 | -24/+23 |
* | tidyup | Andy Clement | 2019-02-08 | 1 | -1/+1 |
* | Merged loadtime5 into loadtime | Andy Clement | 2019-01-28 | 2 | -0/+120 |
* | mavenizing loadtime - wip | Andy Clement | 2019-01-28 | 1 | -1/+2 |
* | mavenizing loadtime - wip | Andy Clement | 2019-01-25 | 9 | -0/+3297 |