[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] AspectJ 1.6.6 released
|
- From: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Wed, 30 Sep 2009 20:19:36 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=n8P/DSiUpo4rReNDwuChOiRCDvHLfjM0P9H0iBDB4vQ=; b=iPtewFdRxG8Yean0sRFamRyagwWCaI4ewJLyvNV8UNiB3ca14sf3sRR3WmZpyFOYFR prNwjFQeC9cAsT6rUwp1LKhgwVWORKyej3hISnkJvP0AdoL5NTowIicvLmDZ+5ikmOVh TsUnoYtR5Qs23qlHXYs3uXKEcjvbEXZhIWCuM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jjSgufpJPy97cAHqJOZ+owjfdQhy5RNLgf7+FCrDtQLW8cAlfMhgewUht5+c/S960j fVPhlWqdEtZjAz04wxwE5J3pEjQS2sPhmdf77EStupsrOH1ohOh7hjmsSxRSg8zXG+d8 u0wWHDqr/cotvA44EwtIvI36SJGlBmJ1c6B8Y=
I'm very pleased to announce that AspectJ 1.6.6 is now available for
download. Service refreshes of the 1.6 stream are released on a 3
month cycle and this is the third release of 2009.
Readme is here: http://eclipse.org/aspectj/doc/released/README-166.html
List of fixes is here: http://tinyurl.com/ydpv9xh
The most important change in 1.6.6 is that AspectJ is now a Java5
codebase internally. This places no new requirements on the code you
build or the JVM level you target when using it, it just means the JRE
used to run the compiler/weaver must be Java5 or later. It is purely
an internal upgrade to improve the quality of AspectJ.
AspectJ 1.6.6 is available at the download page (source jars are also
available there):
http://www.eclipse.org/aspectj/downloads.php
It is not yet in maven central - hopefully soon.
Thanks to everyone that has helped by raising bugs and contributing
testcases (and fixes!).
It will be in AJDT imminently.
---
thanks!
The AspectJ team.