Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] AspectJ 1.6.11 m2 released

Hi,

We've just released the second milestone of AspectJ 1.6.11.  See the
README for more info:
http://www.eclipse.org/aspectj/doc/released/README-1611.html

This one has numerous little fixes, the link to the accumulated list
of bugs fixed in 1.6.11 can be found in the readme.  Thanks to Abraham
Nevado and Kris De Volder for some of the fixes in M2.

This AspectJ is available on the download page at
http://eclipse.org/aspectj and in our maven repo (not in central):

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

In there it is called 1.6.11.M2

1.6.11 final is likely to come out in March.

Enjoy!
AspectJ Team


Back to the top