You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2019/06/17 18:43:00 UTC

[jira] [Created] (CAMEL-13657) Sipler names in in DSL

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)