mdproctor opened a new issue, #6650:
URL: https://github.com/apache/incubator-kie-drools/issues/6650

   ## Context
   Part of epic #6648 — droolsvol2: eliminate drools-core dependencies to 
restore compilation.
   
   ## What
   Resolve all compile errors in `PathMemory.java` and `SegmentMemory.java` 
caused by references to `org.drools.core.*`. Apply the appropriate migration 
pattern (split, copy-and-strip, rename, or delete) based on what drools-core 
was providing.
   
   ## Acceptance Criteria
   - [ ] Both files compile without any `org.drools.core` imports
   - [ ] No new `drools-core` transitive dependency introduced
   - [ ] `drools-base` used as the shared foundation where applicable
   - [ ] Existing passing tests unaffected
   
   ## Notes
   PathMemory and SegmentMemory are core Rete memory node structures. They 
likely have significant drools-core coupling. The split pattern (base version 
in shared module + vol2-specific extension) may be appropriate here. Propose 
per file, wait for approval before executing.


-- 
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]

Reply via email to