pibizza opened a new issue, #6442: URL: https://github.com/apache/incubator-kie-drools/issues/6442
ReteEvaluator - and in general the drools session - is used largely inside the drools core and other core parts of drools drl engine This makes the code in drools core very coupled with a large object and it is preventing efforts to make the drl engine moore modular and easier to mantain and support. This issue aims to remove - where possible - these unnecessary uses. The following PRs are parts of this effort: - https://github.com/apache/incubator-kie-drools/pull/6435 - https://github.com/apache/incubator-kie-drools/pull/6438 - https://github.com/apache/incubator-kie-drools/pull/6440 -- 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]
