Skip to main content

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

AspectJ 1.8.3 is now released. Pushed to maven central a few minutes ago, not sure how long it will take to appear as available.

There are a couple of interesting changes in this release: Due to a verify error that Java7 has started reporting since around update 67 there are some changes to weaving around cflow when it hits preinitialization join points. Also there is a new feature for aspect library creators called @RequiredTypes which allows aspects to specify dependencies that should be found on the class path at weave time in order for aspects to be applied.

For more detail on these issues, see the readme:


You can grab it from the usual download page: http://eclipse.org/aspectj/downloads.php

Enjoy!
AspectJ Team

Back to the top