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

camel-core-model - Route properties should be in top of route

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.20.0
    • 3.20.1, 3.21.0, 4.0-M1, 4.0.0
    • came-core
    • None
    • Unknown

    Description

      They are in the bottom now

      <camelContext xmlns="http://camel.apache.org/schema/spring">
      <route id="myRoute">
      <from uri="direct:start"/>
      <to uri="mock:result"/>
      <routeProperty key="a" value="1"/>
      <routeProperty key="b" value="2"/>
      </route>
      </camelContext>

      But we should have route properties in the top.

      Route properties are seldom in use so no problem changing this.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: