RuleBook v0.11 Release Notes

Release Date: 2018-12-04 // over 5 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