]
Toshiya Kobayashi updated DROOLS-5401:
--------------------------------------
Priority: Minor (was: Major)
Suppress RuntimeException in ExecModelLambdaPostProcessor
---------------------------------------------------------
Key: DROOLS-5401
URL:
https://issues.redhat.com/browse/DROOLS-5401
Project: Drools
Issue Type: Enhancement
Components: executable model
Affects Versions: 7.38.0.Final
Reporter: Toshiya Kobayashi
Assignee: Toshiya Kobayashi
Priority: Minor
When we hit an issue in ExecModelLambdaPostProcessor, we would silently fall back to
non-externalized lambda. So we don't need to throw RuntimeException. Instead, we can
detect non-externalized lambda with option "drools.check.nonExternalisedLambda"
(DROOLS-5346).