aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1.9.7 milestone 1 publishedAndy Clement2020-08-2134-42/+77
* Merge pull request #18 from larsgrefer/feature/github-actionsV1_9_7M1Andy Clement2020-08-161-10/+18
|\
| * Split tests in a separate step on GitHub ActionsLars Grefer2020-08-171-10/+18
|/
* debug for test failure under github actionAndy Clement2020-08-162-25/+32
* Update to JUnit Jupiter 5.6.2Lars Grefer2020-08-161-10/+32
* Merge pull request #16 from larsgrefer/cleanup/modifiersAndy Clement2020-08-1693-2550/+2550
|\
| * Remove unnecessary interface modifiersLars Grefer2020-08-1791-2548/+2548
| * Remove unnecessary enum modifiersLars Grefer2020-08-172-2/+2
* | debug for test failure under github actionAndy Clement2020-08-161-0/+2
|/
* debug for test failure under github actionAndy Clement2020-08-161-10/+11
* polishAndy Clement2020-08-1615-253/+268
* Merge pull request #10 from larsgrefer/cleanup/pomAndy Clement2020-08-1624-31/+0
|\
| * Remove non-existing dependencyLars Grefer2020-08-151-8/+0
| * Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-1523-23/+0
* | Reduce test output for incremental comp testsAndy Clement2020-08-155-50/+60
* | Merge pull request #13 from larsgrefer/feature/collection-performanceAndy Clement2020-08-15128-491/+340
|\ \
| * \ Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-15148-438/+361
| |\ \ | |/ / |/| |
* | | Merge pull request #15 from larsgrefer/update/maven/3.6.3Andy Clement2020-08-155-189/+242
|\ \ \
| * | | Update to Maven 3.6.3Lars Grefer2020-08-165-189/+242
* | | | Merge pull request #12 from larsgrefer/cleanup/unused-codeAndy Clement2020-08-15135-155/+2
|\ \ \ \
| * | | | Cleanup unused importsLars Grefer2020-08-16135-155/+2
| |/ / /
* | | | Merge pull request #11 from larsgrefer/feature/editorconfigAndy Clement2020-08-151-0/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Add a basic .editorconfig fileLars Grefer2020-08-151-0/+20
* | | | Update to JUnit 4.13Lars Grefer2020-08-1510-35/+37
* | | | Merge pull request #7 from larsgrefer/patch-2Andy Clement2020-08-151-2/+2
|\ \ \ \
| * | | | Use the Maven Wrapper for GitHub ActionsLars Grefer2020-08-151-2/+2
* | | | | Reduce test output for incremental comp testsAndy Clement2020-08-155-49/+32
* | | | | Fix test on J14Andy Clement2020-08-152-18/+28
| |_|_|/ |/| | |
| | | * Weaken Collection declarationsLars Grefer2020-08-1580-199/+193
| | | * Redundant Collection.addAll() callLars Grefer2020-08-1528-78/+41
| | | * Collection.toArray() call styleLars Grefer2020-08-1529-40/+40
| | | * Single Map method can be usedLars Grefer2020-08-154-30/+6
| | | * Manual array copyLars Grefer2020-08-156-69/+29
| | | * Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-1512-17/+17
| | | * Replace List.indexOf() with List.contains()Lars Grefer2020-08-151-1/+1
| | | * Manual array to collection copyLars Grefer2020-08-1511-72/+20
| |_|/ |/| |
* | | Fix the serial version UID contribution to work properlyAndy Clement2020-08-141-126/+126
* | | lets have maven fail if those tests fail...Andy Clement2020-08-1419-70/+90
| |/ |/|
* | typoAndy Clement2020-08-141-1/+1
* | Merge pull request #5 from larsgrefer/remove-old-version-checksAndy Clement2020-08-1427-367/+196
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-141-2/+2
| |\ | |/ |/|
* | Test on LTS versions and most recent non LTSAndy Clement2020-08-141-2/+2
| * Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-1422-398/+371
| |\ | |/ |/|
* | Merge pull request #4 from larsgrefer/feature/github-actionsAndy Clement2020-08-144-91/+9
|\ \
| * \ Merge branch 'master' of github.com:eclipse/org.aspectj into feature/github-a...Lars Grefer2020-08-1417-205/+247
| |\ \ | |/ / |/| |
* | | Fix up tests and reduce verbosity on J11Andy Clement2020-08-1413-198/+230
* | | Attempting to get J11 build happy at githubAndy Clement2020-08-131-4/+0
* | | Making tests behave on 11Andy Clement2020-08-134-5/+19
| * | Merge branch 'feature/simplify-ajdoc' of github.com:larsgrefer/org.aspectj in...Lars Grefer2020-08-147-196/+123
| |\ \
| | * | Always run javadoc using the ToolProvider APILars Grefer2020-08-142-87/+4
| |/ / |/| |