Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

README-1.8.11.adoc 844B

12345678910111213141516171819
  1. == AspectJ 1.8.11
  2. _© Copyright 2017 Contributors. All rights reserved._
  3. _Release info: 1.8.11 available 26-Sep-2017_
  4. This release is a small compatibility release to improve the behaviour
  5. of the AspectJ 1.8 line on JDK9. Importantly it includes a change that
  6. knows about the Java 9 version information and so does not get confused
  7. and think it is running on something really old (which typically
  8. manifests as it complaining about annotations not being supported on
  9. this level of Java).
  10. With that change this release is usable for Spring AOP use cases because
  11. that is doing runtime pointcut matching with proxy creation rather than
  12. actual weaving. Although if you using Spring AOP with class level
  13. annotation retention there may still be issues. If you experience
  14. problems or need to do actual weaving on JDK9, please use AspectJ9
  15. instead.