Claus Ibsen created CAMEL-10797:
-----------------------------------
Summary: Create endpoint from uri without context-path
Key: CAMEL-10797
URL: https://issues.apache.org/jira/browse/CAMEL-10797
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.19.0
Most of the Camel endpoint uris are configured as a scheme:context-path?options
where the uri has some values in the context-path, eg log:foo, direct:bar,
file:inbox, etc.
However in some rare cases you can use an endpoint without any context-path and
only with query parameters, this is currently not supported in Camel.
To workaround this people have sometimes used mycomponent:dummy. However we can
support uris with just mycomponent or mycomponent?foo=123
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)