-
Notifications
You must be signed in to change notification settings - Fork 92
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
mvel2(2.3.1.Final) ASMAccessorOptimizer.java JAVA 11 not supported #276
Comments
we actually want to get rid of MVEL :-) |
that being said for 3.x it will still be here |
we need to file a CQ for the upgrade |
@vietj What do you mean by CQ? Is this issue going to be addressed sometime near future? |
CQ means Contribution Questionnaire for Eclipse process, I will file one for this update |
that's necessary due diligence for libraries |
I filed the CQ here https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20808 |
Any updates on this issue? I can't access the CQ and see the progress. |
During JAVA 11 upgrade, it was found mvel 2.3.1.Final is used by vertx 3.8.1. ASMAccessorOptimizer.java does not support JAVA above 9.
Please update vertx to use mvel 2.4.x with latest JAVA support.
The text was updated successfully, but these errors were encountered: