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