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 2014/08/07 09:28:20 UTC

[1/4] git commit: Removed system out println

Repository: camel
Updated Branches:
  refs/heads/camel-2.12.x 3a744d460 -> b668bcaa2
  refs/heads/camel-2.13.x 7086096da -> 4b3dbc616
  refs/heads/master ff842d3b0 -> ee8f18073


Removed system out println


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

Branch: refs/heads/master
Commit: 087c98b0f1e5b4b658da6f33a9efa7ccb14ef7df
Parents: ff842d3
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Aug 7 09:26:19 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Aug 7 09:26:19 2014 +0200

----------------------------------------------------------------------
 .../apache/camel/component/netty/handlers/ClientChannelHandler.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/087c98b0/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
index f21391e..e0ddb9f 100644
--- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
+++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
@@ -209,7 +209,6 @@ public class ClientChannelHandler extends SimpleChannelUpstreamHandler {
 
         // if textline enabled then covert to a String which must be used for textline
         if (producer.getConfiguration().isTextline()) {
-            System.out.println("body is " + body);
             body = producer.getContext().getTypeConverter().mandatoryConvertTo(String.class, exchange, body);
         }
 


[3/4] git commit: Removed system out println

Posted by da...@apache.org.
Removed system out println


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

Branch: refs/heads/camel-2.13.x
Commit: 4b3dbc6160bb51817a69d4f576c85fdc1548c7d8
Parents: 7086096
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Aug 7 09:26:19 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Aug 7 09:27:53 2014 +0200

----------------------------------------------------------------------
 .../apache/camel/component/netty/handlers/ClientChannelHandler.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4b3dbc61/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
index f21391e..e0ddb9f 100644
--- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
+++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
@@ -209,7 +209,6 @@ public class ClientChannelHandler extends SimpleChannelUpstreamHandler {
 
         // if textline enabled then covert to a String which must be used for textline
         if (producer.getConfiguration().isTextline()) {
-            System.out.println("body is " + body);
             body = producer.getContext().getTypeConverter().mandatoryConvertTo(String.class, exchange, body);
         }
 


[2/4] git commit: Upgrade netty

Posted by da...@apache.org.
Upgrade netty


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

Branch: refs/heads/master
Commit: ee8f1807368b39199293c01e61b47685ad66cfce
Parents: 087c98b
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Aug 7 09:27:14 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Aug 7 09:27:14 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/ee8f1807/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 032ee02..bde5978 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -314,7 +314,7 @@
     <mvel-version>2.2.1.Final</mvel-version>
     <mybatis-version>3.2.7</mybatis-version>
     <neethi-bundle-version>3.0.1</neethi-bundle-version>
-    <netty3-version>3.9.2.Final</netty3-version>
+    <netty3-version>3.9.3.Final</netty3-version>
     <netty-version>4.0.21.Final</netty-version>
     <noggit-bundle-version>0.5_1</noggit-bundle-version>
     <!-- should be in-sync with deltaspike -->


[4/4] git commit: Removed system out println

Posted by da...@apache.org.
Removed system out println


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

Branch: refs/heads/camel-2.12.x
Commit: b668bcaa2bbe41acaca1cd74c549f443b5306096
Parents: 3a744d4
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Aug 7 09:26:19 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Aug 7 09:28:03 2014 +0200

----------------------------------------------------------------------
 .../apache/camel/component/netty/handlers/ClientChannelHandler.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b668bcaa/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
index f21391e..e0ddb9f 100644
--- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
+++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
@@ -209,7 +209,6 @@ public class ClientChannelHandler extends SimpleChannelUpstreamHandler {
 
         // if textline enabled then covert to a String which must be used for textline
         if (producer.getConfiguration().isTextline()) {
-            System.out.println("body is " + body);
             body = producer.getContext().getTypeConverter().mandatoryConvertTo(String.class, exchange, body);
         }