tkobayas commented on PR #6621: URL: https://github.com/apache/incubator-kie-drools/pull/6621#issuecomment-4109407908
> Hi @tkobayas, LGTM. Out of curiosity (I don't know this module), isn't a valid alternative updating the plugin to support newer java version? `JDK_VERSION = "1.8"` in mvel.jj is java syntax to be generated by javacc. Newer plugin can support newer syntax (e.g. JDK_14), but it would likely require more source code updates in the `drools-mvel-parser` classes. If the newer syntax is required, we may consider the plugin update, but it's a different story from this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
