[
https://issues.apache.org/jira/browse/OAK-11451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923232#comment-17923232
]
Rishabh Daim commented on OAK-11451:
------------------------------------
In Guava we have an *Iterables.concat()* method that accepts
*Iterables<Iterables<E>>* [1], which doesn't have any corresponding API in
IteratorUtils of Apache commons-collection4 [2].
I would not remove those usages from this PR to unblock myself.
We would be required to create the new API in our *oak-commons* package.
cc [~reschke] [~baedke]
[1]
[https://guava.dev/releases/20.0/api/docs/com/google/common/collect/Iterables.html#concat-java.lang.Iterable-]
[2]
[https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/IterableUtils.html]
> Remove usage of Guava Iterables.concat()
> ----------------------------------------
>
> Key: OAK-11451
> URL: https://issues.apache.org/jira/browse/OAK-11451
> Project: Jackrabbit Oak
> Issue Type: Technical task
> Reporter: Rishabh Daim
> Assignee: Rishabh Daim
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)