[ https://issues.apache.org/jira/browse/CAMEL-13657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen updated CAMEL-13657: -------------------------------- Fix Version/s: 3.0.0 > 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, 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)