[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] AspectJ 1.7.0.RC1 released
|
- From: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Mon, 28 May 2012 09:05:59 -0700
- Delivered-to: aspectj-dev@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=vS1emGMBiHqazrNVnK4o1D1g/MffuQMAWCavWt4xrj8=; b=Fx3y9hXnea/qIx3yr4lUoMFFcvtnKCbWXzLw9N3oOH61g9+4imKRlF32kLCWcUe2Hq +6ma/Ng53uOYcge1+hGCvdADGvEm/mtGSux/g9YBDRhNgHehIgIJ5CVhM5uc2/x/3R17 QTB2qpCA7+gmuxcxJxFiNGq/A1J/FUDp/CjDriiJHjajxKq4i9kHa6DhkNn+OWpcy54A tzaNLVlOKShuJfMzh3pVjNGv2bNqfs74E1l6j/HyhBe1gfwRZ8Dx9xRTJ+K2KpzB3p2m jQ0y1l7zkvWEB1zyTHlAOkLhuDKUb8tqAN+FtCXiI1UVYrgU2lhDeUQLWk45m5T9e2Bn 4zyg==
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