diff options
author | Andy Clement <aclement@pivotal.io> | 2019-05-10 08:39:28 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-05-10 08:39:28 -0700 |
commit | 2db13f12ae14385abca81f2c32e63e9295e5dbed (patch) | |
tree | 94753c20fba3375d4474c77d08d26ee5f0ffb70a /docs | |
parent | cef7d981ed3df324e37a20442f6bd0d1bdda3def (diff) | |
download | aspectj-2db13f12ae14385abca81f2c32e63e9295e5dbed.tar.gz aspectj-2db13f12ae14385abca81f2c32e63e9295e5dbed.zip |
Final bits of AspectJ 1.9.4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-194.html | 46 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 1 |
2 files changed, 47 insertions, 0 deletions
diff --git a/docs/dist/doc/README-194.html b/docs/dist/doc/README-194.html new file mode 100644 index 000000000..c133073e4 --- /dev/null +++ b/docs/dist/doc/README-194.html @@ -0,0 +1,46 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> <head> +<title>AspectJ 1.9.4 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 2019 Contributors. +All rights reserved. +</small></div> +<p>The full list of resolved issues in 1.9.4 is available +<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f0=OP&f1=OP&f3=CP&f4=CP&j1=OR&list_id=16866879&product=AspectJ&query_format=advanced&target_milestone=1.9.4">here</a></h2>.</p> + +<p>AspectJ 1.9.4 has a couple of important fixes in it: +<ul> +<li>Due to the new maven build process being used to build release artifacts +for the first time, there were errors in the aspectjweaver jar that affected +the ability to use it on the command line as an agent, +this is now fixed. +<li>A number of users were noticing a ClassCastException problem, which I believe was due to trying to +run AspectJ on one level of the JDK whilst targeting another. This can happen quite easily in eclipse +if running your Eclipse on Java 8 but developing projects targeting Java 11. +The class cast is because Java8 couldn't understand +the packaging of system classes post Java9 and so couldn't find java.lang.Object. This has now all been +tidied up and should work much better. More details in <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=546807">546807</a>, +thanks to Denys Khanzhyiev for some tips on getting to the right solution. +</ul> + + +<p>Available: 1.9.4 available 10-May-2019</p> + +<br><br> + + +<!-- ============================== --> +</body> +</html> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 5d6805af5..68abf89d3 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-194.html">1.9.4</a>, <a href="README-193.html">1.9.3</a>, <a href="README-192.html">1.9.2</a>, <a href="README-191.html">1.9.1</a>, |