Rikkola opened a new pull request, #6890: URL: https://github.com/apache/incubator-kie/pull/6890
Move PropagationEntry interface and AbstractPropagationEntry to org.drools.base.phreak so that drools-base sequencing infrastructure can depend on them without a circular dependency on drools-core. Changes: - PropagationEntry<T extends ValueResolver> replaces the hardcoded ReteEvaluator parameter; all existing implementations bind T=ReteEvaluator - Inner classes extracted to top-level files under org.drools.core.phreak.actions: Insert, Delete, Update, PartitionedUpdate, PartitionedDelete, ExecuteQuery, AbstractPartitionedPropagationEntry, PropagationEntryWithResult - AbstractPropagationEntry extracted to org.drools.base.phreak.actions - All call sites updated across drools-core, drools-kiesession, drools-tms, drools-serialization-protobuf, drools-reliability, drools-ruleunits, kogito-jbpm - execute() default is now a pure dispatch (onWorkingMemoryAction hook moved to propagation list implementations that hold a ReteEvaluator) - ExecuteQuery constructor drops the InternalRuleBase parameter; fetches rule base via reteEvaluator.getKnowledgeBase() at execution time No logic changes - pure extraction and relocation. https://github.com/apache/incubator-kie-issues/issues/2389 -- 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]
