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.5.2.adoc 1.4KB

123456789101112131415161718192021222324252627282930
  1. = AspectJ 5 v1.5.2 Readme
  2. _© Copyright 2006 Contributors. All rights reserved._
  3. This release is primarily a bug fix release. It includes approximately
  4. 60 fixes and enhancements that have been incorporated since the 1.5.1
  5. release. You can see the full list through
  6. https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=AspectJ&target_milestone=1.5.2&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED[this
  7. bugzilla query].
  8. Notable changes since the 1.5.1 release include:
  9. * https://bugs.eclipse.org/bugs/show_bug.cgi?id=126167[[_126167]] The
  10. handling of proceed in @Around advice has changed to be more compatible
  11. with code style.
  12. * https://bugs.eclipse.org/bugs/show_bug.cgi?id=147711[[_147711]] Members
  13. generated as a result of the AspectJ weaving process are now marked Java
  14. synthetic - enabling coverage tools such as Emma to process woven
  15. classes correctly.
  16. * https://bugs.eclipse.org/bugs/show_bug.cgi?id=138316[[_138316]] AspectJ
  17. has now transitioned from the CPL to the EPL license.
  18. * https://bugs.eclipse.org/bugs/show_bug.cgi?id=140695[[_140695]] Using a
  19. more optimal world for managing types when load-time weaving - reduces
  20. heap usage (work in progress).
  21. * https://bugs.eclipse.org/bugs/show_bug.cgi?id=101983[[_101983]] AspectJ
  22. can now support separate output folders for each input source folder -
  23. enables AJDT to behave more like JDT.
  24. For information on bug fixes in AspectJ 5 v1.5.2, see the
  25. link:changes.html[changes] document.