From: Alexander Kriegisch Date: Sat, 16 Mar 2024 10:00:29 +0000 (+0100) Subject: Update release notes 1.9.7 to 1.9.21 X-Git-Tag: V1_9_22~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=82e82821d805cc6159a9816fdc764a59258d4f8e;p=aspectj.git 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 --- diff --git a/docs/release/README-1.9.19.adoc b/docs/release/README-1.9.19.adoc index a81156934..5f419c421 100644 --- a/docs/release/README-1.9.19.adoc +++ b/docs/release/README-1.9.19.adoc @@ -77,6 +77,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 diff --git a/docs/release/README-1.9.20.adoc b/docs/release/README-1.9.20.adoc index 8e1087358..0ebda01c2 100644 --- a/docs/release/README-1.9.20.adoc +++ b/docs/release/README-1.9.20.adoc @@ -103,6 +103,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 diff --git a/docs/release/README-1.9.21.adoc b/docs/release/README-1.9.21.adoc index fab41ae57..a3bfc5394 100644 --- a/docs/release/README-1.9.21.adoc +++ b/docs/release/README-1.9.21.adoc @@ -165,6 +165,8 @@ JEPs. Therefore, you need to set the JVM parameter `--add-opens java.base/java.l aspect weaving. This is due to the 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 diff --git a/docs/release/README-1.9.7.adoc b/docs/release/README-1.9.7.adoc index c59d838dc..88759085b 100644 --- a/docs/release/README-1.9.7.adoc +++ b/docs/release/README-1.9.7.adoc @@ -60,6 +60,8 @@ order to enable aspect weaving. This is due to the 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. + == Organisational and internal changes For AspectJ 1.9.7, we implemented a lot of internal changes concerning 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 diff --git a/docs/release/README-1.9.9.adoc b/docs/release/README-1.9.9.adoc index 80408baf1..7c83fafc1 100644 --- a/docs/release/README-1.9.9.adoc +++ b/docs/release/README-1.9.9.adoc @@ -88,6 +88,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