Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-16424

yaml dsl: re-introduce support for parameters in endpoint definitions

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.9.0
    • 3.10.0
    • camel-yaml-dsl
    • 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

          Activity

            People

              lb Luca Burgazzoli
              lb Luca Burgazzoli
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: