Skip to content

Commit 6b74c6b

Browse files
committed
DATAES-94 - upgrade to latest 1.2.2 driver
1 parent 5a69198 commit 6b74c6b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ the appropriate dependency version.
5252
</repository>
5353
```
5454

55+
###Note:
56+
Spring data elaticsearch 1.0.0.RELEASE version is on elasticsearch 1.1.1 library which uses java 1.6 or later version.
57+
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.
58+
In order to use with java 6 it has to be with elasticsearch 1.1.x.
59+
5560
### ElasticsearchRepository
5661
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.
5762

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<commonscollections>3.2.1</commonscollections>
2525
<commonslang>2.6</commonslang>
26-
<elasticsearch>1.2.1</elasticsearch>
26+
<elasticsearch>1.2.2</elasticsearch>
2727
<springdata.commons>1.9.0.BUILD-SNAPSHOT</springdata.commons>
2828

2929
</properties>

0 commit comments

Comments
 (0)