Hi

Does the unit test of camel-elastichsearch hang for you? I tried
merging in a PR about another ES fix (a small one) and then it hangs
for me.

I didnt look into it further, but just wander of the 1.4.2 -> 1.4.4
worked fine for you / others who have build latest code?

On Fri, Apr 3, 2015 at 3:29 PM,  <bvah...@apache.org> wrote:
> Repository: camel
> Updated Branches:
>   refs/heads/master d91b0c708 -> 9ff05dc66
>
>
> Upgrade to Elasticsearch 1.4.4
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9ff05dc6
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9ff05dc6
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9ff05dc6
>
> Branch: refs/heads/master
> Commit: 9ff05dc6619335bec4c0ea6972a9d3da6f1b04c8
> Parents: d91b0c7
> Author: Babak Vahdat <bvah...@apache.org>
> Authored: Fri Apr 3 15:29:00 2015 +0200
> Committer: Babak Vahdat <bvah...@apache.org>
> Committed: Fri Apr 3 15:29:00 2015 +0200
>
> ----------------------------------------------------------------------
>  .../component/elasticsearch/ElasticsearchComponentTest.java      | 2 +-
>  parent/pom.xml                                                   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/9ff05dc6/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchComponentTest.java
> ----------------------------------------------------------------------
> diff --git 
> a/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchComponentTest.java
>  
> b/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchComponentTest.java
> index 55d8998..acfa21e 100644
> --- 
> a/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchComponentTest.java
> +++ 
> b/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchComponentTest.java
> @@ -68,7 +68,7 @@ public class ElasticsearchComponentTest extends 
> CamelTestSupport {
>          documents.add(document1);
>          documents.add(document2);
>
> -        List indexIds = template.requestBody("direct:bulk_index", documents, 
> List.class);
> +        List<?> indexIds = template.requestBody("direct:bulk_index", 
> documents, List.class);
>          assertNotNull("indexIds should be set", indexIds);
>          assertCollectionSize("Indexed documents should match the size of 
> documents", indexIds, documents.size());
>      }
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/9ff05dc6/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 8956c67..5bc200b2 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -142,8 +142,8 @@
>      <ehcache-version>2.9.1</ehcache-version>
>      <egit-github-core-version>2.1.5</egit-github-core-version>
>      
> <egit-github-core-bundle-version>2.1.5_1</egit-github-core-bundle-version>
> -    <elasticsearch-bundle-version>1.4.2_1</elasticsearch-bundle-version>
> -    <elasticsearch-version>1.4.2</elasticsearch-version>
> +    <elasticsearch-bundle-version>1.4.4_1</elasticsearch-bundle-version>
> +    <elasticsearch-version>1.4.4</elasticsearch-version>
>      <el-api-1.0-version>1.0.1</el-api-1.0-version>
>      <embedmongo-version>1.47.0</embedmongo-version>
>      <exec-maven-plugin-version>1.2.1</exec-maven-plugin-version>
>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to