Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] AspectJ 1.6.10rc1 released

Hi,

AspectJ 1.6.10 release candidate 1 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.10:
http://eclipse.org/aspectj/doc/released/README-1610.html

There are mainly bug fixes in this release, related to itds and to
generic aspects.  For those who want to try out a feature to reduce
memory usage under AJDT, check out the readme for the new options.

A special thank you to Abraham Nevado and his team who have worked
with me on some tricky bugs (324932) and enhancements to the woven
code (323438).

It is already in AJDT.  It is in the milestone maven repo as 1.6.10.RC1:

<repository>
  <id>maven.springframework.org</id>
  <name>SpringSource releases</name>
  <url>http://maven.springframework.org/milestone</url>
</repository>

thanks!
AspectJ team


Back to the top