[jira] [Created] (JAMES-2531) Cassandra tests don't work on my laptop

2018-08-23 Thread Matthieu Baechler (JIRA)
Matthieu Baechler created JAMES-2531: Summary: Cassandra tests don't work on my laptop Key: JAMES-2531 URL: https://issues.apache.org/jira/browse/JAMES-2531 Project: James Server Issue

[jira] [Comment Edited] (JAMES-2525) Implement swift Object Store

2018-08-23 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590182#comment-16590182 ] Antoine Duprat edited comment on JAMES-2525 at 8/23/18 12:56 PM: - First

[jira] [Reopened] (JAMES-2525) Implement swift Object Store

2018-08-23 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat reopened JAMES-2525: --- > Implement swift Object Store > > > Key:

[jira] [Resolved] (JAMES-2528) [Filter] Implement event sourced filter

2018-08-23 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat resolved JAMES-2528. --- Resolution: Fixed Fix Version/s: 3.2.0 merged > [Filter] Implement event sourced

[jira] [Resolved] (JAMES-2525) Implement swift Object Store

2018-08-23 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat resolved JAMES-2525. --- Resolution: Fixed Fix Version/s: 3.2.0 merged > Implement swift Object Store >

[6/8] james-project git commit: JAMES-2528 some checkstyle fixes

2018-08-23 Thread aduprat
JAMES-2528 some checkstyle fixes Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8790fe6a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8790fe6a Diff:

[3/8] james-project git commit: JAMES-2525 adds ObjectStore#save(InputStream)

2018-08-23 Thread aduprat
JAMES-2525 adds ObjectStore#save(InputStream) Since this signature doesn't conflict with the original `save(byte[])` the name is kept as is. The implementatoin of the new method in the CassandraBlobDAO delegates to the original save. Project:

[4/8] james-project git commit: JAMES-2528 implementation of a FilteringManagement API using Event Sourcing

2018-08-23 Thread aduprat
JAMES-2528 implementation of a FilteringManagement API using Event Sourcing Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/58f0f800 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/58f0f800

[1/8] james-project git commit: JAMES-2525 ignores links & dirs generated by the james build

2018-08-23 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master d125ba97a -> 8bfefda83 JAMES-2525 ignores links & dirs generated by the james build Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/23cbb7bb

[8/8] james-project git commit: Merge remote-tracking branch 'trantienduchn/JAMES-2528'

2018-08-23 Thread aduprat
Merge remote-tracking branch 'trantienduchn/JAMES-2528' Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8bfefda8 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8bfefda8 Diff:

[7/8] james-project git commit: Merge remote-tracking branch 'jhelou/feat/objectstore-streams'

2018-08-23 Thread aduprat
Merge remote-tracking branch 'jhelou/feat/objectstore-streams' Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b6dcb510 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b6dcb510 Diff:

[2/8] james-project git commit: JAMES-2525 changes ObjectStore#read to return an InputStream

2018-08-23 Thread aduprat
JAMES-2525 changes ObjectStore#read to return an InputStream The original method is renamed `readBytes` name and all existing uses are changed to follow the rename. The new method is implemented in the CassandraBlobsDAO and delegates to the existing implementation. Project:

[5/8] james-project git commit: JAMES-2528 adding a test case of removing of existing rules

2018-08-23 Thread aduprat
JAMES-2528 adding a test case of removing of existing rules Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/61a1164c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/61a1164c Diff:

[jira] [Resolved] (JAMES-2457) JMAP test for large mail handling

2018-08-23 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat resolved JAMES-2457. --- Resolution: Fixed Fix Version/s: 3.2.0 merged > JMAP test for large mail handling >

[jira] [Closed] (JAMES-2457) JMAP test for large mail handling

2018-08-23 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat closed JAMES-2457. - > JMAP test for large mail handling > - > > Key:

[2/4] james-project git commit: JAMES-2167 MailQueue should preserve null sender

2018-08-23 Thread aduprat
JAMES-2167 MailQueue should preserve null sender Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ec911c13 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ec911c13 Diff:

[1/4] james-project git commit: JAMES-2457 Add JMAP test for large mail handling

2018-08-23 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master 2db93fb01 -> d125ba97a JAMES-2457 Add JMAP test for large mail handling Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/efdd8508 Tree:

[3/4] james-project git commit: JAMES-2167 Correct MailAdress equals

2018-08-23 Thread aduprat
JAMES-2167 Correct MailAdress equals Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/09b5cb56 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/09b5cb56 Diff:

[4/4] james-project git commit: Merge branch 'JAMES-2167-null-sender'

2018-08-23 Thread aduprat
Merge branch 'JAMES-2167-null-sender' Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d125ba97 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d125ba97 Diff:

[jira] [Updated] (JAMES-2530) [Filter] Implement JMAP layer

2018-08-23 Thread Gautier DI FOLCO (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautier DI FOLCO updated JAMES-2530: Summary: [Filter] Implement JMAP layer (was: [Filter]) > [Filter] Implement JMAP layer

[jira] [Created] (JAMES-2530) [Filter]

2018-08-23 Thread Gautier DI FOLCO (JIRA)
Gautier DI FOLCO created JAMES-2530: --- Summary: [Filter] Key: JAMES-2530 URL: https://issues.apache.org/jira/browse/JAMES-2530 Project: James Server Issue Type: Improvement

[jira] [Created] (JAMES-2529) [Filter] Implement Mailet and unit tests

2018-08-23 Thread JIRA
Trần Tiến Đức created JAMES-2529: Summary: [Filter] Implement Mailet and unit tests Key: JAMES-2529 URL: https://issues.apache.org/jira/browse/JAMES-2529 Project: James Server Issue Type:

[1/2] james-project git commit: JAMES-2475 Fix deprecation warnings from dependencies

2018-08-23 Thread btellier
Repository: james-project Updated Branches: refs/heads/master 0084a26ee -> 2db93fb01 JAMES-2475 Fix deprecation warnings from dependencies Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5798d5c0 Tree:

[2/2] james-project git commit: JAMES-2475 fix SwarmGenericContainer TestRule apply() implementation

2018-08-23 Thread btellier
JAMES-2475 fix SwarmGenericContainer TestRule apply() implementation Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2db93fb0 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2db93fb0 Diff: