Aurélien Pupier created CAMEL-16247:
---------------------------------------
Summary: 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
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)