Luca Burgazzoli created CAMEL-13657:
---------------------------------------

             Summary: Sipler names in in DSL
                 Key: CAMEL-13657
                 URL: https://issues.apache.org/jira/browse/CAMEL-13657
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Luca Burgazzoli
             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)

Reply via email to