This is an automated email from the ASF dual-hosted git repository.
reschke pushed a change to branch OAK-11267
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 91d53fa7c4 OAK-11267: restore line breaks
add 8785c8509a OAK-11299: Missing Segments With Oak Run Segment Copy
(#1892)
add ee62c835c2 Fix a typo in builtin_nodetypes.cnd: @peop -> @prop (#2373)
add 388e9d8b57 OAK-11834 - Cleanups to reduce changeset in OAK-11814
(#2411)
add 629423a767 OAK-11801 : removed Guava's fluent iterable with Apache's
(#2408)
No new revisions were added by this update.
Summary of changes:
.../blob/datastore/SharedDataStoreUtils.java | 26 ++++++++++++----
.../jackrabbit/oak/plugins/index/ConfigHelper.java | 6 ++++
.../apache/jackrabbit/oak/builtin_nodetypes.cnd | 2 +-
.../jackrabbit/oak/query/AbstractQueryTest.java | 19 +++++-------
.../oak/plugins/nodetype/write/oak3725-1.cnd | 2 +-
.../oak/plugins/nodetype/write/oak3725-2.cnd | 2 +-
.../oak/plugins/nodetype/write/oak4567.cnd | 2 +-
.../plugins/index/lucene/LucenePropertyIndex.java | 9 +++---
.../index/lucene/util/LuceneIndexHelper.java | 5 ++--
oak-run-commons/pom.xml | 4 +++
.../indexer/document/NodeStateEntryTraverser.java | 7 ++---
.../document/mongo/MongoDocumentTraverser.java | 4 +--
oak-run/pom.xml | 4 +++
.../oak/plugins/tika/BinaryResourceProvider.java | 4 +--
.../tika/CSVFileBinaryResourceProvider.java | 4 +--
.../oak/plugins/tika/CSVFileGenerator.java | 2 +-
.../tika/NodeStoreBinaryResourceProvider.java | 9 ++++--
.../oak/plugins/tika/BinaryStatsTest.java | 2 +-
.../tika/CSVFileBinaryResourceProviderTest.java | 18 +++++++++--
.../tika/NodeStoreBinaryResourceProviderTest.java | 3 +-
.../oak/plugins/tika/TextPopulatorTest.java | 10 ++-----
.../index/elastic/ElasticIndexProviderService.java | 3 +-
.../index/elastic/query/ElasticIndexProvider.java | 3 +-
.../ElasticReliabilitySyncIndexingTest.java | 5 ----
.../security/privilege/PrivilegeBitsProvider.java | 4 +--
.../segment/aws/tool/AwsSegmentStoreMigrator.java | 11 +++++--
.../oak/segment/azure/tool/SegmentCopy.java | 2 +-
.../segment/azure/tool/SegmentStoreMigrator.java | 11 +++++--
.../oak/segment/remote/RemoteUtilities.java | 15 ++++++++++
.../oak/segment/remote/package-info.java | 2 +-
.../oak/segment/remote/RemoteUtilitiesTest.java | 35 +++++++++++++++++-----
.../oak/composite/CompositeNodeBuilder.java | 20 ++++++-------
.../oak/composite/CompositeNodeState.java | 21 ++++++-------
33 files changed, 178 insertions(+), 98 deletions(-)