You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/04/04 17:23:52 UTC

[jackrabbit-oak] branch OAK-10180 updated (af566cf904 -> 7a83a2d4a5)

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a change to branch OAK-10180
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from af566cf904 OAK-10180: oak-core-spi - switch to shaded Guava (affects consumers of core-spi cache APIs as well)
     add 8bcc3685da OAK-10177: add shaded-guava to store-composite pom
     add 8ef786b89d OAK-10171: datastore-copy cmd: add checksum validation  (#886)
     add 7b428de7bd OAK-10167: Elastic bulk processor should fail when intermediate bulks fail (#881)
     add 7a83a2d4a5 Merge remote-tracking branch 'origin/trunk' into OAK-10180

No new revisions were added by this update.

Summary of changes:
 .../jackrabbit/oak/run/DataStoreCopyCommand.java   |  12 +-
 .../org/apache/jackrabbit/oak/run/Downloader.java  |  74 ++++++++++--
 .../oak/run/DataStoreCopyCommandTest.java          |  86 +++++++++++---
 .../index/elastic/ElasticIndexDefinition.java      |  14 +++
 .../elastic/index/ElasticBulkProcessorHandler.java |  29 +++--
 .../index/elastic/index/ElasticIndexHelper.java    |   7 ++
 .../index/elastic/index/ElasticIndexWriter.java    |   4 +-
 .../index/elastic/ElasticPropertyIndexTest.java    | 127 +++++++++++++++++----
 .../elastic/index/ElasticIndexWriterTest.java      |   8 +-
 oak-store-composite/pom.xml                        |   5 +
 10 files changed, 306 insertions(+), 60 deletions(-)