[2/9] james-project git commit: JAMES-1617 Cassandra Domain list tables should be contained in the appropriate package

2016-04-06 Thread btellier
JAMES-1617 Cassandra Domain list tables should be contained in the appropriate package Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f657ad70 Tree:

[8/9] james-project git commit: JAMES-1617 Cassandra Guice project should use CassandraSieveRepository

2016-04-06 Thread btellier
JAMES-1617 Cassandra Guice project should use CassandraSieveRepository Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a37c0c34 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a37c0c34 Diff:

[5/9] james-project git commit: JAMES-1617 MPT test for ManageSieve with Cassandra Storage

2016-04-06 Thread btellier
JAMES-1617 MPT test for ManageSieve with Cassandra Storage Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a081bfd8 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a081bfd8 Diff:

[6/9] james-project git commit: JAMES-1617 Missing license

2016-04-06 Thread btellier
JAMES-1617 Missing license Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/777d1014 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/777d1014 Diff:

[7/9] james-project git commit: JAMES-1617 Guice should take UsersRepository configuration into account

2016-04-06 Thread btellier
JAMES-1617 Guice should take UsersRepository configuration into account Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f054e2c7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f054e2c7 Diff:

[4/9] james-project git commit: JAMES-1617 CassandraSieveRepository should be a singleton

2016-04-06 Thread btellier
JAMES-1617 CassandraSieveRepository should be a singleton Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/49b31808 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/49b31808 Diff:

[3/9] james-project git commit: JAMES-1617 Implement CassandraSieveRepository

2016-04-06 Thread btellier
JAMES-1617 Implement CassandraSieveRepository Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/96dfc5d5 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/96dfc5d5 Diff:

[9/9] james-project git commit: JAMES-1617 Spring integration

2016-04-06 Thread btellier
JAMES-1617 Spring integration Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4f02b963 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4f02b963 Diff:

james-mime4j git commit: MAILBOX-266 Update to guava 18.0

2016-04-06 Thread btellier
Repository: james-mime4j Updated Branches: refs/heads/master 0d03d112d -> cfd093ec6 MAILBOX-266 Update to guava 18.0 Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/cfd093ec Tree:

james-jsieve git commit: MAILBOX-266 Update GUAVA to 18.0

2016-04-06 Thread btellier
Repository: james-jsieve Updated Branches: refs/heads/master 1e4b8e415 -> ec7f02748 MAILBOX-266 Update GUAVA to 18.0 Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/ec7f0274 Tree:

[04/18] james-project git commit: MAILBOX-266 Update to ElasticSearch 2.2.1

2016-04-06 Thread btellier
MAILBOX-266 Update to ElasticSearch 2.2.1 Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a032429d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a032429d Diff:

[01/18] james-project git commit: MAILBOX-266 JamesCapabilitiesTests should be located in an up to date project

2016-04-06 Thread btellier
Repository: james-project Updated Branches: refs/heads/master 8005257c4 -> d1d5712f9 MAILBOX-266 JamesCapabilitiesTests should be located in an up to date project Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit:

[13/18] james-project git commit: MAILBOX-266 Sorts should work

2016-04-06 Thread btellier
MAILBOX-266 Sorts should work Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7f02ab71 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7f02ab71 Diff:

[15/18] james-project git commit: MAILBOX-266 DeleteByQueryPerformer should be tested synchronously in tests

2016-04-06 Thread btellier
MAILBOX-266 DeleteByQueryPerformer should be tested synchronously in tests Otherwise, await() can be called before the BulkRequest being sent. In this case, await succeeds, and further conditions fails, as the state has not been modified as required. Project:

[09/18] james-project git commit: MAILBOX-266 Implement a delete by query using Scroll + Bulk queries and use it

2016-04-06 Thread btellier
MAILBOX-266 Implement a delete by query using Scroll + Bulk queries and use it Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/6ba31a66 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/6ba31a66

[02/18] james-project git commit: MAILBOX-266 Update guava dependency to 18.0 to satisfy ElasticSearch 2.2.1 dependency

2016-04-06 Thread btellier
MAILBOX-266 Update guava dependency to 18.0 to satisfy ElasticSearch 2.2.1 dependency Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/67882065 Tree:

[05/18] james-project git commit: MAILBOX-266 ElasticSearch client should be instanciated once

2016-04-06 Thread btellier
MAILBOX-266 ElasticSearch client should be instanciated once Note : this commit includes a complete rework of how James MPT SMPT tests works. - Rely on the guice project (which highlight the initialization problem and that it brakes SMPT) - Better manage resources This was needed because

[14/18] james-project git commit: MAILBOX-266 ElasticSearch response sources should be limited to UIDs

2016-04-06 Thread btellier
MAILBOX-266 ElasticSearch response sources should be limited to UIDs Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f9717d22 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f9717d22 Diff:

[10/18] james-project git commit: MAILBOX-266 Set the size of SearchResponses to 1 in ElasticSearch tests

2016-04-06 Thread btellier
MAILBOX-266 Set the size of SearchResponses to 1 in ElasticSearch tests This allows to ensure Scrolls are well performed Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b99d0c7f Tree:

[06/18] james-project git commit: MAILBOX-266 Activate tests on custom flags, now supported in memory

2016-04-06 Thread btellier
MAILBOX-266 Activate tests on custom flags, now supported in memory Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2730305c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2730305c Diff:

[11/18] james-project git commit: MAILBOX-266 Updates should be bulked

2016-04-06 Thread btellier
MAILBOX-266 Updates should be bulked Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1bfa390f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1bfa390f Diff:

[18/18] james-project git commit: MAILBOX-266 Find a temporary solution for Guice chaotic initialization

2016-04-06 Thread btellier
MAILBOX-266 Find a temporary solution for Guice chaotic initialization Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1d43ec8e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1d43ec8e Diff:

[03/18] james-project git commit: MAILBOX-266 Update to ElasticSearch 2.2.1

2016-04-06 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/a032429d/mpt/impl/smtp/cassandra/src/test/java/org/apache/james/mpt/smtp/SmtpTestModule.java -- diff --git

[17/18] james-project git commit: MAILBOX-266 DeleteByQuery type should be void

2016-04-06 Thread btellier
MAILBOX-266 DeleteByQuery type should be void Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d1d5712f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d1d5712f Diff:

[07/18] james-project git commit: MAILBOX-266 Introduce a scroll Iterable

2016-04-06 Thread btellier
MAILBOX-266 Introduce a scroll Iterable Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ebeafcf0 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ebeafcf0 Diff:

[jira] [Created] (JAMES-1717) Manage JMAP vacations using Sieve script

2016-04-06 Thread Tellier Benoit (JIRA)
Tellier Benoit created JAMES-1717: - Summary: Manage JMAP vacations using Sieve script Key: JAMES-1717 URL: https://issues.apache.org/jira/browse/JAMES-1717 Project: James Server Issue Type: