j-easy / easy-rules

The simple, stupid rules engine for Java
https://github.com/j-easy/easy-rules/wiki
MIT License
4.86k stars 1.05k forks source link

fact value can be null ? #354

Open gaoqingbai opened 3 years ago

gaoqingbai commented 3 years ago

I see “fact” value must not be null,but many business logic allow this value is null or not ,so , I think the fact value can be allow null.

thank you!

anth0ny-x commented 2 years ago

+1 I'm also hitting this limitation, I need to workaround it by creating an empty object.