您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.