Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README-194.html 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html> <head>
  3. <title>AspectJ 1.9.4 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 2019 Contributors.
  17. All rights reserved.
  18. </small></div>
  19. <h1>AspectJ 1.9.4</h1>
  20. <p>The full list of resolved issues in 1.9.4 is available
  21. <a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f0=OP&f1=OP&f3=CP&f4=CP&j1=OR&list_id=16866879&product=AspectJ&query_format=advanced&target_milestone=1.9.4">here</a></h2>.</p>
  22. <p>AspectJ 1.9.4 has a couple of important fixes in it:
  23. <ul>
  24. <li>Due to the new maven build process being used to build release artifacts
  25. for the first time, there were errors in the aspectjweaver jar that affected
  26. the ability to use it on the command line as an agent,
  27. this is now fixed.
  28. <li>A number of users were noticing a ClassCastException problem, which I believe was due to trying to
  29. run AspectJ on one level of the JDK whilst targeting another. This can happen quite easily in eclipse
  30. if running your Eclipse on Java 8 but developing projects targeting Java 11.
  31. The class cast is because Java8 couldn't understand
  32. the packaging of system classes post Java9 and so couldn't find java.lang.Object. This has now all been
  33. tidied up and should work much better. More details in <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=546807">546807</a>,
  34. thanks to Denys Khanzhyiev for some tips on getting to the right solution.
  35. </ul>
  36. <p>Available: 1.9.4 available 10-May-2019</p>
  37. <br><br>
  38. <!-- ============================== -->
  39. </body>
  40. </html>