]> source.dussan.org Git - aspectj.git/commitdiff
1.8.8 readme
authorAndy Clement <aclement@pivotal.io>
Thu, 7 Jan 2016 21:17:50 +0000 (13:17 -0800)
committerAndy Clement <aclement@pivotal.io>
Thu, 7 Jan 2016 21:17:50 +0000 (13:17 -0800)
docs/dist/doc/README-188.html [new file with mode: 0644]
docs/dist/doc/index.html

diff --git a/docs/dist/doc/README-188.html b/docs/dist/doc/README-188.html
new file mode 100644 (file)
index 0000000..1c7bc17
--- /dev/null
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.8.8 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 2016 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.8.8 Readme</h1>
+
+<p>The full list of resolved issues in 1.8.8 is available 
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.8.8;">here</a></h2>.</p>
+
+<ul>
+<li>1.8.8 available 7-Jan-2016
+</ul>
+
+<h2>Notable changes</h2>
+
+<h3>Around advice on default methods</h3>
+<p>In previous releases attempting to apply around advice to default methods would
+create methods with rogue modifiers in the interface declaring the default method (loading
+these interfaces would then result in a verifier error).
+This has now been fixed.</p>
+
+<!-- ============================== -->  
+</body>
+</html>
index 056e25bac04fa704d15b5bff11af80f00f472c9c..55324f340e17385cd3d03ee5a9f70df2656c6b3b 100644 (file)
 <tr> <td>README's
      </td>
      <td>Changes and porting guide for AspectJ 
-        <a href="README-187.html">1.8.6</a>,
+        <a href="README-188.html">1.8.8</a>,
+        <a href="README-187.html">1.8.7</a>,
         <a href="README-186.html">1.8.6</a>,
         <a href="README-185.html">1.8.5</a>,
         <a href="README-184.html">1.8.4</a>,