From eeb331408a5dc81822a6affe3e0c609b9775e2a6 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Thu, 18 Feb 2016 10:32:31 +0100 Subject: [PATCH] DATAGRAPH-828 - Update README to point out to use the latest OGM. --- README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.adoc b/README.adoc index d63a63a24..3e7de6f75 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,9 @@ [NOTE] This branch (master) now points to Spring Data Neo4j 4.x the *new* implementation that is based on http://github.com/neo4j/neo4j-ogm[Neo4j-OGM]. +[CAUTION] +If you are using Spring Data Neo4j *4.0* please update the underlying dependeny on Neo4j-OGM to `org.neo4j:neo4j-ogm:1.1.5` to get the latest and greatest performance updates and bug-fixes. Using the latest Neo4j-OGM version is also recommended in general. + = Spring Data Neo4j 4.x - Quick start [source,java]