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/08/13 11:38:27 UTC

[1/5] james-project git commit: JAMES-2470 Disable testcontainer checks

Repository: james-project
Updated Branches:
  refs/heads/master 53e5c9384 -> 1ac24c097


JAMES-2470 Disable testcontainer checks


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

Branch: refs/heads/master
Commit: 2e2e8392d7c53bed934df2c91ee269895efe7092
Parents: 53e5c93
Author: Benoit Tellier <bt...@linagora.com>
Authored: Sat Aug 4 09:29:59 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Mon Aug 13 18:33:39 2018 +0700

----------------------------------------------------------------------
 dockerfiles/compilation/java-8/.testcontainers.properties | 1 +
 dockerfiles/compilation/java-8/Dockerfile                 | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/2e2e8392/dockerfiles/compilation/java-8/.testcontainers.properties
----------------------------------------------------------------------
diff --git a/dockerfiles/compilation/java-8/.testcontainers.properties b/dockerfiles/compilation/java-8/.testcontainers.properties
new file mode 100644
index 0000000..71f1d22
--- /dev/null
+++ b/dockerfiles/compilation/java-8/.testcontainers.properties
@@ -0,0 +1 @@
+checks.disable=true
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/james-project/blob/2e2e8392/dockerfiles/compilation/java-8/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/compilation/java-8/Dockerfile b/dockerfiles/compilation/java-8/Dockerfile
index b94bc84..c496289 100644
--- a/dockerfiles/compilation/java-8/Dockerfile
+++ b/dockerfiles/compilation/java-8/Dockerfile
@@ -19,6 +19,7 @@ RUN apt-get install -y git
 # Copy the script
 COPY compile.sh /root/compile.sh
 COPY integration_tests.sh /root/integration_tests.sh
+COPY .testcontainers.properties /root/.testcontainers.properties
 
 # Define the entrypoint
 WORKDIR /james-project


---------------------------------------------------------------------
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 Partial build plugin need to build snapshots

Posted by bt...@apache.org.
JAMES-2475 Partial build plugin need to build snapshots


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

Branch: refs/heads/master
Commit: 1ac24c097b2149ede60be6fff7c252e748c191b7
Parents: 05ce307
Author: Benoit Tellier <bt...@linagora.com>
Authored: Mon Aug 13 15:01:37 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Mon Aug 13 18:35:12 2018 +0700

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


http://git-wip-us.apache.org/repos/asf/james-project/blob/1ac24c09/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 82fa547..888b7f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3210,6 +3210,7 @@
                             <referenceBranch>${env.JAMES_PARTIAL_BUILD_BASE_BRANCH}</referenceBranch>
                             <buildAll>true</buildAll>
                             <skipTestsForNotImpactedModules>true</skipTestsForNotImpactedModules>
+                            <buildSnapshotDependencies>true</buildSnapshotDependencies>
                             <impacted>true</impacted>
                             <ignoreAllReactorProjects>false</ignoreAllReactorProjects>
                         </configuration>


---------------------------------------------------------------------
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-2514 Documentation should reference Cassandra 3.11.3

Posted by bt...@apache.org.
JAMES-2514 Documentation should reference Cassandra 3.11.3


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

Branch: refs/heads/master
Commit: c167cbc669bb6e39a5947d66d864c608b5ee16fa
Parents: c13eb65
Author: Benoit Tellier <bt...@linagora.com>
Authored: Mon Aug 13 09:52:12 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Mon Aug 13 18:35:12 2018 +0700

----------------------------------------------------------------------
 README.adoc                                         |  2 +-
 src/site/markdown/server/install/guice-cassandra.md | 10 +++++-----
 src/site/xdoc/server/quick-start-cassandra.xml      |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/c167cbc6/README.adoc
----------------------------------------------------------------------
diff --git a/README.adoc b/README.adoc
index 8cdf0c3..6aa0540 100644
--- a/README.adoc
+++ b/README.adoc
@@ -215,7 +215,7 @@ If you haven't already:
 ==== How to ?
 You need a running *cassandra* in docker. To achieve this run:
 
-    $ docker run -d --name=cassandra cassandra:2.2.12
+    $ docker run -d --name=cassandra cassandra:3.11.3
 
 You need a running *ElasticSearch* in docker. To achieve this run:
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/c167cbc6/src/site/markdown/server/install/guice-cassandra.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/server/install/guice-cassandra.md b/src/site/markdown/server/install/guice-cassandra.md
index b451559..1706039 100644
--- a/src/site/markdown/server/install/guice-cassandra.md
+++ b/src/site/markdown/server/install/guice-cassandra.md
@@ -5,7 +5,7 @@
 ### Requirements
 
  - Java 8 SDK
- - Docker ∕ ElasticSearch 2.2.1 and Cassandra 2.2.12
+ - Docker ∕ ElasticSearch 2.4.6 and Cassandra 3.11.3
  - Maven 3
 
 ### Building the artifacts
@@ -25,8 +25,8 @@ mvn clean install
 
 ### Requirements
 
- * Cassandra
- * ElasticSearch 1.5.2
+ * Cassandra 3.11.3
+ * ElasticSearch 2.4.6
 
 ### James Launch
 
@@ -45,8 +45,8 @@ $ keytool -genkey -alias james -keyalg RSA -keystore conf/keystore
 You need to have a Cassandra and an ElasticSearch instance running. You can either install the servers or launch them via docker:
 
 ```bash
-$ docker run -d --port 9042:9042 --name=cassandra cassandra:2.2.12
-$ docker run -d --port 9200:9200 --port 9300:9300 --name=elasticsearch elasticsearch:2.2.1
+$ docker run -d --port 9042:9042 --name=cassandra cassandra:3.11.3
+$ docker run -d --port 9200:9200 --port 9300:9300 --name=elasticsearch elasticsearch:2.4.6
 ```
 
 Once everything is set up, you just have to run the jar with:

http://git-wip-us.apache.org/repos/asf/james-project/blob/c167cbc6/src/site/xdoc/server/quick-start-cassandra.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/quick-start-cassandra.xml b/src/site/xdoc/server/quick-start-cassandra.xml
index a76e4b4..a47a5a9 100644
--- a/src/site/xdoc/server/quick-start-cassandra.xml
+++ b/src/site/xdoc/server/quick-start-cassandra.xml
@@ -64,7 +64,7 @@ Step 3: Deploy
 3.1. Deploy Cassandra (optional)
 You may skip this part if you already have a running Cassandra on your network.
 
-<i>$ docker run --detach=true --name=cassandra cassandra:2.2.12</i>
+<i>$ docker run --detach=true --name=cassandra cassandra:3.11.3</i>
 
 3.2. Deploy ElasticSearch (optional)
 You may skip this part if you already have a running ElasticSearch on your network.


---------------------------------------------------------------------
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-2514 Use Cassandra 3.11.3 within docker-compose

Posted by bt...@apache.org.
JAMES-2514 Use Cassandra 3.11.3 within docker-compose


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

Branch: refs/heads/master
Commit: c13eb6534383726752fa25ad9d746eeffd8dbc5e
Parents: 2e2e839
Author: Benoit Tellier <bt...@linagora.com>
Authored: Mon Aug 13 09:51:26 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Mon Aug 13 18:34:01 2018 +0700

----------------------------------------------------------------------
 dockerfiles/run/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/c13eb653/dockerfiles/run/docker-compose.yml
----------------------------------------------------------------------
diff --git a/dockerfiles/run/docker-compose.yml b/dockerfiles/run/docker-compose.yml
index 5080702..a85003c 100644
--- a/dockerfiles/run/docker-compose.yml
+++ b/dockerfiles/run/docker-compose.yml
@@ -24,7 +24,7 @@ services:
     image: elasticsearch:2.4.6
 
   cassandra:
-    image: cassandra:2.2.12
+    image: cassandra:3.11.3
     ports:
       - "9042:9042"
 


---------------------------------------------------------------------
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-2473 ActiveMQ 5.15.5 includes many bugfix/security fixes

Posted by bt...@apache.org.
JAMES-2473 ActiveMQ 5.15.5 includes many bugfix/security fixes

See https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12343307


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

Branch: refs/heads/master
Commit: 05ce307bd356b183676ffb3956c580194b4585c6
Parents: c167cbc
Author: Benoit Tellier <bt...@linagora.com>
Authored: Mon Aug 13 14:17:06 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Mon Aug 13 18:35:12 2018 +0700

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


http://git-wip-us.apache.org/repos/asf/james-project/blob/05ce307b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02b1cff..82fa547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,7 +584,7 @@
 
         <james.groupId>org.apache.james</james.groupId>
         <james.protocols.groupId>${james.groupId}.protocols</james.protocols.groupId>
-        <activemq.version>5.15.4</activemq.version>
+        <activemq.version>5.15.5</activemq.version>
         <apache-mime4j.version>0.8.2</apache-mime4j.version>
         <apache.openjpa.version>3.0.0</apache.openjpa.version>
         <camel.version>2.22.0</camel.version>


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