rishabhdaim commented on PR #2055: URL: https://github.com/apache/jackrabbit-oak/pull/2055#issuecomment-2640036271
Yes, we are using commons-collection4's IterableUtils in other places. But for this **Iterables.concat** use case, we hit a roadblock and had to implement our replacement for Iterables<Iterables<E>> [1]. To avoid using different IterableUtils in each class (and polluting it with a complete class name), I have added other methods in oak-commons IterableUtils as well. Now, to avoid using both IterableUtils in the same class, As and when we hit this case, I will implement the method in oak-common's IterableUtils and replace 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org