You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reasons described e.g. in [this comment](https://github.com/eclipse/org.aspectj/issues/139#issuecomment-1072946123),
4
+
for AspectJ users it has become a little challenging to find out which minimum AspectJ version is required in order to
5
+
process byte code or compile source code using features of a certain Java language version. Since Java 10, this cannot
6
+
be easily concluded from the AspectJ version number anymore, and we are sorry for that. So here is a little overview:
7
+
8
+
AspectJ version | Java version | Comments
9
+
----------------|--------------|--------
10
+
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.
0 commit comments