You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/05/17 20:39:47 UTC

[jira] [Created] (CAMEL-3984) Reduce using ExpressionClause in Java DSL as it complicates route builder

Reduce using ExpressionClause in Java DSL as it complicates route builder
-------------------------------------------------------------------------

                 Key: CAMEL-3984
                 URL: https://issues.apache.org/jira/browse/CAMEL-3984
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.8.0


We should try to remove some of the most least used fluent builders with ExpressionClause as they cause the route model to be a bit more complicated to setup correctly with the expressions. It uses a delegate under the hood, which needs to be replaced with the actual expression in the model. Otherwise the XML output and whatnot are not accurate. 

Instead they will show a <expressionDefinition> where the actual expression ought to be.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CAMEL-3984) Reduce using ExpressionClause in Java DSL as it complicates route builder

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3984.
--------------------------------

    Resolution: Fixed

Also updated release notes which a list of methods removed from API

> Reduce using ExpressionClause in Java DSL as it complicates route builder
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-3984
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3984
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.8.0
>
>
> We should try to remove some of the most least used fluent builders with ExpressionClause as they cause the route model to be a bit more complicated to setup correctly with the expressions. It uses a delegate under the hood, which needs to be replaced with the actual expression in the model. Otherwise the XML output and whatnot are not accurate. 
> Instead they will show a <expressionDefinition> where the actual expression ought to be.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira