Luca Burgazzoli created CAMEL-15446:
---------------------------------------

             Summary: AbstractCamelContext methods with similar behavior
                 Key: CAMEL-15446
                 URL: https://issues.apache.org/jira/browse/CAMEL-15446
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Luca Burgazzoli


The AbstractCamelContext class provides two similar methods:

{code:java}
Endpoint doGetEndpoint(String uri, boolean normalized, boolean prototype) 
Endpoint doGetEndpoint(String uri, Map<String, Object> parameters, boolean 
normalized)
{code}

would be nice to have them merged to reduce the rissk of bugs like 
https://issues.apache.org/jira/browse/CAMEL-15445



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to