tkobayas commented on PR #6430: URL: https://github.com/apache/incubator-kie-drools/pull/6430#issuecomment-3248373438
Discussed with Mario A) disablePropertyReactivity was implemented to address DROOLS-7255 : “JoinNode doesn’t proceed because eval is not property reactive.” B) However, this led to incubator-kie-drools/issues/6420 : “A rule is fired even though its AlphaNode constraint doesn’t match.” The latter seems more impactful. There’s no perfect solution, but reverting `disablePropertyReactivity` would be the better option. It would resolve (B), while unfortunately reintroducing (A). However, (A) can be worked around by adding `@watch`, and the explanation is relatively straightforward (e.g., “You need to add `@watch` because eval is not property reactive...”). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
