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/02/14 11:56:41 UTC

[jira] [Commented] (CAMEL-10532) Integrate Transformer with Rest DSL

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

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

GitHub user igarashitm opened a pull request:

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

    CAMEL-10532 Integrate Transformer with Rest DSL

    Converted the RestConsumerBindingProcessor into RestBindingAdvice to control the order between REST binding and contract processing. Now you can use REST binding and contract based transformer together in a same route.

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

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

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

    https://github.com/apache/camel/pull/1464.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 #1464
    
----
commit 25b2ba250776c0046d0bcec869f0aa98caa92e4c
Author: Tomohisa Igarashi <tm...@gmail.com>
Date:   2017-02-03T06:17:23Z

    CAMEL-10532 Extract ContractAdvice as an individual file

commit 8c9184b6f2d75ebbab90a5cb42eb51e114fec42b
Author: Tomohisa Igarashi <tm...@gmail.com>
Date:   2017-02-09T08:48:16Z

    CAMEL-10532 Convert RestConsumerBindingProcessor into processor advice so it works fine with contract advice together

----


> Integrate Transformer with Rest DSL
> -----------------------------------
>
>                 Key: CAMEL-10532
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10532
>             Project: Camel
>          Issue Type: Sub-task
>          Components: camel-core
>            Reporter: Tomohisa Igarashi
>            Assignee: Tomohisa Igarashi
>
> Rest DSL already has a feature to declare input type and output type and transform message automatically according to the declared type. Find a best way to integrate the generic Transformer with it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)