From 189eb5a07a3120ac1c89222d5e01e47c0b730f33 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Tue, 26 Sep 2017 08:39:16 -0700 Subject: 1.8.11 release info updates --- docs/dist/doc/README-1811.html | 38 ++++++++++++++++++++++++++++++++++++++ docs/dist/doc/index.html | 1 + 2 files changed, 39 insertions(+) create mode 100644 docs/dist/doc/README-1811.html (limited to 'docs/dist') diff --git a/docs/dist/doc/README-1811.html b/docs/dist/doc/README-1811.html new file mode 100644 index 000000000..e4ca44ee5 --- /dev/null +++ b/docs/dist/doc/README-1811.html @@ -0,0 +1,38 @@ + + +AspectJ 1.8.11 Readme + + + + +
+© Copyright 2017 Contributors. +All rights reserved. +
+ +

AspectJ 1.8.11 Readme

+ +

This release is a small compatibility release to improve the behaviour of the AspectJ 1.8 +line on JDK9. Importantly it includes a change that knows about the Java 9 version information +and so does not get confused and think it is running on something really old (which typically +manifests as it complaining about annotations not being supported on this level of Java).

+ +

With that change this release is usable for Spring AOP use cases because that is doing +runtime pointcut matching with proxy creation rather than actual weaving. Although if you +using Spring AOP with class level annotation retention there may still be issues. If you +experience problems or need to do actual weaving on JDK9, please use AspectJ9 instead.

+ + + + + diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index b42262a1a..d600c82b7 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -138,6 +138,7 @@ README's Changes and porting guide for AspectJ + 1.8.10, 1.8.10, 1.8.9, 1.8.8, -- cgit v1.2.3