-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
7.67.0.Final
-
None
-
2022 Week 11-13 (from Mar 14), 2022 Week 14-16 (from Apr 4), 2022 Week 17-19 (from Apr 25), 2022 Week 20-22 (from May 16), 2022 Week 23-25 (from Jun 6)
-
NEW
-
NEW
import org.drools.modelcompiler.domain.Person; rule R1 when $p : Person(name == "Mario") then insertAsync("Hello"); end rule R2 when String(this == "Hello") then end
- is incorporated by
-
DROOLS-6141 executable-model test failure in test-compiler-integration ParallelEvaluationTest
- Closed