This is an automated email from the ASF dual-hosted git repository.
quantranhong1999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
from 5792107ba0 JAMES-4182 Implement ZstdBlobStoreDAO (#3016)
new 5e2e062384 JAMES-4182 Guice binding + integration tests +
documentation for ZstdBlobStoreDAO
new 01065be31f JAMES-4182 Add an integration test for Postgres app + Zstd
The 2 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:
.../servers/partials/configure/blobstore.adoc | 18 +++
server/apps/distributed-app/pom.xml | 5 +
.../sample-configuration/blob.properties | 18 +++
.../james/WithEncryptedAndZstdBlobStoreTest.java | 137 +++++++++++++++++++++
.../org/apache/james/WithZstdBlobStoreTest.java | 115 +++++++++++++++++
.../org/apache/james/JpaToPgCoreDataMigration.java | 4 +-
.../james/PostgresWithZstdBlobStoreTest.java | 112 +++++++++++++++++
server/container/guice/distributed/pom.xml | 4 +
.../modules/blobstore/BlobStoreConfiguration.java | 64 +++++++++-
.../modules/blobstore/BlobStoreModulesChooser.java | 61 +++++++--
.../blobstore/BlobStoreConfigurationTest.java | 71 +++++++++++
.../blobstore/BlobStoreModulesChooserTest.java | 26 ++++
src/site/xdoc/server/config-blobstore.xml | 24 ++++
13 files changed, 644 insertions(+), 15 deletions(-)
create mode 100644
server/apps/distributed-app/src/test/java/org/apache/james/WithEncryptedAndZstdBlobStoreTest.java
create mode 100644
server/apps/distributed-app/src/test/java/org/apache/james/WithZstdBlobStoreTest.java
create mode 100644
server/apps/postgres-app/src/test/java/org/apache/james/PostgresWithZstdBlobStoreTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]