]
Edoardo Vacchi updated DROOLS-5950:
-----------------------------------
Sprint: 2021 Week 04-06 (from Jan 25) (was: 2020 Week 52-03 (from Dec 21))
Support returning PackageDescr from assemblers
----------------------------------------------
Key: DROOLS-5950
URL:
https://issues.redhat.com/browse/DROOLS-5950
Project: Drools
Issue Type: Task
Components: core engine
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
Priority: Major
Labels: drools-core
Assemblers hook into a later stage of package building, when rules have already been
built. We add an API that is invoked *before* rules are built, making it possible to
return PackageDescrs that contain unprocessed rules. This is useful both for the DRLX
experiment, and possibly for the PMML implementation.