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

2018-04-05 Thread oscerd
Github user oscerd closed the pull request at:

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


---


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

2018-04-04 Thread ludovic-boutros
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: lbout...@jouve.com 
Date:   2018-04-04T13:40:15Z

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




---