apache / incubator-kie-drools

Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
http://www.drools.org
Apache License 2.0
5.88k stars 2.5k forks source link

Write documentation for property reactivity behavior details #6091

Open tkobayas opened 2 months ago

tkobayas commented 2 months ago

Probably it's good to have one section to focus on property reactivity behavior with some more details.

tkobayas commented 2 months ago

Note: DROOLS-3849 (no mask -> allSetBitMask when properties in constraint cannot be analyzed) -> since 7.21.0.Final

DROOLS-5677 (if firstProp is not a property nor a method call, allSetBitMask : e.g. Object1( !Objects.isNull(field1) )) -> since 7.45.0.Final -> check if this should be removed : https://github.com/apache/incubator-kie-drools/issues/6092

BAPL-1773 (reactive to method call arguments) -> since 7.46.0.Final