[aspectwerkz-dev] [ann] AspectWerkz 1.0.RC1 released

"Alex Vasseur" <alex-he/e8N7AIe/[email protected]> Fri, 3 Sep 2004 14:16:05 +0200
Newsgroups gmane.comp.java.aspectwerkz.devel,gmane.comp.java.aspectwerkz.user
Message-ID <[email protected]>
Today we have released AspectWerkz 1.0 RC1.
This release comes with several bug fixes that occured in beta2, as well as
new features:

* Support for args() in the pointcut expressions. As a consequence, support
for direct access to arguments of advised method / constructor / field value
set is possible and advices can have those parameters in their signature.

* hasmethod and hasfield pointcuts (contributed by Michael Nascimento
Santos)

* J2SE 5 JVMTI (JSR-163) support updated for latest specification.

* bin/aspectwerkz command line tool now provides autodetection of BEA
JRockit and J2SE 5.

* Support for pointcut expression defined in the XML body of the <pointcut>
element.

* Bug fixes (Thanks to Allan Jones and all others)

http://aspectwerkz.codehaus.org/releases.html
Michael: http://today.java.net/pub/au/80
Allan:
http://www.javablogs.com.br/blogs/page/rato/20040829#aspectwerkz_1_0_beta2_problemas


Alex