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

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


    from fb28e7d8e3 JAMES-2586 postgres mailbox annotation dao and mapper 
(#1822)
     new 877a67c1c9 JAMES-2586 Remove unused method in PostgresExecutor
     new eca9ed2d9c JAMES-2586 Implement PostgresDomainList
     new 6163298422 JAMES-2586 Guice bindings and package renaming for domain 
postgres implementation
     new 5da4c17336 JAMES-2586 DomainList Should throw when insert duplicate or 
delete not found domain
     new 09dacea43b JAMES-2586 Fix Guice bindings between PostgresDomainList 
and PostgresTableManager

The 5 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:
 .../backends/postgres/PostgresTableManager.java    |  24 ++-
 .../backends/postgres/utils/PostgresExecutor.java  |   6 -
 .../src/main/resources/META-INF/persistence.xml    |   1 -
 .../james/modules/data/PostgresCommonModule.java   |  23 +--
 .../james/modules/data/PostgresDataModule.java     |   2 +-
 ...stModule.java => PostgresDomainListModule.java} |  19 ++-
 server/data/data-postgres/pom.xml                  |   2 -
 .../apache/james/domainlist/jpa/JPADomainList.java | 178 ---------------------
 .../james/domainlist/jpa/model/JPADomain.java      |  69 --------
 .../domainlist/postgres/PostgresDomainList.java}   |  60 ++++---
 .../postgres/PostgresDomainModule.java}            |  20 +--
 .../james/domainlist/jpa/JPADomainListTest.java    |  71 --------
 .../postgres/PostgresDomainListTest.java}          |  15 +-
 .../src/test/resources/persistence.xml             |   1 -
 14 files changed, 91 insertions(+), 400 deletions(-)
 rename 
server/container/guice/postgres-common/src/main/java/org/apache/james/modules/data/{JPADomainListModule.java
 => PostgresDomainListModule.java} (71%)
 delete mode 100644 
server/data/data-postgres/src/main/java/org/apache/james/domainlist/jpa/JPADomainList.java
 delete mode 100644 
server/data/data-postgres/src/main/java/org/apache/james/domainlist/jpa/model/JPADomain.java
 copy 
server/data/{data-memory/src/main/java/org/apache/james/domainlist/memory/MemoryDomainList.java
 => 
data-postgres/src/main/java/org/apache/james/domainlist/postgres/PostgresDomainList.java}
 (50%)
 copy 
server/data/data-postgres/src/main/java/org/apache/james/{user/postgres/PostgresUserModule.java
 => domainlist/postgres/PostgresDomainModule.java} (72%)
 delete mode 100644 
server/data/data-postgres/src/test/java/org/apache/james/domainlist/jpa/JPADomainListTest.java
 copy 
server/data/{data-cassandra/src/test/java/org/apache/james/domainlist/cassandra/CassandraDomainListTest.java
 => 
data-postgres/src/test/java/org/apache/james/domainlist/postgres/PostgresDomainListTest.java}
 (75%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to