Merge remote-tracking branch 'btellier/MPT-43'
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e00ebe12 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e00ebe12 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e00ebe12 Branch: refs/heads/master Commit: e00ebe12caaf09e2192bd6bf7b741d1b27073a09 Parents: 8126957 2803928 Author: Antoine Duprat <[email protected]> Authored: Mon Nov 5 15:26:30 2018 +0100 Committer: Antoine Duprat <[email protected]> Committed: Mon Nov 5 15:26:30 2018 +0100 ---------------------------------------------------------------------- .../lucene/search/LuceneMessageSearchIndex.java | 4 ++++ .../java/org/apache/james/mpt/api/Session.java | 2 ++ .../protocol/FileProtocolSessionBuilder.java | 2 ++ .../james/mpt/protocol/ProtocolSession.java | 23 ++++++++++++++++++++ .../mpt/protocol/ProtocolSessionBuilder.java | 2 ++ .../james/mpt/session/ExternalSession.java | 6 +++++ .../cassandra/host/CassandraHostSystem.java | 8 +++++-- .../james/mpt/host/JamesImapHostSystem.java | 6 +++++ .../imap/scripts/UidSearchAtomsIndexer.test | 4 ++-- .../host/ElasticSearchHostSystem.java | 11 ++++++---- .../james/imap/scripts/ValidateDeployment.test | 2 +- .../imapmailbox/hbase/host/HBaseHostSystem.java | 7 +++++- .../inmemory/host/InMemoryHostSystem.java | 5 +++++ .../mpt/imapmailbox/jcr/host/JCRHostSystem.java | 6 ++++- .../mpt/imapmailbox/jpa/host/JPAHostSystem.java | 4 ++++ .../host/LuceneSearchHostSystem.java | 7 +++++- .../maildir/host/MaildirHostSystem.java | 6 ++++- .../james/mpt/host/ManageSieveSession.java | 13 +++++++---- 18 files changed, 101 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
