diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-15 18:38:48 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-15 18:41:51 +0700 |
commit | 12099c5d953c00ef579ae1044d55e6502250c7ca (patch) | |
tree | 115a701993c31fad9e41270a46b929ad2ff70f9b /docs/release/README-1.8.14.adoc | |
parent | 8a8ac8f0c6fb755f85ed9b1de24dfddd5026235c (diff) | |
download | aspectj-12099c5d953c00ef579ae1044d55e6502250c7ca.tar.gz aspectj-12099c5d953c00ef579ae1044d55e6502250c7ca.zip |
Add missing release notes for 1.8.12, 1.8.13, 1.8.14
I found those in HTML only on the Eclipse web server, but not in the Git
repository. So, I manually converted them to ADOC.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/release/README-1.8.14.adoc')
-rw-r--r-- | docs/release/README-1.8.14.adoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/release/README-1.8.14.adoc b/docs/release/README-1.8.14.adoc new file mode 100644 index 000000000..ddcd2cbaa --- /dev/null +++ b/docs/release/README-1.8.14.adoc @@ -0,0 +1,12 @@ += AspectJ 1.8.14 + +_© Copyright 2019 Contributors. All rights reserved._ + +_Release info: 1.8.14 available 6-Mar-2019_ + +Small release that: + + * Will skip `module-info.class` and class files under `META-INF` that you find in multi-release JARs, as described in + link:https://bugs.eclipse.org/bugs/show_bug.cgi?id=545033[bug 545033]. This enables some usage of AspectJ 8 operating + on JARs containing some of these features from later Java (but where the main set of classfiles in a JAR are Java 8 + or lower). For proper treatment of Java 9 code, please use AspectJ 1.9 or later. |