From da285d792f152bceabfe52fc1cafc1b948c50da4 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 30 Sep 2009 18:56:43 +0000 Subject: 1.6.6 --- docs/dist/doc/README-166.html | 105 ++++++++++++++++++++++++++++++++++++++++++ docs/dist/doc/index.html | 1 + 2 files changed, 106 insertions(+) create mode 100644 docs/dist/doc/README-166.html (limited to 'docs') diff --git a/docs/dist/doc/README-166.html b/docs/dist/doc/README-166.html new file mode 100644 index 000000000..36b0ca156 --- /dev/null +++ b/docs/dist/doc/README-166.html @@ -0,0 +1,105 @@ + + +AspectJ 1.6.6 Readme + + + + +
+© Copyright 2009 Contributors. +All rights reserved. +
+ +

AspectJ 1.6.6 Readme

+ + +

Bugs fixed

+

The complete list of issues resolved for AspectJ 1.6.6 can be found with +this bugzilla query: +

+
+

Changes

+ +

Java5

+

The features of Java5 (generics, autoboxing, covariance, etc) are being exploited in the AspectJ codebase. This does not in +any way change the generated code or supported source code, or the dependencies that code has, but it *does* mean that AspectJ +requires Java5 in order to run. The ability to use typed collections has already flushed out a few issues within the codebase, +improving the quality of AspectJ.

+ +
+

Closing streams

+

Some routes through AspectJ were leaving inputstreams open and this has now been fixed. For example if supplying a user +written configuration file for Lint options. Thanks to Michael Pradel for supplying patches to fix these issues.

+ +
+

Concurrency (281654)

+

Fix to address a problem seen when using the weaver in a highly concurrent environment. Thanks to Kristian Rosenvold for +the patch.

+ +
+

Incremental compilation

+

A few fixes to problems seen only on incremental builds, problem areas included:

+ +
+

JavadocRunner in NetBeans

+

Fixed by a patch from Joseph A. Levin - thanks!

+ +
+

Various fixes/enhancements to the structure model to fix issues with feedback on weaving in AJDT

+ +

+ + + diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 228ed9bf7..d8370b67c 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -138,6 +138,7 @@ README's Changes and porting guide for AspectJ + 1.6.6, 1.6.5, 1.6.4, 1.6.3, -- cgit v1.2.3