I have rule like as:
=========
rule "My Rule"
no-loop true
dialect "mvel"
when
$info : MyInfo()
then
modify ($info)
end
=========
If I exeucte this rule in BRMS 6.4.x release, I will get 7.35 in the reponse . But if I execute same rule in RHDM 7.4.+ release I will 7 in the response.
- incorporates
-
DROOLS-5051 Mvel type coercion and rounding behavior compatibility between mvel 2.2.8 and 2.4.3
- Closed