aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2017-09-26 08:39:16 -0700
committerAndy Clement <aclement@pivotal.io>2017-09-26 08:39:16 -0700
commit189eb5a07a3120ac1c89222d5e01e47c0b730f33 (patch)
tree30b2df4f6a07963cac22fdb953d302e5db0d9a23 /docs
parentb1ce395b9b55c74f9a6db9787ed9b382d022d710 (diff)
downloadaspectj-189eb5a07a3120ac1c89222d5e01e47c0b730f33.tar.gz
aspectj-189eb5a07a3120ac1c89222d5e01e47c0b730f33.zip
1.8.11 release info updates
Diffstat (limited to 'docs')
-rw-r--r--docs/dist/doc/README-1811.html38
-rw-r--r--docs/dist/doc/index.html1
2 files changed, 39 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.8.11 Readme</title>
+<style type="text/css">
+<!--
+ P { margin-left: 20px; }
+ PRE { margin-left: 20px; }
+ LI { margin-left: 20px; }
+ H4 { margin-left: 20px; }
+ H3 { margin-left: 10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+&copy; Copyright 2017 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.8.11 Readme</h1>
+
+<p>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).</p>
+
+<p>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.</p>
+
+<ul>
+<li>1.8.11 available 26-Sep-2017
+</ul>
+
+</body>
+</html>
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 @@
<tr> <td>README's
</td>
<td>Changes and porting guide for AspectJ
+ <a href="README-1811.html">1.8.10</a>,
<a href="README-1810.html">1.8.10</a>,
<a href="README-189.html">1.8.9</a>,
<a href="README-188.html">1.8.8</a>,