You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Aurélien Pupier (Jira)" <ji...@apache.org> on 2021/02/24 10:32:00 UTC

[jira] [Resolved] (CAMEL-16247) Camel Catalog Validation reports false positive for api based method parameter in Properties files

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

Aurélien Pupier resolved CAMEL-16247.
-------------------------------------
    Resolution: Invalid

my bad, the Camel Catalog is not providing validation at all for camel.source.xx properties. This is part of Camel language Server

> Camel Catalog Validation reports false positive for api based method parameter in Properties files
> --------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-16247
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16247
>             Project: Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 3.8.0
>            Reporter: Aurélien Pupier
>            Priority: Major
>
> for instance, using
> {noformat}
> camel.source.path.apiName=search
> camel.source.path.methodName=searchByUrl
> camel.source.endpoint.url=/Patient
> {noformat}
> is reporting an "unknow property" validation error for _camel.source.endpoint.url_ although it is a parameter method https://camel.apache.org/components/latest/fhir-component.html#_api_search
> see https://github.com/apache/camel-kafka-connector-examples/issues/292#issuecomment-784095340



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