You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/12/30 08:55:00 UTC

[jira] [Created] (CAMEL-18849) camel-core-model - Route properties should be in top of route

Claus Ibsen created CAMEL-18849:
-----------------------------------

             Summary: camel-core-model - Route properties should be in top of route
                 Key: CAMEL-18849
                 URL: https://issues.apache.org/jira/browse/CAMEL-18849
             Project: Camel
          Issue Type: Improvement
          Components: camel-core-model
    Affects Versions: 3.20.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.20.1, 3.21.0


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)