Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
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