diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-13 10:17:17 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-13 10:17:17 +0100 |
commit | d27943749cc35864ff4565a444b21851915307ab (patch) | |
tree | 63bf31feaa2a6569d5f49a80dcea9d6c93a5c26b /docs | |
parent | 16b14b007cd774f3f115039ef7559f043339f4bb (diff) | |
download | aspectj-d27943749cc35864ff4565a444b21851915307ab.tar.gz aspectj-d27943749cc35864ff4565a444b21851915307ab.zip |
Add links for AspectJ 1.9.21.2
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.adoc | 2 | ||||
-rw-r--r-- | 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 | |