You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2020/08/21 15:34:00 UTC

[jira] [Created] (CAMEL-15446) AbstractCamelContext methods with similar behavior

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)