tkobayas commented on code in PR #6587:
URL:
https://github.com/apache/incubator-kie-drools/pull/6587#discussion_r3231674306
##########
drools-compiler/src/main/java/org/drools/compiler/compiler/JavaDialectConfiguration.java:
##########
@@ -108,11 +108,11 @@ private CompilerType getDefaultCompiler() {
return CompilerType.ECLIPSE;
} else {
logger.error( "Drools config: unable to use the
drools.compiler property. Using default. It was set to:" + prop );
- return CompilerType.ECLIPSE;
+ return CompilerType.NATIVE;
}
Review Comment:
This is intended. ECLIPSE will be dropped in the future.
--
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]