diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-08-16 11:17:59 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-08-16 11:17:59 +0700 |
commit | d2b302955c7d239fae238ba2b6f0f6b5d10c334a (patch) | |
tree | a07b5a63ecc3246b74e931fbc09504570f5dd9bb | |
parent | 1a0c6bbf3cbb55359f872a803ea073e3b4be7110 (diff) | |
download | aspectj-d2b302955c7d239fae238ba2b6f0f6b5d10c334a.tar.gz aspectj-d2b302955c7d239fae238ba2b6f0f6b5d10c334a.zip |
Add more info and set release date in 1.9.20 release notes
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | docs/dist/doc/README-1920.html | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/dist/doc/README-1920.html b/docs/dist/doc/README-1920.html index 7fcc33269..6d833e25f 100644 --- a/docs/dist/doc/README-1920.html +++ b/docs/dist/doc/README-1920.html @@ -53,14 +53,19 @@ <ul> <li> - Since Java 9 and the introduction of the Java Module System, the upstream Eclipse Java Compiler (ECJ) and Eclipse - Java Development Tools (JDT) had gone through some internal changes, enabling both the compiler and the IDE to - handle new Java language features. In AspectJ, some of those internal changes have not been properly upgraded for - quite a while, but this is now fixed. However, it might <b>require you to recompile your aspects and - projects/classes using them.</b> Otherwise, you might get problems in Eclipse IDE or under certain circumstances - even when running newly compiled aspects in older AspectJ versions and vice versa. You are on the safe side if you - simply rebuild your projects. We are sorry for the inconvenience, but we have to follow upstream ECJ and JDT - changes. + Since Java 9 and the introduction of the Java Module System, the upstream Eclipse Java Compiler (ECJ) and Eclipse + Java Development Tools (JDT) had gone through some internal changes, enabling both the compiler and the IDE to + handle new Java language features. In AspectJ, some of those internal changes have not been properly upgraded for + quite a while, but this is now fixed. However, it might <b>require you to recompile your aspects and + projects/classes using them.</b> Otherwise, you might get problems in Eclipse IDE or under certain circumstances + even when running newly compiled aspects in older AspectJ versions and vice versa. You are on the safe side if you + simply rebuild your projects. We are sorry for the inconvenience, but we have to follow upstream ECJ and JDT + changes. + </li> + <li> + Along with fixing <a href="https://github.com/eclipse-aspectj/aspectj/issues/24">GitHub bug 24</a>, the syntax for + array type matching has been improved considerably. You can find some examples + <a href="https://github.com/eclipse-aspectj/aspectj/tree/master/tests/bugs1920/github_24">here</a>. </li> </ul> @@ -147,7 +152,7 @@ <hr> <p> - <b>Available:</b> 1.9.20 on 27###-Mar-2023 + <b>Available:</b> 1.9.20 on 16-Aug-2023 </p> </body> |