aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/README-1.9.8.adoc
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-16 11:00:29 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-16 11:00:29 +0100
commit82e82821d805cc6159a9816fdc764a59258d4f8e (patch)
treec94459515e22034f0d3b0fb650b93e76f8410cec /docs/release/README-1.9.8.adoc
parentbc0c1c07879cf98ce628576f8a0c6ca249e78836 (diff)
downloadaspectj-82e82821d805cc6159a9816fdc764a59258d4f8e.tar.gz
aspectj-82e82821d805cc6159a9816fdc764a59258d4f8e.zip
Update release notes 1.9.7 to 1.9.21
Add hint: "As of AspectJ 1.9.21.1, '--add-opens' is no longer necessary. Please upgrade, if it bothers you too much." Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/release/README-1.9.8.adoc')
-rw-r--r--docs/release/README-1.9.8.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release/README-1.9.8.adoc b/docs/release/README-1.9.8.adoc
index 33208450f..b42f10f90 100644
--- a/docs/release/README-1.9.8.adoc
+++ b/docs/release/README-1.9.8.adoc
@@ -75,6 +75,8 @@ the JVM parameter `--add-opens java.base/java.lang=ALL-UNNAMED` in order to enab
fact that the weaver uses internal APIs for which we have not found an adequate replacement yet when defining classes
in different classloaders.
+**Update:** As of AspectJ 1.9.21.1, `--add-opens` is no longer necessary. Please upgrade, if it bothers you too much.
+
=== Compile with Java preview features
For features marked as preview on a given JDK, you need to compile with `ajc --enable-preview` and run with