aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-22 20:53:10 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-22 20:53:10 +0100
commit9279adc198abe155e2973a78690b50eadd69bc2c (patch)
tree5b7900a3f70cd037fa0b2f60b346cd8839b2dccf /docs
parent08fc5f7cc74815861f9f1dc8cac7a0c06d6efa68 (diff)
downloadaspectj-9279adc198abe155e2973a78690b50eadd69bc2c.tar.gz
aspectj-9279adc198abe155e2973a78690b50eadd69bc2c.zip
Switch to Java 22 + add basic test suite
The tests from Java 21 were copied to 22. Inactive ones were activated after their features under test were fixed/implemented. Preview ones were promotes to final ones for unnamed variables and patterns. TODO: Add tests for new Java 22 features and maybe adjust or amend existing feature tests, if preview or final characteristics have changed since Java 21. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r--docs/devguide/ajc.adoc6
-rw-r--r--docs/release/README-1.9.21.adoc3
2 files changed, 3 insertions, 6 deletions
diff --git a/docs/devguide/ajc.adoc b/docs/devguide/ajc.adoc
index 72f2112b6..578c9ce6c 100644
--- a/docs/devguide/ajc.adoc
+++ b/docs/devguide/ajc.adoc
@@ -178,11 +178,11 @@ Limitations which apply to both LTW and CTW modes include:
<Directory> defaults to the current working dir.
// AspectJ_JDK_Update: increment max. version and, if necessary, min. version
-`-source <[1.3 to 21]>`::
+`-source <[1.3 to 22]>`::
Set source file Java language level
-`-target <[1.3 to 21]>`::
+`-target <[1.3 to 22]>`::
Set classfile Java bytecode level
-`-<[1.3 to 21]>`::
+`-<[1.3 to 22]>`::
Set compiler compliance level. Implies identical `-source` and `-target` levels.
E.g., `-11` implies `-source 11` and `-target 11`.
diff --git a/docs/release/README-1.9.21.adoc b/docs/release/README-1.9.21.adoc
index a3bfc5394..48a35cbe0 100644
--- a/docs/release/README-1.9.21.adoc
+++ b/docs/release/README-1.9.21.adoc
@@ -2,9 +2,6 @@
:doctype: book
:leveloffset: +1
-// AspectJ_JDK_Update: Each a.b.c release needs a new release notes document. For a.b.c.d minors, the existing a.b.c
-// document can be updated. After copying this document, remove the comment from the previous one.
-
The releases 1.9.21, 1.9.21.1 and 1.9.21.2 are described together in this document.
= AspectJ 1.9.21.2