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 2023/01/11 14:13:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-18849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-18849:
--------------------------------
    Fix Version/s: 4.0

> 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
>            Priority: Major
>             Fix For: 3.20.1, 3.21.0, 4.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)