Rikkola opened a new pull request, #6884: URL: https://github.com/apache/incubator-kie/pull/6884
Part of the Sequential work. The work needs the utility classes in drools-base for reuse. Thought it would be best to make a separate PR for a task like this to reduce the edited file count on the following PRs. `AbstractLinkedListNode`, `DoubleLinkedEntry`, `SingleLinkedEntry`, `LinkedList`, `LinkedListEntry`, `FastIterator`, and `Iterator` relocated from `org.drools.core.util` to `org.drools.base.util` so that drools-base sequencing infrastructure (`DynamicFilter`, `SignalAdapter`) can depend on them without a circular dependency on drools-core. All import sites updated (~83 files across drools-core, drools-tms, drools-beliefs, drools-kiesession, drools-serialization-protobuf, drools-fastutil, drools-traits). Closes apache/incubator-kie-issues#2388 -- 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]
