Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

README-1811.html 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html> <head>
  3. <title>AspectJ 1.8.11 Readme</title>
  4. <style type="text/css">
  5. <!--
  6. P { margin-left: 20px; }
  7. PRE { margin-left: 20px; }
  8. LI { margin-left: 20px; }
  9. H4 { margin-left: 20px; }
  10. H3 { margin-left: 10px; }
  11. -->
  12. </style>
  13. </head>
  14. <body>
  15. <div align="right"><small>
  16. &copy; Copyright 2017 Contributors.
  17. All rights reserved.
  18. </small></div>
  19. <h1>AspectJ 1.8.11 Readme</h1>
  20. <p>This release is a small compatibility release to improve the behaviour of the AspectJ 1.8
  21. line on JDK9. Importantly it includes a change that knows about the Java 9 version information
  22. and so does not get confused and think it is running on something really old (which typically
  23. manifests as it complaining about annotations not being supported on this level of Java).</p>
  24. <p>With that change this release is usable for Spring AOP use cases because that is doing
  25. runtime pointcut matching with proxy creation rather than actual weaving. Although if you
  26. using Spring AOP with class level annotation retention there may still be issues. If you
  27. experience problems or need to do actual weaving on JDK9, please use AspectJ9 instead.</p>
  28. <ul>
  29. <li>1.8.11 available 26-Sep-2017
  30. </ul>
  31. </body>
  32. </html>