Skip to main content

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

Hello,

Have you introduced something for CDI Weld and AspectJ - org.jboss.weld.exceptions.UnproxyableResolutionException ?

Thanks.


On Fri, Jun 10, 2011 at 11:17 PM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
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
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev


Back to the top