| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Java 16 Linux matcher variant to HtmlDecorator | Alexander Kriegisch | 2021-03-22 | 2 | -90/+121 |
* | Add diagnostic output to HtmlDecorator if AJ-Doc generation fails | Alexander Kriegisch | 2021-03-21 | 2 | -0/+14 |
* | Make BCEL classpath utility recognise Java 16-19, fixing many tests | Alexander Kriegisch | 2021-03-21 | 1 | -1/+1 |
* | Fix AjcTaskTest regarding Ajc output | Alexander Kriegisch | 2021-03-21 | 1 | -3/+3 |
* | Fix OutjarTest regarding Ajc output (usage messages etc.) | Alexander Kriegisch | 2021-03-21 | 1 | -46/+39 |
* | Set explicit en_US locale for build timestamps in Build Helper Maven | Alexander Kriegisch | 2021-03-21 | 2 | -3/+6 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 33 | -71/+73 |
* | Fix + improve some tests regarding Ajc output (usage messages etc.) | Alexander Kriegisch | 2021-03-21 | 6 | -92/+114 |
* | Java 16 fix: ParseUtil.fileToEncodedURL(File) causes IllegalAccessError | Alexander Kriegisch | 2021-03-21 | 1 | -1/+1 |
* | Upgrade GitHub CI workflow from Java (8, 11, 15) to (8, 11, 16) | Alexander Kriegisch | 2021-03-21 | 1 | -1/+1 |
* | Add Java 16 test suite for AspectJ 1.9.7 + test refactorings | Alexander Kriegisch | 2021-03-21 | 22 | -154/+376 |
* | Remove module 'run-all-junit-tests' from root POM -> speed up the build | Alexander Kriegisch | 2021-03-21 | 6 | -110/+119 |
* | Fix MultiProjectIncrementalTests.testInvalidAspectpath_pr121395 | Alexander Kriegisch | 2021-03-20 | 1 | -1/+8 |
* | Fix tests not finding project base directory 'org.aspectj' | Alexander Kriegisch | 2021-03-20 | 2 | -14/+39 |
* | Fix tests expecting usage texts as failure outputs | Alexander Kriegisch | 2021-03-20 | 2 | -207/+201 |
* | Fix test relying on JVM warning being stripped from output | Alexander Kriegisch | 2021-03-20 | 2 | -15/+12 |
* | Improve usage text, error and warning output in batch compiler | Alexander Kriegisch | 2021-03-20 | 9 | -29/+42 |
* | Improve batch compiler usage messages | Alexander Kriegisch | 2021-03-20 | 1 | -33/+40 |
* | Fix invalid manifests leading to "Could not find or load main class" | Alexander Kriegisch | 2021-03-19 | 4 | -12/+56 |
* | Strip down compiler messages to AspectJ-specific ones | Alexander Kriegisch | 2021-03-19 | 3 | -277/+27 |
* | Begin migration to 'aspectj' locale for compiler messages | Alexander Kriegisch | 2021-03-19 | 4 | -12/+1 |
* | Add Java 15 / AspectJ 1.9.7 test suite | Alexander Kriegisch | 2021-03-17 | 19 | -17/+533 |
* | Add 'yield' usage to Java 12/13 switch expressions tests | Alexander Kriegisch | 2021-03-17 | 3 | -19/+28 |
* | Do not run tests using Java 14 preview features on this Java 15 compiler | Alexander Kriegisch | 2021-03-17 | 2 | -0/+10 |
* | Restructure Java 14 / AJ 1.9.6 tests | Alexander Kriegisch | 2021-03-17 | 8 | -9/+10 |
* | Use static import for HtmlDecorator.TYPE_NAME_LABEL | Alexander Kriegisch | 2021-03-16 | 2 | -25/+27 |
* | Add Java 15 class vile version to BCEL constants, adjust test tools etc. | Alexander Kriegisch | 2021-03-16 | 7 | -81/+110 |
* | Upgrade to ASM 9.1, delete obsolete ASM binaries | Alexander Kriegisch | 2021-03-16 | 16 | -20/+19 |
* | Upgrade JDT Core to @3caefb80 (4.20 snapshot, date 2021-03-09) | Alexander Kriegisch | 2021-03-16 | 3 | -2/+16 |
* | Merge pull request #35 from kriegaex/make-aj196-tests-run-on-java15 | Andy Clement | 2021-03-15 | 59 | -3348/+3537 |
|\ |
|
| * | Simplify execution of PureJavaTests and KnownLimitationsTests | Alexander Kriegisch | 2021-03-14 | 6 | -2242/+2229 |
| * | Fix outdated ajcTestSuite.dtd and lots of XML problems | Alexander Kriegisch | 2021-03-14 | 15 | -397/+450 |
| * | Fix OutputSpec corner case (test empty output) from @052bd66f | Alexander Kriegisch | 2021-03-14 | 1 | -1/+2 |
| * | Make sure Java 14-only tests using preview are not executed on JVM 15+ | Alexander Kriegisch | 2021-03-14 | 5 | -57/+120 |
| * | Allow year 2021 in Checklics.License | Alexander Kriegisch | 2021-03-14 | 1 | -17/+7 |
| * | Move documentation generation into Maven profile 'create-docs' | Alexander Kriegisch | 2021-03-14 | 1 | -128/+167 |
| * | Improve text matching in OutputSpec, fixing some failing Windows tests | Alexander Kriegisch | 2021-03-14 | 3 | -27/+22 |
| * | Fix 'ajdoc' tests for Java 15 build | Alexander Kriegisch | 2021-03-14 | 26 | -466/+526 |
| * | Make MoveInstructionsWeaveTestCase.testFancyHello pass when run twice | Alexander Kriegisch | 2021-03-13 | 1 | -9/+14 |
| * | Make BCEL classpath utility recognise Java 15, fixing many tests | Alexander Kriegisch | 2021-03-13 | 1 | -5/+1 |
|/ |
|
* | Merge pull request #34 from kriegaex/test-fixes-kriegaex-20210312 | Andy Clement | 2021-03-12 | 3 | -567/+450 |
|\ |
|
| * | Fix: WeaveSpec no longer ignores the '-Xlintfile' parameter | Alexander Kriegisch | 2021-03-12 | 1 | -18/+23 |
| * | Add missing '-options' values -1.5, -1.9 to ajc{150,190_from150}.xml | Alexander Kriegisch | 2021-03-12 | 2 | -549/+427 |
|/ |
|
* | Merge pull request #33 from kriegaex/test-fixes-kriegaex-20210311 | Andy Clement | 2021-03-11 | 27 | -2082/+2086 |
|\ |
|
| * | Set maven-assembly-plugin version 3.1.1 explicitly for each POM module | Alexander Kriegisch | 2021-03-11 | 6 | -21/+40 |
| * | Replace path separators ';' by ',' in XML test specs | Alexander Kriegisch | 2021-03-11 | 14 | -1995/+1995 |
| * | Unify classpath handling in CompileSpec & RunSpec | Alexander Kriegisch | 2021-03-11 | 2 | -11/+7 |
| * | Fix MultiProjectIncrementalTests.testAspectPath_pr265693, 2nd try | Alexander Kriegisch | 2021-03-11 | 1 | -3/+7 |
| * | Try to fix MultiProjectIncrementalTests.testAspectPath_pr265693 | Alexander Kriegisch | 2021-03-11 | 1 | -1/+1 |
| * | AjcTestCase cosmetics: surround command in failure report by quotes | Alexander Kriegisch | 2021-03-11 | 1 | -2/+2 |