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

   ## Context
   Part of epic #6648 — droolsvol2: eliminate drools-core dependencies to 
restore compilation.
   
   ## What
   Resolve all compile errors in `EqualityKey.java` and `EventHandleImpl.java` 
caused by references to `org.drools.core.*`. Apply the appropriate migration 
pattern (split, copy-and-strip, rename, or delete) for each.
   
   ## Acceptance Criteria
   - [ ] Both files compile without any `org.drools.core` imports
   - [ ] No new `drools-core` transitive dependency introduced
   - [ ] `kie-api` surface kept minimal — only where vol2 genuinely needs it
   - [ ] Existing passing tests unaffected
   
   ## Notes
   Event handling touches both `kie-api` and `drools-core`. Be careful not to 
expand the `kie-api` surface area when replacing `drools-core` references.


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