RuleBook v0.11 Release Notes

Release Date: 2018-12-04 // about 6 years ago
    • Rules are made injectable using @Autowired with SpringAwareRuleBookRunner
    • ERROR_ON_FAILURE now throws meaningful exceptions
    • @RuleBean is now used to properly decorate Spring POJO rules

Previous changes from v0.10

  • 🚀 This release includes:

    • ✨ Enhanced support for Spring Boot Fat Jars
    • ➕ Additional logging in RuleAdapter
    • 🛠 Fix for mapping facts to instance variables in POJO rules when NameValueReferableMap key is different than NameValueReferable name
    • Corrections to the README