blob: 12b59eeb98d845955dd4040a29c5c36e67c47003 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
== AspectJ 1.8.8
_© Copyright 2016 Contributors. All rights reserved._
The full list of resolved issues in 1.8.8 is available
https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.8.8;[here]
_Release info: 1.8.8 available 7-Jan-2016_
=== 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.
|