tkobayas commented on issue #6620:
URL: 
https://github.com/apache/incubator-kie-drools/issues/6620#issuecomment-4087040100

   `17.0.9` comes from `<jdkVersion>${java.version}</jdkVersion>` which is an 
actual JDK version running maven. 
https://github.com/apache/incubator-kie-drools/blob/10.1.0/drools-model/drools-mvel-parser/pom.xml#L76
   
   It's not accepted by parser-generator-cc , then falls back to `JDK_VERSION = 
"1.8";` configured in mvel.jj : 
https://github.com/apache/incubator-kie-drools/blob/10.1.0/drools-model/drools-mvel-parser/src/main/javacc/mvel.jj#L40
   
   The warning is harmless and it should be fine with the default `1.8`. So 
I'll remove the `<jdkVersion>${java.version}</jdkVersion>`  line to avoid the 
confusion.
   


-- 
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]

Reply via email to