Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ 1.6.12.M2 released

AspectJ 1.6.12.M2 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.12.M2:
http://eclipse.org/aspectj/doc/released/README-1612.html

Some bug fixes, one language enhancement.
- 'thisAspectInstance' is a new well known field usable in pointcut if() clauses
- bug fixes for weaving groovy when using non-singleton aspects
- AJDT memory usage.  Some flags that have been an optional choice to
turn on will now default to true, reducing memory usage of AJDT in
eclipse.
- some early support for dealing with classes built with Java7.  (no
Java7 language support yet).

AJDT dev builds later today should have 1.6.12.M2 in them, and it is
in our SpringSource maven repo.

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

thanks!
AspectJ team


Back to the top