Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x 452e325a1 -> 55c621f99
  refs/heads/camel-2.18.x 8fcacfe22 -> c92ce990b
  refs/heads/master e8a2b8ff5 -> ad6f64234


CAMEL-10606: Change quartz2 endpoint to be a singleton


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

Branch: refs/heads/master
Commit: ad6f642343423361cae38411e1f532ac3cefebf1
Parents: e8a2b8f
Author: James Netherton <jamesnether...@gmail.com>
Authored: Thu Dec 15 16:15:50 2016 +0000
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Dec 15 17:27:50 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/ad6f6423/components/camel-quartz2/src/main/java/org/apache/camel/component/quartz2/QuartzEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-quartz2/src/main/java/org/apache/camel/component/quartz2/QuartzEndpoint.java
 
b/components/camel-quartz2/src/main/java/org/apache/camel/component/quartz2/QuartzEndpoint.java
index 6516c92..61e502f 100644
--- 
a/components/camel-quartz2/src/main/java/org/apache/camel/component/quartz2/QuartzEndpoint.java
+++ 
b/components/camel-quartz2/src/main/java/org/apache/camel/component/quartz2/QuartzEndpoint.java
@@ -326,7 +326,7 @@ public class QuartzEndpoint extends DefaultEndpoint {
 
     @Override
     public boolean isSingleton() {
-        return false;
+        return true;
     }
 
     @Override

Reply via email to