Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.9.0
-
None
-
Unknown
Description
In the YAMl DSL it is possible to split uri + parameters in endpoint definitions, when migrating from camel-k to camel and re-engine the YAML DSL, the parameters entry have been replaced with properties:
camel-k:
to: uri: direct:message parameters: foo: bar
camel:
to: uri: direct:message properties: foo: bar
parameters feels more natural hence we need to bring it back.
Attachments
Issue Links
- links to