You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by ludovic-boutros <gi...@git.apache.org> on 2018/04/04 13:47:18 UTC

[GitHub] camel pull request #2279: CAMEL-12421 - camel-elasticsearch-rest should use ...

GitHub user ludovic-boutros opened a pull request:

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

    CAMEL-12421 - camel-elasticsearch-rest should use Camel converter pattern

    This new component calls directly the conversion function in order to create Elasticsearch requests.
    Instead it should use the converter pattern and let Camel doing the conversion.

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

    $ git pull https://github.com/ludovic-boutros/camel CAMEL-12421

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

    https://github.com/apache/camel/pull/2279.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 #2279
    
----
commit 573c3f39a777f8904c8e9eea729c0b5713ccf4f6
Author: lboutros@jouve.com <lb...@...>
Date:   2018-04-04T13:40:15Z

    CAMEL-12421 - elasticsearch-rest, use converter pattern and let Camel create Elasticsearch requests

----


---

[GitHub] camel pull request #2279: CAMEL-12421 - camel-elasticsearch-rest should use ...

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd closed the pull request at:

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


---