[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] AspectJ 1.7.0 released!
|
- From: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Thu, 5 Jul 2012 10:17:06 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bA9z1+SHcogSVn9qketQkS0ap/+ELhVQpH1J7TU8/F8=; b=SWBTXS9JAtLbfNiNncVKIBHE/gb4KhtPwdJnIM7C+oeXDjWWmHg9vyS5D9nbtWOvfv YUwENKCiAzYB9T4MjNN6HMHF5O3tHCXPN7fIdz5KJOJJY9vAVC6tcjaSfzG88NqVATXS vbVHocIQ7uBmxbH9pd4afMVb4orhCgu8Ri7RPwrLzXxf+/5qoevueGRBw6rwnu2fymEN xZkMyEQF04750t8YIS2bOfxwA5jNoWbGyoy1X070QfZy8dWpsfdk5Fk9lPA4IS/KoyJP hiH122PgBk67fUf572pzISkYfEk2/UBq4IODH1jz2ECvxtOMEPXTiamqw+T8YKpiDxuw rT+A==
I'm pleased to announce AspectJ 1.7.0 is now available.
1.7.0 is our Java7 supporting version. This means:
- you can use Java7 constructs in the source you compile, including
inside the aspects.
- the weaver will correctly process bytecode containing invokedynamic
instructions.
The readme contains more details:
Readme:
http://eclipse.org/aspectj/doc/released/README-170.html
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.
The download is here:
http://eclipse.org/aspectj/downloads.php
or accessible via maven:
<repository>
<id>maven.springframework.org</id>
<name>SpringSource release</name>
<url>http://maven.springframework.org/release</url>
</repository>
The current AJDT release now includes this version.
We'll start the battle to get it into maven central shortly...
Enjoy!
AspectJ Team