You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/18 13:26:26 UTC

[jira] [Commented] (CAMEL-10531) Introduce fluent builder for Transformer

    [ https://issues.apache.org/jira/browse/CAMEL-10531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828039#comment-15828039 ] 

ASF GitHub Bot commented on CAMEL-10531:
----------------------------------------

GitHub user igarashitm opened a pull request:

    https://github.com/apache/camel/pull/1406

    CAMEL-10531 Introduce fluent builder for Transformer

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/igarashitm/camel CAMEL-10531

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1406.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1406
    
----
commit 08b9f5fdd2d9cc1d3a3839466fcce3dda2372baf
Author: Tomohisa Igarashi <tm...@gmail.com>
Date:   2017-01-17T23:06:41Z

    CAMEL-10531 Introduce fluent builder for Transformer

----


> Introduce fluent builder for Transformer
> ----------------------------------------
>
>                 Key: CAMEL-10531
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10531
>             Project: Camel
>          Issue Type: Sub-task
>          Components: camel-core
>            Reporter: Tomohisa Igarashi
>            Assignee: Tomohisa Igarashi
>
> Right now the only way to register Transformer in Java DSL is to create a TransformerDefinition and put into CamelContext directly, which is not user friendly. Introduce a fluent builder to register Transformer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)