|
1 | 1 | = AspectJ 1.9.22 |
| 2 | +:doctype: book |
| 3 | +:leveloffset: +1 |
| 4 | + |
| 5 | +The releases 1.9.22 and 1.9.22.1 are described together in this document. |
| 6 | + |
| 7 | += AspectJ 1.9.22.1 |
2 | 8 |
|
3 | 9 | // AspectJ_JDK_Update: Each a.b.c release needs a new release notes document. For a.b.c.d minors, the existing a.b.c |
4 | 10 | // document can be updated. After copying this document, remove the comment from the previous one. |
5 | 11 |
|
6 | 12 | _© Copyright 2024 Contributors. All rights reserved._ |
7 | 13 |
|
| 14 | +_Release info: 1.9.22.1 available 11-May-2024_ |
| 15 | + |
| 16 | +Please note that Bugzilla for issue management is deprecated and new issues should be filed as |
| 17 | +https://github.com/eclipse-aspectj/aspectj/issues/new[GitHub issues]. The list of issues addressed for 1.9.22.1 can be |
| 18 | +found here: |
| 19 | + |
| 20 | +* https://github.com/eclipse-aspectj/aspectj/issues?q=is%3Aissue+is%3Aclosed++milestone%3A1.9.22.1[GitHub 1.9.22.1] |
| 21 | +* 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.22.1[Bugzilla 1.9.22.1] |
| 22 | + |
| 23 | +== New features |
| 24 | + |
| 25 | +AspectJ 1.9.22.1 has no new features, only bugfixes and improvements. |
| 26 | + |
| 27 | +== Improvements |
| 28 | + |
| 29 | +* The pointcut parser now traverses type parameters in generic types, e.g. in `MyType<A, B>` it also traverses the |
| 30 | + previously ignored type parameters `A` and `B`, enabling future improvements like more exact type matching or checks |
| 31 | + for illegal primitive type parameters. See link:https://github.com/eclipse-aspectj/aspectj/issues/221[issue #221]. |
| 32 | +* link:https://github.com/eclipse-aspectj/aspectj/issues/306[Performance issue due to repeated attempts to find classes without FQN] |
| 33 | + |
| 34 | +== Other changes and bug fixes |
| 35 | + |
| 36 | +* link:https://github.com/eclipse-aspectj/aspectj/issues/211[AJC core dump when mixing type name wildcards with generics] |
| 37 | +* link:https://github.com/eclipse-aspectj/aspectj/issues/302[Potential ThreadLocalMap.Entry accumulation in JoinPointImpl] |
| 38 | +* link:https://github.com/eclipse-aspectj/aspectj/issues/305[WeavingAdaptor optimisations cause Equinox weaving problems] |
| 39 | + |
| 40 | += AspectJ 1.9.22 |
| 41 | + |
| 42 | +_© Copyright 2024 Contributors. All rights reserved._ |
| 43 | + |
8 | 44 | _Release info: 1.9.22 available 23-Mar-2024_ |
9 | 45 |
|
10 | 46 | Please note that Bugzilla for issue management is deprecated and new issues should be filed as |
|
0 commit comments