From d27943749cc35864ff4565a444b21851915307ab Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Wed, 13 Mar 2024 10:17:17 +0100 Subject: [PATCH] Add links for AspectJ 1.9.21.2 Signed-off-by: Alexander Kriegisch --- docs/index.adoc | 2 +- docs/release/JavaVersionCompatibility.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.adoc b/docs/index.adoc index 447a565c5..22a57547a 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -97,7 +97,7 @@ JDK to run |Release notes |Release notes, describing new features, improvements, bugfixes per AspectJ version: + + -xref:release/README-1.9.21.adoc[1.9.21 / 1.9.21.1], xref:release/README-1.9.20.adoc[1.9.20 / 1.9.20.1], +xref:release/README-1.9.21.adoc[1.9.21 / 1.9.21.1 / 1.9.21.2], xref:release/README-1.9.20.adoc[1.9.20 / 1.9.20.1], xref:release/README-1.9.19.adoc[1.9.19], xref:release/README-1.9.9.adoc[1.9.9 / 1.9.9.1], xref:release/README-1.9.8.adoc[1.9.8], xref:release/README-1.9.7.adoc[1.9.7], xref:release/README-1.9.6.adoc[1.9.6], xref:release/README-1.9.5.adoc[1.9.5], diff --git a/docs/release/JavaVersionCompatibility.adoc b/docs/release/JavaVersionCompatibility.adoc index 61f95faff..855f98bfe 100644 --- a/docs/release/JavaVersionCompatibility.adoc +++ b/docs/release/JavaVersionCompatibility.adoc @@ -8,7 +8,7 @@ be easily concluded from the AspectJ version number anymore, and we are sorry fo [%autowidth, stripes=even, options="header"] |=== |AspectJ version |Java version |Comments -|1.9.21 - 1.9.21.1 |21 |AspectJ compiler requires JDK 17+ 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. +|1.9.21 - 1.9.21.2 |21 |AspectJ compiler requires JDK 17+ 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. |1.9.20 - 1.9.20.1 |20 | |1.9.19 |19 | |1.9.9 - 1.9.9.1 |18 | -- 2.39.5