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 2019/06/18 07:21:00 UTC

[jira] [Updated] (CAMEL-13657) Simpler attribute names in the XML DSL

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

Claus Ibsen updated CAMEL-13657:
--------------------------------
    Summary: Simpler attribute names in the XML DSL  (was: Simpler names in the DSL)

> Simpler attribute names in the XML DSL
> --------------------------------------
>
>                 Key: CAMEL-13657
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13657
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>             Fix For: 3.0.0.M4
>
>
> Some part of the DSL expose verbose properties as example, the set header definition, has ha setHeaderName property which leads to an XML like:
> {code:xml}
> <setHeader headerName="Something"/>
> {code}
> This is not wrong but the context gives enough information so it can be rewritten as:
> {code:xml}
> <setHeader name="Something"/>
> {code}
> Which makes it shorter and does not impact comprehension. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)