Iikku Mattila created CAMEL-8583:
------------------------------------
Summary: CamelContext.getEndpointRegistry() should return
EndpointRegistry<String>, but returns DefaultEndpointRegistry which is
EndpointRegistry<EndpointKey>
Key: CAMEL-8583
URL: https://issues.apache.org/jira/browse/CAMEL-8583
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.15.0
Reporter: Iikku Mattila
Priority: Blocker
I have org.apache.camel.spring.javaconfig.CamelConfiguration -instance, in
which I setup the camel context.
In setupCamelContext(CamelContext camelContext) I'm trying
camelContext.getEndpointRegistry().put("name", endpoint);
which fails, because CamelContext.getEndpointRegistry() returns
DefaultEndpointRegistry which is EndpointRegistry<EndpointKey> and thus only
has method put(EndpointKey key, Endpoint endpoint)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)