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 jo...@apache.org on 2022/09/13 09:46:21 UTC

[jackrabbit-oak] branch trunk updated (59d3443c3f -> d63496574a)

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

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


    from 59d3443c3f add license headers to the stale PR job
     add 23181d9c54 Add Document Compression Support
     add 326a426d79 refactor
     add 83b49089de cleanup
     add 86971d4471 Default snappy compression, allow applications to override
     add 861aca96f3 UT & cleanup
     add 0d12ab0a99 Address review comments
     add 08fbdd0b48 Fixes per review comments
     add f6c91c849a Fix UTC
     new d63496574a OAK-9919: Add support for zstd, zlib to document store with mongodb

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../oak/plugins/document/Configuration.java        |  5 ++
 .../plugins/document/DocumentNodeStoreService.java |  2 +-
 .../oak/plugins/document/mongo/MongoDBConfig.java  | 94 ++++++++++++++++++++++
 .../mongo/MongoDocumentNodeStoreBuilderBase.java   | 11 +++
 .../plugins/document/mongo/MongoDocumentStore.java | 29 ++++++-
 .../plugins/document/mongo/MongoDBConfigTest.java  | 63 +++++++++++++++
 .../mongo/MongoDocumentNodeStoreBuilderTest.java   |  6 ++
 7 files changed, 206 insertions(+), 4 deletions(-)
 create mode 100644 oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDBConfig.java
 create mode 100644 oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDBConfigTest.java


[jackrabbit-oak] 01/01: OAK-9919: Add support for zstd, zlib to document store with mongodb

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joscorbe pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit d63496574ad3ab054ba5178ee47db10026aa4e5b
Merge: 59d3443c3f f6c91c849a
Author: José Andrés Cordero Benítez <Jo...@users.noreply.github.com>
AuthorDate: Tue Sep 13 11:46:15 2022 +0200

    OAK-9919: Add support for zstd, zlib to document store with mongodb

 .../oak/plugins/document/Configuration.java        |  5 ++
 .../plugins/document/DocumentNodeStoreService.java |  2 +-
 .../oak/plugins/document/mongo/MongoDBConfig.java  | 94 ++++++++++++++++++++++
 .../mongo/MongoDocumentNodeStoreBuilderBase.java   | 11 +++
 .../plugins/document/mongo/MongoDocumentStore.java | 29 ++++++-
 .../plugins/document/mongo/MongoDBConfigTest.java  | 63 +++++++++++++++
 .../mongo/MongoDocumentNodeStoreBuilderTest.java   |  6 ++
 7 files changed, 206 insertions(+), 4 deletions(-)