You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/11/21 21:06:37 UTC

[jira] [Resolved] (CAMEL-6990) Add language to ValueBuilder so you can more easily use custom languages in Java DSL

     [ https://issues.apache.org/jira/browse/CAMEL-6990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-6990.
--------------------------------

    Resolution: Fixed

> 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)