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

btellier pushed a change to branch postgresql
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 8a85f704f2 JAMES-3817 Only perform JMAP event bus dead letter health 
check if JMAP is used
     new 5c125e46e2 JAMES-2586 Implement PostgresBlobStoreDAO
     new 42ccbca1b8 JAMES-2586 Disable concurrent test of PostgresBlobStoreDAO

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:
 server/blob/{blob-file => blob-postgres}/pom.xml   |  57 +++++++-
 .../blob/postgres/PostgresBlobStorageModule.java   |  35 ++---
 .../james/blob/postgres/PostgresBlobStoreDAO.java  | 156 +++++++++++++++++++++
 .../blob/postgres/PostgresBlobStoreDAOTest.java}   |  38 ++++-
 server/blob/pom.xml                                |   1 +
 5 files changed, 257 insertions(+), 30 deletions(-)
 copy server/blob/{blob-file => blob-postgres}/pom.xml (70%)
 copy 
event-bus/postgres/src/main/java/org/apache/james/events/PostgresEventDeadLettersModule.java
 => 
server/blob/blob-postgres/src/main/java/org/apache/james/blob/postgres/PostgresBlobStorageModule.java
 (62%)
 create mode 100644 
server/blob/blob-postgres/src/main/java/org/apache/james/blob/postgres/PostgresBlobStoreDAO.java
 copy 
server/blob/{blob-file/src/test/java/org/apache/james/blob/file/FileBlobStoreDAOTest.java
 => 
blob-postgres/src/test/java/org/apache/james/blob/postgres/PostgresBlobStoreDAOTest.java}
 (50%)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to