]
Luca Molteni reassigned DROOLS-5130:
------------------------------------
Assignee: Luca Molteni (was: Gabriele Cardosi)
Externalize
org.drools.compiler.commons.jci.compilers.NativeJavaCompiler
------------------------------------------------------------------------
Key: DROOLS-5130
URL:
https://issues.redhat.com/browse/DROOLS-5130
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Luca Molteni
Priority: Major
-NativeJavaCompiler is a utility class the may be used by different client code,
unrelated to anything drools-specific and by itsel.
Currently it is defined inside the drools-compiler module that, in turns, brings in a
series of unneeded dependencies for such class itself.
Moving such class (and the other strictly-needed classes) will make it re-usable without
unwanted dependencies.-
Update Drools to support the new module MemoryCompiler as defined here
https://issues.redhat.com/browse/DROOLS-5206