deliveredtechnologies / rulebook

100% Java, Lambda Enabled, Lightweight Rules Engine with a Simple and Intuitive DSL
http://www.deliveredtechnologies.com
Apache License 2.0
716 stars 124 forks source link

RuleBookRunner4PojoClasses does not run rules according to the order property #209

Open pecaetano opened 2 years ago

pecaetano commented 2 years ago

When using RuleBookRunner4PojoClasses class, the rules are not executed in the order defined by order property, in Rule interface I found this issue recently, and I have an easy fix for. Thanks