Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(4893) YAML DSL route configuration support #5369

Merged
merged 1 commit into from
May 14, 2024

Conversation

realMartinez
Copy link
Contributor

@realMartinez realMartinez commented Apr 15, 2024

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: #4893

Release Note

Fix #4893: Support YAML DSL routes configuration

pkg/util/camel/camel_runtime_catalog.go Outdated Show resolved Hide resolved
pkg/util/camel/camel_runtime_catalog.go Outdated Show resolved Hide resolved
@claudio4j claudio4j marked this pull request as draft April 15, 2024 15:00
@realMartinez realMartinez force-pushed the feat/yaml_dsl_config_support branch 3 times, most recently from 1479ef6 to adab25a Compare May 2, 2024 09:51
@realMartinez realMartinez force-pushed the feat/yaml_dsl_config_support branch 2 times, most recently from 93d18aa to 4f9e98a Compare May 13, 2024 08:08
@realMartinez realMartinez marked this pull request as ready for review May 13, 2024 08:10
@realMartinez realMartinez marked this pull request as draft May 13, 2024 08:11
Copy link
Contributor

✔️ Unit test coverage report - coverage increased from 38.1% to 38.2% (+0.1%)

@realMartinez realMartinez force-pushed the feat/yaml_dsl_config_support branch from 4f9e98a to ce5f9ed Compare May 13, 2024 10:04
@realMartinez realMartinez marked this pull request as ready for review May 13, 2024 10:04
Copy link
Contributor

✔️ Unit test coverage report - coverage increased from 38.1% to 38.2% (+0.1%)

@claudio4j claudio4j merged commit 1d81b03 into apache:main May 14, 2024
14 checks passed
@claudio4j claudio4j changed the title feat(3974) YAML DSL route configuration support feat(4893) YAML DSL route configuration support May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants