You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2020/06/17 09:15:47 UTC

[james-project] branch master updated (3c2277b -> 213d8d1)

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

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


    from 3c2277b  JAMES-3176 backport fixes done in JAMES-3200
     add d8de5dc  simple grammar fixes
     new 7431e70  Merge pull request #149 from irsl/patch-2
     new 7f4ea77  JAMES-3214 Add missing test scope
     new 83bb563  fixup! JAMES-3214 Add missing test scope
     new 4c8e671  Merge pull request #207 from chibenwa/JAMES-3214
     add 5a0c012  propose adoption of java 11 as a runtime
     new 9c02b19  Merge pull request #174 from mbaechler/adr-jdk-11
     new 213d8d1  Revert "Merge pull request #207 from chibenwa/JAMES-3214"

The 6 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:
 README.adoc                       |  4 ++--
 src/adr/0009-java-11-migration.md | 24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)
 create mode 100644 src/adr/0009-java-11-migration.md


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-project] 03/06: Merge pull request #149 from irsl/patch-2

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 7431e7017f9f41ed52e99a7a8c6f775403448a7c
Merge: 3c2277b d8de5dc
Author: Eugen Stan <eu...@netdava.com>
AuthorDate: Tue Jun 16 19:06:48 2020 +0300

    Merge pull request #149 from irsl/patch-2
    
    simple grammar fixes

 README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-project] 04/06: Merge pull request #207 from chibenwa/JAMES-3214

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 4c8e671602d005aa1eb3098251908ece224f0177
Merge: 7431e70 83bb563
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Tue Jun 16 19:18:17 2020 +0300

    Merge pull request #207 from chibenwa/JAMES-3214
    
    JAMES-3214 Add missing test scope

 mailbox/backup/pom.xml                                               | 5 +++++
 mailbox/plugin/deleted-messages-vault-cassandra/pom.xml              | 5 +++++
 mailbox/plugin/deleted-messages-vault/pom.xml                        | 5 +++++
 .../webadmin/webadmin-mailbox-deleted-message-vault/pom.xml          | 5 +++++
 4 files changed, 20 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-project] 05/06: Merge pull request #174 from mbaechler/adr-jdk-11

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 9c02b19ea4165be89f9eb9d6f2c65484fc9a8b1c
Merge: 4c8e671 5a0c012
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Tue Jun 16 19:37:16 2020 +0300

    Merge pull request #174 from mbaechler/adr-jdk-11
    
    propose adoption of java 11 as a runtime

 src/adr/0009-java-11-migration.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-project] 02/06: fixup! JAMES-3214 Add missing test scope

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 83bb5639c34bffd2085a40b13397509bcd56f398
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Jun 15 14:08:50 2020 +0700

    fixup! JAMES-3214 Add missing test scope
---
 mailbox/backup/pom.xml                                               | 4 ++++
 mailbox/plugin/deleted-messages-vault-cassandra/pom.xml              | 5 +++++
 mailbox/plugin/deleted-messages-vault/pom.xml                        | 5 +++++
 .../webadmin/webadmin-mailbox-deleted-message-vault/pom.xml          | 5 +++++
 4 files changed, 19 insertions(+)

diff --git a/mailbox/backup/pom.xml b/mailbox/backup/pom.xml
index 553dd89..c530b9f 100644
--- a/mailbox/backup/pom.xml
+++ b/mailbox/backup/pom.xml
@@ -61,6 +61,10 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-util</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
             <artifactId>metrics-tests</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
index ab90748..801def9 100644
--- a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
+++ b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
@@ -62,6 +62,11 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
             <artifactId>testing-base</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/mailbox/plugin/deleted-messages-vault/pom.xml b/mailbox/plugin/deleted-messages-vault/pom.xml
index 4a438a0..26db1a7 100644
--- a/mailbox/plugin/deleted-messages-vault/pom.xml
+++ b/mailbox/plugin/deleted-messages-vault/pom.xml
@@ -95,6 +95,11 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
             <artifactId>metrics-tests</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml
index 3d3a9d4..c43b410 100644
--- a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml
+++ b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml
@@ -104,6 +104,11 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
             <artifactId>james-server-webadmin-core</artifactId>
         </dependency>
         <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-project] 01/06: JAMES-3214 Add missing test scope

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 7f4ea77be1b6299e6fad970d3637341133a8db71
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Jun 15 13:34:19 2020 +0700

    JAMES-3214 Add missing test scope
---
 mailbox/backup/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mailbox/backup/pom.xml b/mailbox/backup/pom.xml
index 6d6c3f4..553dd89 100644
--- a/mailbox/backup/pom.xml
+++ b/mailbox/backup/pom.xml
@@ -57,6 +57,7 @@
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-testing</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-project] 06/06: Revert "Merge pull request #207 from chibenwa/JAMES-3214"

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 213d8d10f685c4d682ce923289d4679d1bd1def6
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Jun 17 16:03:12 2020 +0700

    Revert "Merge pull request #207 from chibenwa/JAMES-3214"
    
    This reverts commit 4c8e671602d005aa1eb3098251908ece224f0177, reversing
    changes made to 7431e7017f9f41ed52e99a7a8c6f775403448a7c.
---
 mailbox/backup/pom.xml                                               | 5 -----
 mailbox/plugin/deleted-messages-vault-cassandra/pom.xml              | 5 -----
 mailbox/plugin/deleted-messages-vault/pom.xml                        | 5 -----
 .../webadmin/webadmin-mailbox-deleted-message-vault/pom.xml          | 5 -----
 4 files changed, 20 deletions(-)

diff --git a/mailbox/backup/pom.xml b/mailbox/backup/pom.xml
index c530b9f..6d6c3f4 100644
--- a/mailbox/backup/pom.xml
+++ b/mailbox/backup/pom.xml
@@ -57,11 +57,6 @@
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-testing</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-util</artifactId>
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
diff --git a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
index 801def9..ab90748 100644
--- a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
+++ b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
@@ -62,11 +62,6 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-testing</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
             <artifactId>testing-base</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/mailbox/plugin/deleted-messages-vault/pom.xml b/mailbox/plugin/deleted-messages-vault/pom.xml
index 26db1a7..4a438a0 100644
--- a/mailbox/plugin/deleted-messages-vault/pom.xml
+++ b/mailbox/plugin/deleted-messages-vault/pom.xml
@@ -95,11 +95,6 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-testing</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
             <artifactId>metrics-tests</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml
index c43b410..3d3a9d4 100644
--- a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml
+++ b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml
@@ -104,11 +104,6 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-testing</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
             <artifactId>james-server-webadmin-core</artifactId>
         </dependency>
         <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org