]
Luca Molteni resolved DROOLS-5206.
----------------------------------
Resolution: Done
Create a separated module for InMemory Compiler
-----------------------------------------------
Key: DROOLS-5206
URL:
https://issues.redhat.com/browse/DROOLS-5206
Project: Drools
Issue Type: Enhancement
Components: core engine
Reporter: Luca Molteni
Assignee: Luca Molteni
Priority: Major
Currently we do in-memory compilation and loading in different places. Soon we'll
have it in
- Drools Executable Model
- PMML
- DMN
By creating a new external module that does exactly that (in-memory compile and load it
in the class loader) without being coupled to Drools in anyway we can reuse it.
Related to
https://issues.redhat.com/browse/DROOLS-5130