]
Matteo Mortari updated DROOLS-4002:
-----------------------------------
Sprint: 2019 Week 20-22
DMN FEEL custom Frame is always initialized
-------------------------------------------
Key: DROOLS-4002
URL:
https://issues.jboss.org/browse/DROOLS-4002
Project: Drools
Issue Type: Task
Components: dmn engine
Reporter: Matteo Mortari
Assignee: Matteo Mortari
Priority: Minor
ExecutionFrameImpl frame = new ExecutionFrameImpl(null);
this line in FEELImpl is present even when no profile, hence the was-Optional is always
populated.
Fix initialization, see diff for old code reference:
https://github.com/kiegroup/drools/pull/2341/files#diff-b99bdc7c33feee36a...