Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Aspectj 1.6.12.M1 released

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

Some bug fixes, some language enhancements.
- optimized annotation value binding for int values.
- compiler will now respect the difference between @SuppressWarnings
for 'unchecked' and 'rawtypes'.
- loadtime weaving with java security on, signed jar weaving will work
OK even when closures are generated.

We are still accepting feedback on memory consumption under AJDT.  If
anyone wishes to try out the latest options, please see:
 http://andrewclement.blogspot.com/2010/07/ajdt-memory-usage-reduction.html
The options will likely be on by default for 1.6.12 final.

Latest AJDT dev builds have 1.6.12.M1 in them, and it is in our
SpringSource maven repo.

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

thanks!
AspectJ team


Back to the top