Claus Ibsen created CAMEL-6990:
----------------------------------
Summary: Add language to ValueBuilder so you can more easily use
custom languages in Java DSL
Key: CAMEL-6990
URL: https://issues.apache.org/jira/browse/CAMEL-6990
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.11.3, 2.12.2, 2.13.0
You can already do this with
filter().language("foo", "bla bla")
But you cannot do it as
filter(language("foo", "bla bla"))
We need to be able to do that 2nd variant as well.
--
This message was sent by Atlassian JIRA
(v6.1#6144)