[
https://issues.apache.org/jira/browse/CAMEL-11575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096775#comment-16096775
]
ASF GitHub Bot commented on CAMEL-11575:
----------------------------------------
GitHub user adessaigne opened a pull request:
https://github.com/apache/camel/pull/1841
CAMEL-11575 - Rename http4s into https4 which is the real component name
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adessaigne/camel CAMEL-11575
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1841.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1841
----
commit 62476324ac4a1be12a4a44c7df5cd980dd3e719c
Author: Antoine DESSAIGNE <[email protected]>
Date: 2017-07-21T20:04:54Z
CAMEL-11575 - Rename http4s into https4 which is the real component name
----
> 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)