From 6b74c6b8da74bcb3e65d4dc2748db1c854cbd509 Mon Sep 17 00:00:00 2001 From: Mohsin Husen Date: Thu, 10 Jul 2014 13:19:00 +0100 Subject: [PATCH] DATAES-94 - upgrade to latest 1.2.2 driver --- README.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a1d887d2..b8e38aee3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ the appropriate dependency version. ``` +###Note: +Spring data elaticsearch 1.0.0.RELEASE version is on elasticsearch 1.1.1 library which uses java 1.6 or later version. +As latest version of elasticsearch 1.2.x is now supporting java 1.7, future releases of spring data elasticsearch library can be used with Java 7 or later version. +In order to use with java 6 it has to be with elasticsearch 1.1.x. + ### ElasticsearchRepository A default implementation of ElasticsearchRepository, aligning to the generic Repository Interfaces, is provided. Spring can do the Repository implementation for you depending on method names in the interface definition. diff --git a/pom.xml b/pom.xml index a55d162c0..dcc1c7685 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 3.2.1 2.6 - 1.2.1 + 1.2.2 1.9.0.BUILD-SNAPSHOT