Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ 1.6.11 m2 released

Congrats on the milestone Andy!

I have been reading through the changelog but haven't found any reference to bug 333274 (Chained advice doesn't get appliend on 2nd call to ProceedingJoinPoint#proceed()). Does this mean that the bugfix that you included in the report won't make the cut for the 1.6.11 release?

Thanks

On Wed, Feb 23, 2011 at 3:51 PM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top