mdproctor opened a new issue, #6651: URL: https://github.com/apache/incubator-kie-drools/issues/6651
## Context Part of epic #6648 — droolsvol2: eliminate drools-core dependencies to restore compilation. ## What Resolve all compile errors in `BuildtimeSegmentUtilities.java` caused by references to `org.drools.core.*`. Determine whether this utility class can be copied-and-stripped, split, or deleted given vol2's design. ## Acceptance Criteria - [ ] File compiles without any `org.drools.core` imports (or is removed if it has no place in vol2) - [ ] No new `drools-core` transitive dependency introduced - [ ] Existing passing tests unaffected ## Notes Utility classes often have deep drools-core coupling for convenience methods. Evaluate whether the functionality is needed in vol2 at all before attempting to port it. -- 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]
