Claus Ibsen created CAMEL-17528:
-----------------------------------

             Summary: camel-core-model - Description should just be text
                 Key: CAMEL-17528
                 URL: https://issues.apache.org/jira/browse/CAMEL-17528
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.x


Today its mapped as
- description
- lang

But lets keep this simpler and just have it as description so we can do

{code}
<route id="foo" description="something great ...">
{code}

instead of 

{code}
<route id="foo">
  <description>Something great</description>
  ...
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to