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/01/14 17:59:44 UTC

[1/3] camel git commit: CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 848815ff6 -> b804f0724
  refs/heads/camel-2.16.x 0d82e68f6 -> b31170830
  refs/heads/master df5944fad -> 16b924b95


CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.


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

Branch: refs/heads/master
Commit: 16b924b95c9d99fa24d72fa649d42bc77d9528f2
Parents: df5944f
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jan 14 16:57:58 2016 +0000
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jan 14 16:57:58 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/camel/component/cometd/CometdEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/16b924b9/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
index a20b3b4..1e81c42 100644
--- a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
+++ b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
@@ -112,7 +112,7 @@ public class CometdEndpoint extends DefaultEndpoint {
     }
 
     public boolean isSingleton() {
-        return false;
+        return true;
     }
 
     public String getPath() {


[3/3] camel git commit: CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.

Posted by da...@apache.org.
CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.


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

Branch: refs/heads/camel-2.15.x
Commit: b804f0724c83a92677053b05c54754da3196c7c2
Parents: 848815f
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jan 14 16:57:58 2016 +0000
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jan 14 16:59:26 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/camel/component/cometd/CometdEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b804f072/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
index bde31bd..c83550e 100644
--- a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
+++ b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
@@ -112,7 +112,7 @@ public class CometdEndpoint extends DefaultEndpoint {
     }
 
     public boolean isSingleton() {
-        return false;
+        return true;
     }
 
     public String getPath() {


[2/3] camel git commit: CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.

Posted by da...@apache.org.
CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.


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

Branch: refs/heads/camel-2.16.x
Commit: b311708300999ba6908f1b74dedc7130db2a0b4f
Parents: 0d82e68
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jan 14 16:57:58 2016 +0000
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jan 14 16:58:59 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/camel/component/cometd/CometdEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b3117083/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
index 43d2a35..e9fab0b 100644
--- a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
+++ b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
@@ -109,7 +109,7 @@ public class CometdEndpoint extends DefaultEndpoint {
     }
 
     public boolean isSingleton() {
-        return false;
+        return true;
     }
 
     public String getPath() {