diff options
Diffstat (limited to 'docs/release/README-1.9.19.adoc')
-rw-r--r-- | docs/release/README-1.9.19.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |