Skip to content

Commit

Permalink
Update release notes 1.9.7 to 1.9.21
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kriegaex committed Mar 16, 2024
1 parent bc0c1c0 commit 82e8282
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/release/README-1.9.19.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/release/README-1.9.20.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/release/README-1.9.21.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/release/README-1.9.7.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/release/README-1.9.8.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/release/README-1.9.9.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82e8282

Please sign in to comment.