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


##########
kie-memory-compiler/src/main/java/org/kie/memorycompiler/JavaCompiler.java:
##########
@@ -44,7 +44,7 @@ static JavaCompiler getCompiler() {
 
     class CompilerHolder {
         private static final JavaCompiler JAVA_COMPILER =
-                System.getProperty("jboss.server.name") != null ?
+                
"ECLIPSE".equalsIgnoreCase(System.getProperty(JavaConfiguration.JAVA_COMPILER_PROPERTY))
 ?
                         JavaCompiler.createEclipseCompiler() :
                         JavaCompiler.createNativeCompiler();

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]

Reply via email to