tkobayas commented on code in PR #5677:
URL:
https://github.com/apache/incubator-kie-drools/pull/5677#discussion_r1482373903
##########
kie-internal/src/main/java/org/kie/internal/builder/conf/LanguageLevelOption.java:
##########
@@ -25,7 +25,7 @@
*/
public enum LanguageLevelOption implements SingleValueRuleBuilderOption {
- DRL5(false), DRL6(false), DRL6_STRICT(true);
+ DRL5(false), DRL6(false), DRL6_STRICT(true), DRL10(false);
Review Comment:
@mariofusco @yurloc Do you think it's fine to call the new parser `DRL10`?
This doesn't introduce a new syntax, but we need a clear separation. So I use
`LanguageLevelOption`. Feel free to share your thoughts.
--
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]