Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New abstract class JavaVersionSpecificXMLBasedAjcTestCase | Alexander Kriegisch | 2024-02-19 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Replaces now obsolete base classes - XMLBasedAjcTestCaseForJava[n]OrLater, - XMLBasedAjcTestCaseForJava[n]Only. The new class is parametrised with minimum and maximum Java version and hence can replace all the other classes. This does not only apply the DRY principle, but also makes adding tests for new Java versions less tedious. By chance, I also noticed missing sanity tests for Java 12, which I added as a little drive-by benefit. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Cosmetic fixes in Java 18 tests (e.g. copyright year 2022) | Alexander Kriegisch | 2022-10-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Prepare code, tests and docs for Java 18 | Alexander Kriegisch | 2022-03-21 | 1 | -0/+32 |
- JDT Core dependency in pom.xml - Constants.java - LangUtil.java - AjcTask.java - messages_aspectj.properties - XMLBasedAjcTestCaseForJava17Only.java - XMLBasedAjcTestCaseForJava18*.java - tests/bugs199 - tests/features199 - JavaVersionCompatibility.md - README-199.html - GitHub CI build Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> |