選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README-1.8.8.adoc 652B

1234567891011121314151617
  1. = AspectJ 1.8.8
  2. _© Copyright 2016 Contributors. All rights reserved._
  3. The full list of resolved issues in 1.8.8 is available
  4. 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]
  5. _Release info: 1.8.8 available 7-Jan-2016_
  6. == Notable changes
  7. === Around advice on default methods
  8. In previous releases attempting to apply around advice to default
  9. methods would create methods with rogue modifiers in the interface
  10. declaring the default method (loading these interfaces would then result
  11. in a verifier error). This has now been fixed.