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

Lambdas stack error #207

Open ghost opened 3 years ago

ghost commented 3 years ago

While stress testing Rulebook I found that the lambdas in GoldenRule.java line 176 hits StackOverFlowError. This is observed with Rulebook core 0.12. Using Fluent API When number of objects of Rule created with RuleBuilder.create() exceeds 3000.