diff options
author | Andy Clement <aclement@pivotal.io> | 2015-05-26 15:12:55 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2015-06-08 08:35:23 -0700 |
commit | e1f6d1fc52d329b018ed11c08cab5011f267c3d0 (patch) | |
tree | f6e01041d784e766bc1a341c75701db454ea575e /docs | |
parent | 066dc11d46731d5a60866dc1ded2dd3e3ef2fcd0 (diff) | |
download | aspectj-e1f6d1fc52d329b018ed11c08cab5011f267c3d0.tar.gz aspectj-e1f6d1fc52d329b018ed11c08cab5011f267c3d0.zip |
allow reflection world to resolve generated types (e.g. lambdas)
1.8.6 release prep
1.8.6 pom updates
Fix rogue chars in javadoc
rebuilt with javadoc fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-186.html | 36 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 1 |
2 files changed, 37 insertions, 0 deletions
diff --git a/docs/dist/doc/README-186.html b/docs/dist/doc/README-186.html new file mode 100644 index 000000000..e9d57f5f8 --- /dev/null +++ b/docs/dist/doc/README-186.html @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> <head> +<title>AspectJ 1.8.6 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> +© Copyright 2015 Contributors. +All rights reserved. +</small></div> + +<h1>AspectJ 1.8.6 Readme</h1> + +<p>The full list of resolved issues in 1.8.6 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.6;">here</a></h2>.</p> + +<ul> +<li>1.8.6 available 5-Jun-2015 +</ul> + +<!-- +<h2>Notable changes</h2> +--> + +<!-- ============================== --> +</body> +</html> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index fabaf0d0a..a3167b50a 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-186.html">1.8.6</a>, <a href="README-185.html">1.8.5</a>, <a href="README-184.html">1.8.4</a>, <a href="README-183.html">1.8.3</a>, |