You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/04/07 09:39:52 UTC

[02/10] camel git commit: CAMEL-9827: Downgrade the embed mongodb as it does not work.

CAMEL-9827: Downgrade the embed mongodb as it does not work.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6a4b8ce1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6a4b8ce1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6a4b8ce1

Branch: refs/heads/master
Commit: 6a4b8ce1ff8a092b5371d21f5a51007c3eb7087a
Parents: 171faa0
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Apr 7 09:06:40 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 7 09:39:40 2016 +0200

----------------------------------------------------------------------
 components/camel-mongodb/src/test/resources/log4j.properties | 3 +--
 parent/pom.xml                                               | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6a4b8ce1/components/camel-mongodb/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/src/test/resources/log4j.properties b/components/camel-mongodb/src/test/resources/log4j.properties
index cb64298..2aff1e4 100644
--- a/components/camel-mongodb/src/test/resources/log4j.properties
+++ b/components/camel-mongodb/src/test/resources/log4j.properties
@@ -17,8 +17,7 @@
 
 log4j.rootLogger=INFO, file
 # change the logging level of this category to increase verbosity of the MongoDB component
-log4j.category.org.apache.camel.component.mongodb=INFO, file
-log4j.additivity.org.apache.camel.component.mongodb=false
+#log4j.category.org.apache.camel.component.mongodb=INFO
 
 # uncomment the following line to turn on Camel debugging
 #log4j.logger.org.apache.camel=DEBUG

http://git-wip-us.apache.org/repos/asf/camel/blob/6a4b8ce1/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index d38a1dc..999aa9e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -158,7 +158,8 @@
     <elasticsearch-cluster-runner-version>2.2.0.0</elasticsearch-cluster-runner-version>
     <elsql-version>1.2</elsql-version>
     <el-api-1.0-version>1.0.1</el-api-1.0-version>
-    <embedmongo-version>1.50.2</embedmongo-version>
+    <!-- embedmongo 1.50.2 do not work -->
+    <embedmongo-version>1.50.1</embedmongo-version>
     <etcd4j-version>2.10.0</etcd4j-version>
     <exec-maven-plugin-version>1.4.0</exec-maven-plugin-version>
     <ezmorph-bundle-version>1.0.6_1</ezmorph-bundle-version>