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

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

     [ https://issues.apache.org/jira/browse/CAMEL-15446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved CAMEL-15446.
-------------------------------------
    Fix Version/s: 3.6.0
         Assignee: Guillaume Nodet
       Resolution: Fixed

> 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
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: 3.6.0
>
>
> 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)