| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Set Maven version to 1.9.19-SNAPSHOT | Alexander Kriegisch | 2022-10-02 | 1 | -1/+1 |
* | Remove redundant casts after generics update | Andrey Turbanov | 2022-04-12 | 7 | -10/+10 |
* | Set version to 1.9.10-SNAPSHOT | Alexander Kriegisch | 2022-03-31 | 1 | -1/+1 |
* | Release AspectJ version 1.9.9.1V1_9_9_1 | Alexander Kriegisch | 2022-03-31 | 1 | -1/+1 |
* | Set version to 1.9.10-SNAPSHOT | Alexander Kriegisch | 2022-03-24 | 1 | -1/+1 |
* | Set version to 1.9.9V1_9_9 | Alexander Kriegisch | 2022-03-24 | 1 | -1/+1 |
* | Make Stack<AroundClosure> in JoinPointImpl InheritableThreadLocal | Alexander Kriegisch | 2022-03-23 | 1 | -6/+19 |
* | Cleanup redundant type casts, due to too weak variable type declaration | Andrey Turbanov | 2022-02-26 | 1 | -2/+1 |
* | Set version to 1.9.9-SNAPSHOT | Alexander Kriegisch | 2022-02-11 | 1 | -1/+1 |
* | Set version to 1.9.8V1_9_8 | Alexander Kriegisch | 2022-02-11 | 1 | -1/+1 |
* | Update 'runtime' code to use generics | Andrey Turbanov | 2022-01-10 | 24 | -98/+98 |
* | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 13 | -13/+13 |
* | Set version to 1.9.8-SNAPSHOT | Andy Clement | 2021-06-24 | 1 | -1/+1 |
* | 1.9.7 releaseV1_9_7 | Andy Clement | 2021-06-24 | 1 | -1/+1 |
* | Document build profiles and properties in docs/developer/BUILD.md | Alexander Kriegisch | 2021-06-10 | 1 | -23/+0 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 122 | -1284/+1284 |
* | Use canonical snapshot version 1.9.7-SNAPSHOT | Alexander Kriegisch | 2021-05-23 | 1 | -1/+1 |
* | Create javadoc for all public artifacts, fix dependencies | Alexander Kriegisch | 2021-05-16 | 1 | -1/+0 |
* | Remove redundant 'name' and 'packaging' tags from POMs | Alexander Kriegisch | 2021-04-15 | 1 | -2/+0 |
* | Clean up Maven dependencies using 'dependency:analyze' goal | Alexander Kriegisch | 2021-04-12 | 1 | -8/+0 |
* | Revert to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-08-21 | 1 | -1/+1 |
* | 1.9.7 milestone 1 published | Andy Clement | 2020-08-21 | 1 | -1/+1 |
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 11 | -286/+286 |
* | Merge pull request #10 from larsgrefer/cleanup/pom | Andy Clement | 2020-08-16 | 1 | -1/+0 |
|\ |
|
| * | Remove project.parent.relative path as ../pom.xml is already the default | Lars Grefer | 2020-08-15 | 1 | -1/+0 |
* | | Cleanup unused imports | Lars Grefer | 2020-08-16 | 2 | -4/+0 |
|/ |
|
* | Merge pull request #3 from larsgrefer/feature/github-actions | Andy Clement | 2020-08-13 | 1 | -0/+1 |
|\ |
|
| * | Fix Javadoc generation on Java 11 | Lars Grefer | 2020-08-13 | 1 | -0/+1 |
* | | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 3 | -27/+27 |
|/ |
|
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 3 | -8/+8 |
* | Unnecessary boxing | Lars Grefer | 2020-08-08 | 1 | -7/+7 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 4 | -10/+10 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 4 | -10/+10 |
* | Polish | Andy Clement | 2020-07-22 | 1 | -37/+37 |
* | Rev to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-07-22 | 1 | -1/+1 |
* | AspectJ 1.9.6 final bitsV1_9_6 | Andy Clement | 2020-07-22 | 1 | -1/+1 |
* | polish | Andy Clement | 2020-04-20 | 1 | -0/+2 |
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 2 | -32/+35 |
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 1 | -1/+1 |
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 1 | -1/+1 |
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -1/+1 |
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 |
* | pushed versions to 1.9.4.BUILD-SNAPSHOT | Andy Clement | 2019-04-17 | 1 | -1/+1 |
* | 333274: more tests and fixes: nested @Around advice with proceed | Andy Clement | 2019-02-19 | 3 | -20/+82 |
* | removed manifest templates | Andy Clement | 2019-02-07 | 2 | -23/+0 |
* | polish javadoc in runtime module | Andy Clement | 2019-02-07 | 60 | -486/+366 |
* | Add module tests back in - but streamlined | Andy Clement | 2019-01-31 | 3 | -3/+43 |
* | mavenizing runtime module - merged in aspectj5rt | Andy Clement | 2019-01-24 | 73 | -0/+5737 |