-
Notifications
You must be signed in to change notification settings - Fork 61
Restore Java 8 runtime compatibility #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
aspectj 1.9.8+ requires Java 11 https://github.com/eclipse/org.aspectj/blob/master/docs/dist/doc/README-199.html org.eclipse.jdt:ecj 3.27.0+ requires Java 11 com.google.errorprone:error_prone_core 2.9.0+ requires Java 11
-1 |
This is to fix #247 where we upgraded Java for part of artefacts in patch versions. |
it's a test artifact so I do not understand the problem..... the most important compiler (e.g Line 47 in 0f53ad7
|
Sorry #247 from issues |
there is a probably a workaround #247 (comment) instead of downgrading so many dependencies... |
As I mentioned above. Goal is to release one that support Java 8 and then release next versions where we explicitly say that we support only Java 11. Difference in few days only. |
-1 to this it doesn’t make sense because of the changes to the downstream dependencies (ecj, aspectj, errorprone).... |
Thank you for you input. |
Java 11 is required at runtime for: