From f815c6482a87f1c21f31f04ecda2ba1dca4b61d6 Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch
Date: Mon, 4 Sep 2023 10:22:50 +0700
Subject: [PATCH] Update 1.9.20 release notes for 1.9.20.1
Signed-off-by: Alexander Kriegisch
---
docs/dist/doc/JavaVersionCompatibility.md | 2 +-
docs/dist/doc/README-1920.html | 22 ++++++++++++++++++++++
docs/dist/doc/index.html | 2 +-
3 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/docs/dist/doc/JavaVersionCompatibility.md b/docs/dist/doc/JavaVersionCompatibility.md
index ccec7742f..3d2ee7b78 100644
--- a/docs/dist/doc/JavaVersionCompatibility.md
+++ b/docs/dist/doc/JavaVersionCompatibility.md
@@ -7,7 +7,7 @@ be easily concluded from the AspectJ version number anymore, and we are sorry fo
AspectJ version | Java version | Comments
----------------|--------------|--------
-1.9.20 | 20
+1.9.20 - 1.9.20.1 | 20
1.9.19 | 19
1.9.9 - 1.9.9.1 | 18
1.9.8 | 17 | AspectJ compiler requires JDK 11+ during build time. During runtime, AspectJ still only requires Java 8+ for both compile-time and load-time weaving. Pure Java code can be compiled down to as old as 1.3 byte code level.
diff --git a/docs/dist/doc/README-1920.html b/docs/dist/doc/README-1920.html
index 6d833e25f..604cb78c4 100644
--- a/docs/dist/doc/README-1920.html
+++ b/docs/dist/doc/README-1920.html
@@ -17,6 +17,28 @@
© Copyright 2023 Contributors. All rights reserved.
+AspectJ 1.9.20.1
+
+
+ This is a bugfix release for 1.9.20, fixing two problems:
+
+ -
+ Regression bug 257 introduced in 1.9.20 would
+ match negated type patterns like !void or !String[] incorrectly.
+
+ -
+ Spring issue 27761 describes a
+ problem where AspectJ, when used by Spring AOP, in rare cases falsely considered bridge methods for overridden
+ generic methods for matching, leading to falsely negative matching results. See also
+ AspectJ tracker issue 256).
+
+
+
+
+ The list of issues addressed for 1.9.20.1 can be found
+ here.
+
+
AspectJ 1.9.20
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html
index af2d945e0..234d168d6 100644
--- a/docs/dist/doc/index.html
+++ b/docs/dist/doc/index.html
@@ -136,7 +136,7 @@
README's
|
Changes and porting guide for AspectJ
- 1.9.20,
+ 1.9.20 and 1.9.20.1,
1.9.19,
1.9.9 and 1.9.9.1,
1.9.8,
--
2.39.5
|