]> source.dussan.org Git - aspectj.git/commitdiff
1.8.13 docs V1_8_13
authorAndy Clement <aclement@pivotal.io>
Wed, 15 Nov 2017 19:24:38 +0000 (11:24 -0800)
committerAndy Clement <aclement@pivotal.io>
Wed, 15 Nov 2017 19:24:38 +0000 (11:24 -0800)
docs/dist/doc/README-1813.html [new file with mode: 0644]
docs/dist/doc/index.html

diff --git a/docs/dist/doc/README-1813.html b/docs/dist/doc/README-1813.html
new file mode 100644 (file)
index 0000000..8e26413
--- /dev/null
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.8.13 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.13 Readme</h1>
+
+<p>Small release that:</p>
+
+<ul>
+<li>Dials back the performance optimizations for Spring AOP. One of them was taking things too far and has caused
+an issue <a href="https://jira.spring.io/browse/SPR-16161">SPR-16161</a>. This wasn't the main performance enhancement
+for Spring AOP though so the numbers are still very close to those shown in the 1.8.12 readme.
+
+<li>Includes better toleration of new JDK versions. If the versions are coming out thick and fast we need older
+AspectJs to cope when simply running on new JDKs they haven't encountered before.
+</ul>
+
+<p>1.8.13 available 15-Nov-2017
+
+</body>
+</html>
index 7bbe1633c6d724571bf479150f6203d6d31bae27..72a72ff858c4ac316e63759e2ebd6809e5c659a2 100644 (file)
 <tr> <td>README's
      </td>
      <td>Changes and porting guide for AspectJ 
-        <a href="README-1812.html">1.8.10</a>,
-        <a href="README-1811.html">1.8.10</a>,
+        <a href="README-1813.html">1.8.13</a>,
+        <a href="README-1812.html">1.8.12</a>,
+        <a href="README-1811.html">1.8.11</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>,