rulebook icon indicating copy to clipboard operation
rulebook copied to clipboard

100% Java, Lambda Enabled, Lightweight Rules Engine with a Simple and Intuitive DSL

Results 40 rulebook issues
Sort by recently updated
recently updated
newest added

It would be nice, if I could change the default RuleChainActionType to "ERROR_ON_FAILURE". Sometimes it happens that I forget to set the RuleChainActionType explizit on the @Rule-Annotation.

enhancement

I wanted to use auditor for checking which rules were executed. I build one instance of rules and run several facts against it in cycle. But each run the audit...

bug

It would be nice to be able to pass a function to the method `withDefaultResult`, that way you can construct the default result using the rule book argument type. How...

question
awaiting response

Hi, is there some way to have like an "else" for a rule? I have to run a set of rules, but I need to know which one "passed" and...

enhancement

Rules Engine uses CoR for sequential rules evaluation. It works! And for many situations, it's serves the need. However, for more ambitious applications, it would be nice to have other...

enhancement

I think the time has come to include complete working project examples in the GitHub source. Suggestions are welcome. Contributions are encouraged.

help wanted

Specialized Spring support for RuleBook isn't really needed anymore. RuleBook can now be easily used with Spring. Also, there's some old RuleBook code left over from the early days of...

technical debt

Rules should be able to be versioned independently of the application code. When a new version of rules is published, the application should load the newly published rules and start...

enhancement

HI @Clayton7510, We like the Rule Book engine and its features, we want to use this in our organization, we just want to understand a few things about the Rule...

Hi Developers, We are planning to integrate this rule engine into our company and would like to get an idea on how actively this project is getting developed and supported...