[
https://issues.apache.org/jira/browse/CAMEL-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-8583.
--------------------------------
Resolution: Won't Fix
> 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
> Assignee: Claus Ibsen
> Priority: Minor
>
> 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)