Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] AspectJ 1.7.0.RC1 released

We have the necessary eclipse approvals in place for a release
and so I'm pleased to announce that AspectJ 1.7.0.RC1 is out.

1.7.0 is our Java7 supporting version.  The key changes in the
RC are that in can now weave into code containing the new
invokedynamic instruction.  Invokedynamic is still not surfaced
as a join point but using execution() rather than call() pointcuts
will still ensure you can advise the code that invokedynamic
ends up calling.

Readme:
http://eclipse.org/aspectj/doc/released/README-170.html

The download is here:
http://eclipse.org/aspectj/downloads.php

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

AJDT dev builds include this version.

Depending on feedback the final release will hopefully be out
in a couple of weeks.

AspectJ Team


Back to the top