Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ 1.7.1 released

AspectJ 1.7.1 has been released - this is the first service refresh on the
AspectJ 1.7 line. The short list of issues addressed is accessible in
the readme:

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

There is at least one fix specifically related to Java7 - using
try-with-resources and declare soft.

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

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

If you try it and have any issues please let us know (on the list or
through bugzilla).

It will be in AJDT shortly.

Enjoy!
AspectJ Team


Back to the top