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 <davscl...@apache.org> Authored: Sun Jul 26 15:04:52 2015 +0200 Committer: Claus Ibsen <davscl...@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.