Skip to main content

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

AspectJ 1.6.11 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.11:
http://eclipse.org/aspectj/doc/released/README-1611.html

Bug fixes in all kinds of areas, but also some new language
features and further optimizations to improve AJDT memory
usage.  The memory reduction improvements in AJDT are still
optional, due to the limited feedback I've had.  They are
discussed here:
 http://andrewclement.blogspot.com/2010/07/ajdt-memory-usage-reduction.html
Please let me know if they work for you through blog comments or on
the mailing list.  I'd like to make the option default to ON shortly.

Latest AJDT has 1.6.11 in it, and it is in our SpringSource maven repo.
It will be in maven central soon.

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

thanks!
AspectJ team


Back to the top