© Copyright 2016 Contributors. All rights reserved.

AspectJ 1.8.8 Readme

The full list of resolved issues in 1.8.8 is available here.

Notable changes

Around advice on default methods

In previous releases attempting to apply around advice to default methods would create methods with rogue modifiers in the interface declaring the default method (loading these interfaces would then result in a verifier error). This has now been fixed.