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 2018/07/20 02:45:40 UTC

[1/5] james-project git commit: JAMES-2473 Upgrade RabbitMQ AMQP client

Repository: james-project
Updated Branches:
  refs/heads/master 46b3c608b -> 9c3aa9f50


JAMES-2473 Upgrade RabbitMQ AMQP client


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d0467266
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d0467266
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/d0467266

Branch: refs/heads/master
Commit: d0467266de3e2d760f5c672e59465d5de715c694
Parents: cbfdfb5
Author: benwa <bt...@linagora.com>
Authored: Wed Jul 18 12:00:17 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jul 20 09:38:02 2018 +0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/d0467266/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 41fc1d9..0fa06e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1710,7 +1710,7 @@
             <dependency>
                 <groupId>com.rabbitmq</groupId>
                 <artifactId>amqp-client</artifactId>
-                <version>5.2.0</version>
+                <version>5.3.0</version>
             </dependency>
             <dependency>
                 <groupId>com.sparkjava</groupId>


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


[4/5] james-project git commit: JAMES-2474 Upgrade Spring to 3.2.18-RELEASE

Posted by bt...@apache.org.
JAMES-2474 Upgrade Spring to 3.2.18-RELEASE


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/71eaebf0
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/71eaebf0
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/71eaebf0

Branch: refs/heads/master
Commit: 71eaebf08c85d576a4316c9153f55c62ebc40afe
Parents: d046726
Author: benwa <bt...@linagora.com>
Authored: Wed Jul 18 13:55:54 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jul 20 09:42:00 2018 +0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/71eaebf0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0fa06e0..807d99c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,7 +592,7 @@
         <javax.activation.artifactId>activation</javax.activation.artifactId>
         <jackrabbit.version>2.5.2</jackrabbit.version>
         <jsieve.version>0.7</jsieve.version>
-        <spring.version>3.2.14.RELEASE</spring.version>
+        <spring.version>3.2.18.RELEASE</spring.version>
         <geronimo-jms-spec.version>1.1.1</geronimo-jms-spec.version>
         <activmq-artemis.version>2.6.2</activmq-artemis.version>
         <h2.version>1.3.170</h2.version>
@@ -625,7 +625,7 @@
         <concurrent.version>1.3.4</concurrent.version>
         <log4j.version>1.2.17</log4j.version>
         <jcr.version>2.0</jcr.version>
-        <xbean-spring.version>3.12</xbean-spring.version>
+        <xbean-spring.version>4.9</xbean-spring.version>
         <netty.version>3.10.6.Final</netty.version>
         <geronimo-annotation-spec.version>1.0.1</geronimo-annotation-spec.version>
         <spring-osgi-extender.version>1.2.1</spring-osgi-extender.version>


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


[3/5] james-project git commit: JAMES-2473 Upgrade activeMQ dependencies

Posted by bt...@apache.org.
JAMES-2473 Upgrade activeMQ 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/5f3ba3fe
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5f3ba3fe
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5f3ba3fe

Branch: refs/heads/master
Commit: 5f3ba3fea33e81f4afd5f9b9c1d14107b92cd076
Parents: 46b3c60
Author: benwa <bt...@linagora.com>
Authored: Wed Jul 18 11:54:29 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jul 20 09:38:02 2018 +0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/5f3ba3fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3867676..3699ae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,7 +581,7 @@
         -->
         <deployTechnicalSiteDirectory />
 
-        <activemq.version>5.15.2</activemq.version>
+        <activemq.version>5.15.4</activemq.version>
         <apache-mime4j.version>0.8.2</apache-mime4j.version>
         <camel.version>2.21.1</camel.version>
         <derby.version>10.9.1.0</derby.version>
@@ -594,7 +594,7 @@
         <jsieve.version>0.7</jsieve.version>
         <spring.version>3.2.14.RELEASE</spring.version>
         <geronimo-jms-spec.version>1.1.1</geronimo-jms-spec.version>
-        <activmq-artemis.version>2.1.0</activmq-artemis.version>
+        <activmq-artemis.version>2.6.2</activmq-artemis.version>
         <h2.version>1.3.170</h2.version>
         <apache-jspf-resolver.version>1.0.1</apache-jspf-resolver.version>
         <javamail.version>1.5.4</javamail.version>


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


[5/5] james-project git commit: JAMES-2475 Run Memory JMAP integration tests first

Posted by bt...@apache.org.
JAMES-2475 Run Memory JMAP integration tests first

Use a dependency to enforce build order.


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9c3aa9f5
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9c3aa9f5
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9c3aa9f5

Branch: refs/heads/master
Commit: 9c3aa9f5064e39dcb3c1eb87201095d0f0f0d48d
Parents: 71eaebf
Author: benwa <bt...@linagora.com>
Authored: Wed Jul 18 16:18:51 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jul 20 09:45:00 2018 +0700

----------------------------------------------------------------------
 .../cassandra-jmap-integration-testing/pom.xml            |  6 ++++++
 server/protocols/jmap-integration-testing/pom.xml         | 10 ++++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/9c3aa9f5/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
----------------------------------------------------------------------
diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
index 072c304..d9a80c0 100644
--- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
+++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
@@ -126,6 +126,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <!-- Force Memory JMAP integration tests to be played before Cassandra ones -->
+            <groupId>${project.groupId}</groupId>
+            <artifactId>memory-jmap-integration-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>javax-mail-extension</artifactId>
             <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/james-project/blob/9c3aa9f5/server/protocols/jmap-integration-testing/pom.xml
----------------------------------------------------------------------
diff --git a/server/protocols/jmap-integration-testing/pom.xml b/server/protocols/jmap-integration-testing/pom.xml
index 0200602..2331050 100644
--- a/server/protocols/jmap-integration-testing/pom.xml
+++ b/server/protocols/jmap-integration-testing/pom.xml
@@ -38,4 +38,14 @@
         <module>memory-jmap-integration-testing</module>
     </modules>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>memory-jmap-integration-testing</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
 </project>


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


[2/5] james-project git commit: JAMES-2473 Upgrade Apache Camel

Posted by bt...@apache.org.
JAMES-2473 Upgrade Apache Camel


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/cbfdfb57
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/cbfdfb57
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/cbfdfb57

Branch: refs/heads/master
Commit: cbfdfb57a9410b4aef23aa595ce703375a57c6b3
Parents: 5f3ba3f
Author: benwa <bt...@linagora.com>
Authored: Wed Jul 18 11:59:54 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jul 20 09:38:02 2018 +0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/cbfdfb57/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3699ae7..41fc1d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,7 +583,7 @@
 
         <activemq.version>5.15.4</activemq.version>
         <apache-mime4j.version>0.8.2</apache-mime4j.version>
-        <camel.version>2.21.1</camel.version>
+        <camel.version>2.22.0</camel.version>
         <derby.version>10.9.1.0</derby.version>
         <hadoop.version>1.1.1</hadoop.version>
         <hbase.version>0.94.27</hbase.version>


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