[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] AspectJ 1.6.9 released
|
- From: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Mon, 5 Jul 2010 13:14:08 -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:received:date:message-id :subject:from:to:content-type; bh=ZAQzLjLXnYGbnGwfzPFPn4UhEmKL5goJKLNWZgNJ9QE=; b=eLcqy16XCQBA8BnZ2a3ifhzdwPmqY0fqkOJAWYG2y6AGPCF/KVR6X0+B84PjD0NXoi mJw+Gbg25LT2RuZUMd/lRZbeExI3REd2w/eGzGYHTb5DX1p1VQ7nUTklvoONgXPO3Pxp yjRPYfjVsuUYO+eD9IlNuSWTwW6RvbLUfRJcU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UaqNnyXpYxWFC2sDCcn0hBSAjnV2Z9y6zCqSMH0VypzHXF41MXkeKu5omlm+vMLlPw uYMXYm+/xYA8zNXKq29rYRgeh6juZz+YrqOnRK2URtgZmWt1QspiAk8DhUlVNekw4/vW bGKaxNhPssPDKxtPsx8+wtiog1PME1e9JRztI=
Hi,
AspectJ 1.6.9 is now available.
You can grab it here:
http://eclipse.org/aspectj/downloads.php
The readme describes in more detail the changes in 1.6.9:
http://eclipse.org/aspectj/doc/released/README-169.html
It resolves 58 issues, the full bugzilla list of fixes is accessible
here: http://tinyurl.com/2ekjqoj
Major changes include:
- support for 'optional aspects'
- declare annotation supports compound signature patterns
- intertype declaration of member types (preliminary support)
- reduction in class file sizes
This version of AspectJ is already in the AJDT 2.1.0 releases for
eclipse 3.5 and 3.6
It will go into maven central shortly but for now is available at the
following maven repo as "1.6.9.RELEASE"
<repository>
<id>maven.springframework.org</id>
<name>SpringSource releases</name>
<url>http://maven.springframework.org/release</url>
</repository>
thanks!
AspectJ team