Merge remote-tracking branch 'benoit/PVN-10-proposal'
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1fa297ce Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1fa297ce Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1fa297ce Branch: refs/heads/master Commit: 1fa297ce3d88bc6e66de896634ea9a344a57ccd7 Parents: 35858f7 4655ab3 Author: Raphael Ouazana <[email protected]> Authored: Thu Jan 12 17:33:35 2017 +0100 Committer: Raphael Ouazana <[email protected]> Committed: Thu Jan 12 17:33:35 2017 +0100 ---------------------------------------------------------------------- backends-common/jpa/pom.xml | 39 ++++++++++ .../james/backends/jpa/JpaTestCluster.java | 82 ++++++++++++++++++++ backends-common/pom.xml | 1 + mailbox/jpa/pom.xml | 10 ++- .../james/mailbox/jpa/JPAMailboxFixture.java | 45 +++++++++++ .../mailbox/jpa/JPAMailboxManagerTest.java | 28 +------ .../mailbox/jpa/JPASubscriptionManagerTest.java | 42 ++-------- .../mailbox/jpa/mail/JPAMapperProvider.java | 51 +++--------- mailbox/pom.xml | 21 +++-- mailbox/tool/pom.xml | 12 +-- mpt/app/dependency-reduced-pom.xml | 4 +- mpt/impl/imap-mailbox/jpa/pom.xml | 17 ++++ .../mpt/imapmailbox/jpa/host/JPAHostSystem.java | 54 ++----------- mpt/impl/imap-mailbox/lucenesearch/pom.xml | 11 +++ .../host/LuceneSearchHostSystem.java | 43 ++-------- mpt/pom.xml | 13 ++++ server/container/guice/jpa-guice/pom.xml | 8 -- server/container/spring/pom.xml | 4 - server/data/data-jpa/pom.xml | 29 +++---- .../rrt/jpa/model/JPARecipientRewrite.java | 4 +- .../james/domainlist/jpa/JPADomainListTest.java | 24 +----- .../rrt/jpa/JPARecipientRewriteTableTest.java | 33 +------- .../org/apache/james/rrt/jpa/JPAStepdefs.java | 29 ++----- .../james/user/jpa/JpaUsersRepositoryTest.java | 49 +----------- server/pom.xml | 25 +++--- 25 files changed, 307 insertions(+), 371 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1fa297ce/mpt/impl/imap-mailbox/lucenesearch/src/test/java/org/apache/james/mpt/imapmailbox/lucenesearch/host/LuceneSearchHostSystem.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1fa297ce/server/pom.xml ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
