You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README-1.8.14.adoc 583B

123456789101112
  1. = AspectJ 1.8.14
  2. _© Copyright 2019 Contributors. All rights reserved._
  3. _Release info: 1.8.14 available 6-Mar-2019_
  4. Small release that:
  5. * Will skip `module-info.class` and class files under `META-INF` that you find in multi-release JARs, as described in
  6. link:https://bugs.eclipse.org/bugs/show_bug.cgi?id=545033[bug 545033]. This enables some usage of AspectJ 8 operating
  7. on JARs containing some of these features from later Java (but where the main set of classfiles in a JAR are Java 8
  8. or lower). For proper treatment of Java 9 code, please use AspectJ 1.9 or later.