camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

feat(3974) YAML DSL route configuration support

Open realMartinez opened this issue 10 months ago • 2 comments

Added support to route parsing using paramaters

We can now use simple URIs such as :

    from:
      uri: direct
      id: from-d937
      parameters:
        name: my-route

Or we can use URIs containing a parameter such as:

    from:
      uri: direct?name=val
      id: from-d937
      parameters:
        name: my-route

Related issue: https://github.com/apache/camel-k/issues/4893

Release Note

NONE

realMartinez avatar Apr 15 '24 11:04 realMartinez

:heavy_check_mark: Unit test coverage report - coverage increased from 38.1% to 38.2% (+0.1%)

github-actions[bot] avatar May 13 '24 08:05 github-actions[bot]

:heavy_check_mark: Unit test coverage report - coverage increased from 38.1% to 38.2% (+0.1%)

github-actions[bot] avatar May 13 '24 10:05 github-actions[bot]