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 2015/07/26 14:57:46 UTC

[2/2] camel git commit: CAMEL-9019: ManagedRuntimeEndpointRegistry was not enlisted in JMX

CAMEL-9019: ManagedRuntimeEndpointRegistry was not enlisted in JMX


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

Branch: refs/heads/camel-2.15.x
Commit: 2bbedff8dd0fbac29afd4bfdb6cb57e085e8064d
Parents: 312e6bc
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Jul 26 15:04:52 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Jul 26 15:04:52 2015 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2bbedff8/camel-core/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java b/camel-core/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java
index b0d71d9..a703aa2 100644
--- a/camel-core/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java
+++ b/camel-core/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java
@@ -18,12 +18,12 @@ package org.apache.camel.spi;
 
 import java.util.List;
 
-import org.apache.camel.Service;
+import org.apache.camel.StaticService;
 
 /**
  * A registry which listen for runtime usage of {@link org.apache.camel.Endpoint} during routing in Camel.
  */
-public interface RuntimeEndpointRegistry extends Service {
+public interface RuntimeEndpointRegistry extends StaticService {
 
     /**
      * Whether gathering runtime usage is enabled or not.