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 2017/07/21 17:01:01 UTC

[jira] [Comment Edited] (CAMEL-11575) Component name mismatch: https4 or http4s

    [ https://issues.apache.org/jira/browse/CAMEL-11575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096508#comment-16096508 ] 

Luca Burgazzoli edited comment on CAMEL-11575 at 7/21/17 5:00 PM:
------------------------------------------------------------------

The cloud stuff simple search for :

{code}
${scheme-of-the-component}-service-expression.
{code}

I do not think there is a test for such variations so please raise a jira to add them.


was (Author: lb):
The cloud stuff simple search for ${scheme-of-the-component}-service-expression, I do not think there is a test for such variations so please raise a jira to add them.

> Component name mismatch: https4 or http4s
> -----------------------------------------
>
>                 Key: CAMEL-11575
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11575
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http4
>            Reporter: Antoine DESSAIGNE
>             Fix For: 2.19.2, 2.20.0
>
>
> I noticed a mismatch for the https protocol handling of {{camel-http4}}.
> Sometimes it's named {{https4}} like in:
> * {{org.apache.camel.component.http4.HttpComponent}}
> * {{components\camel-http4\src\main\resources\META-INF\services\org\apache\camel\component\https4}}
> Sometimes it's named {{http4s}} like in:
> * {{components\camel-http4\src\main\resources\META-INF\services\org\apache\camel\cloud\http4s-service-expression}}
> * {{org.apache.camel.component.http4.HttpEndpoint}} for {{@UriEndpoint}} annotatation
> * {{org.apache.camel.impl.cloud.DefaultServiceCallExpression}}
> I noticed that it breaks the {{camel-catalog}} as the definition is incorrect.
> I think that it should be named {{https4}} but I wanted to be sure before providing a pull request that update all erroneous call to {{http4s}}.
> What do you think ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)