This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 96a86e5420 OAK-11438 - Add support for parallelization in the Lucene
index writer backend. (#2031)
add 4fedf2eda5 OAK-11458 : added utils class for replacing Guava's
Iterables (#2055)
No new revisions were added by this update.
Summary of changes:
oak-commons/pom.xml | 9 +-
.../oak/commons/collections/IterableUtils.java | 145 ++++++++++++++++++
.../oak/commons/collections/package-info.java | 2 +-
.../oak/commons/collections/IterableUtilsTest.java | 169 +++++++++++++++++++++
4 files changed, 319 insertions(+), 6 deletions(-)
create mode 100644
oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/collections/IterableUtils.java
create mode 100644
oak-commons/src/test/java/org/apache/jackrabbit/oak/commons/collections/IterableUtilsTest.java