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-1.8.13.adoc 668B

1234567891011121314
  1. = AspectJ 1.8.13
  2. _© Copyright 2017 Contributors. All rights reserved._
  3. _Release info: 1.8.13 available 15-Nov-2017_
  4. Small release that:
  5. * Dials back the performance optimizations for Spring AOP. One of them was taking things too far and has caused an
  6. issue link:https://jira.spring.io/browse/SPR-16161[SPR-16161]. This wasn't the main performance enhancement for
  7. Spring AOP though so the numbers are still very close to those shown in the 1.8.12 readme.
  8. * Includes better toleration of new JDK versions. If the versions are coming out thick and fast we need older
  9. AspectJs to cope when simply running on new JDKs they haven't encountered before.