Skip to content

POJO Result and Spring Boot Patches

Compare
Choose a tag to compare
@Clayton7510 Clayton7510 released this 17 Sep 01:02
· 277 commits to master since this release
  • Fixed POJO Results - previously getResults() on RuleBookRunner always returned Optional true; now it only returns Optional true if a Result was set
  • Fixed Spring Boot Bug - when POJO Rules were packaged in a Spring Boot uber jar, RuleBookRunner would fail to scan rules in a package; this has been corrected