tkobayas commented on code in PR #6569:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6569#discussion_r2740418449


##########
kie-memory-compiler/src/main/java/org/kie/memorycompiler/JavaConfiguration.java:
##########
@@ -31,16 +31,16 @@
  * The valid values are "ECLIPSE" and "NATIVE" only.
  * 
  * drools.dialect.java.compiler = <ECLIPSE|NATIVE>
- * drools.dialect.java.compiler.lnglevel = <1.5|1.6>
+ * drools.dialect.java.compiler.lnglevel = <1.5|...|21>
  * 
- * The default compiler is Eclipse and the default lngLevel is 1.5.
+ * The default compiler is Eclipse and the default lngLevel is 17.
  * The lngLevel will attempt to autodiscover your system using the 
  * system property "java.version"
  */
 public class JavaConfiguration {
 
     // This should be in alphabetic order to search with BinarySearch
-    protected static final String[]  LANGUAGE_LEVELS = new String[]{"1.5", 
"1.6", "1.7", "1.8", "10", "11", "12", "13", "14", "15", "16", "17", "18", 
"19", "9"};
+    protected static final String[]  LANGUAGE_LEVELS = new String[]{"1.5", 
"1.6", "1.7", "1.8", "10", "11", "12", "13", "14", "15", "16", "17", "18", 
"19", "20", "21", "9"};

Review Comment:
   @mariofusco Yes, I will work on it next. 
https://github.com/apache/incubator-kie-drools/issues/6572



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