]> source.dussan.org Git - aspectj.git/commitdiff
JavaVersionCompatibility.md: add Java 19
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 1 Mar 2023 16:21:52 +0000 (17:21 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 16:21:52 +0000 (17:21 +0100)
docs/dist/doc/JavaVersionCompatibility.md

index 3bf81891ff263bd478a5f767f491c4ffb4bc5571..4d94a339d9a07adc5b21f28da2ec9ded4b7a65ac 100644 (file)
@@ -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