diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-14 20:16:27 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-14 20:16:27 +0700 |
commit | 3b81ea114192b5850867a0a6c49aed5cd93a922d (patch) | |
tree | c1c49de1e26e41aa21449021e165410c96b80639 /docs/dist/doc | |
parent | 65645a2770acd7b0d662e10c0a394465ff050518 (diff) | |
download | aspectj-3b81ea114192b5850867a0a6c49aed5cd93a922d.tar.gz aspectj-3b81ea114192b5850867a0a6c49aed5cd93a922d.zip |
Add info about #269 to 1.9.21 release notes
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/dist/doc')
-rw-r--r-- | docs/dist/doc/README-1921.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dist/doc/README-1921.html b/docs/dist/doc/README-1921.html index 664bcf423..7f443a25c 100644 --- a/docs/dist/doc/README-1921.html +++ b/docs/dist/doc/README-1921.html @@ -90,6 +90,12 @@ <tt>aspectjrt</tt> and the load-time weaver <tt>aspectjweaver</tt> still only require JRE 8+. </p> <p> + Please note: If you run <tt>ajc</tt> on JDKs 11-16, you will probably see an error like + <tt>java.lang.NoSuchFieldError: RELEASE_17</tt>, and an <tt>ajcore.*.txt</tt> dump file will be created, while running + it on even older JDKs will rather yield an <tt>UnsupportedClassVersionError</tt>. See + <a href="https://github.com/eclipse-aspectj/aspectj/issues/269">GitHub issue 269</a> for more details. +</p> +<p> History: Since 1.9.7, the AspectJ compiler <tt>ajc</tt> needed JDK 11+, before then JDK 8+. </p> |