Browse Source

1.8.13 docs

tags/V1_8_13
Andy Clement 6 years ago
parent
commit
bd7317d030
2 changed files with 40 additions and 2 deletions
  1. 37
    0
      docs/dist/doc/README-1813.html
  2. 3
    2
      docs/dist/doc/index.html

+ 37
- 0
docs/dist/doc/README-1813.html View File

@@ -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>

+ 3
- 2
docs/dist/doc/index.html View File

@@ -138,8 +138,9 @@
<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>,

Loading…
Cancel
Save