diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-03-01 17:21:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 17:21:52 +0100 |
commit | 45d3cc7e26a92a5ef25851ea04b07c46c080598a (patch) | |
tree | 2148004a7fd0fc09653520069ab2bcfc61cec347 | |
parent | a7c8e972e2bd4e9f307a448434b823ae884b59af (diff) | |
download | aspectj-45d3cc7e26a92a5ef25851ea04b07c46c080598a.tar.gz aspectj-45d3cc7e26a92a5ef25851ea04b07c46c080598a.zip |
JavaVersionCompatibility.md: add Java 19
-rw-r--r-- | docs/dist/doc/JavaVersionCompatibility.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dist/doc/JavaVersionCompatibility.md b/docs/dist/doc/JavaVersionCompatibility.md index 3bf81891f..4d94a339d 100644 --- a/docs/dist/doc/JavaVersionCompatibility.md +++ b/docs/dist/doc/JavaVersionCompatibility.md @@ -7,6 +7,7 @@ be easily concluded from the AspectJ version number anymore, and we are sorry fo AspectJ version | Java version | Comments ----------------|--------------|-------- +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. 1.9.7 | 15, 16 |