-
Enhancement
-
Resolution: Done
-
Minor
-
7.38.0.Final
-
None
-
2020 Week 22-24 (from May 25)
-
1
-
NEW
-
NEW
When we hit an issue in ExecModelLambdaPostProcessor, we want to silently fall back to non-externalized lambda (don't want to break a build). Currently ExecModelLambdaPostProcessor throws RuntimeException only in unusual cases but still it's better to log and return rather than throwing RuntimeException.
Btw, we can detect non-externalized lambda with option "drools.check.nonExternalisedLambda" (DROOLS-5346).