[aspectwerkz-dev] [ann] AspectWerkz 1.0.RC3 released
Alexandre Vasseur <[email protected]> Sat, 25 Sep 2004 18:52:11 +0200
| Newsgroups | gmane.comp.java.coconut.user,gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <9aface870409250952305fd3cb__27149.4722961963$1096131169$gmane$org@mail.gmail.com> |
Today we have released AspectWerkz 1.0.RC3. It comes 3 days after 1.0.RC2 for the following reasons: - matching on annotations when using "offline" mode was broken in RC2 (thanks to Allan Jones for the fast report and test case) - ASM dependancy incompatibility was too limitative (read below). Download it: http://aspectwerkz.codehaus.org/releases.html The RC3 is now using jarjar (http://tonicsystems.com/products/jarjar/) to embed its own version of ASM under a prefixed package name. The RC3 requires the ASM dependancy at build time but not at runtime thanks to this tool, and thus can be used with projects (Spring, Hibernate, Geronimo, Cglib etc) that depends on older version of ASM. You should thus be able to remove the ASM jars from your classpath when using AspectWerkz 1.0.RC3 (unless your application itself needs ASM). Alex