Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ 1.6.5 released

I'm very pleased to announce that AspectJ 1.6.5 is now available for download.  Service refreshes of the 1.6 stream are released on a 3 month cycle and this is the second release of 2009.

The list of fixes can be found at here:

http://tinyurl.com/nj8s4o

There are not as many fixes as there have been in the previous releases but there are some important fixes:

- Fixes for intertype declarations (including generic forms and incremental compilation of these), to support Spring Roo
- Fix for weaving with terracotta (271840)
- Fix to a long standing LTW wierd issue where ZipStream processing appears to crash (274896)
- Fixes for @DeclareMixin - including its usage across projects in AJDT.

AspectJ 1.6.5 is available at the download page (source jars are also available there):

http://www.eclipse.org/aspectj/downloads.php

And it may even be in maven central shortly !

Thanks to everyone that has helped by raising bugs and contributing testcases (and fixes!).

This release will be used in the imminent AJDT 2.0 release for Eclipse 3.4 and 3.5.

We are still collecting feedback on the LTW memory usage options under bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=227484 - see comment 34.  With enough positive feedback they will become the default.

---
thanks!
The AspectJ team.

Back to the top