Neo4j 3.2.0 was announced yesterday.
When will it be possible to use Spring Data Neo4j with Neo4j 3.2.0 ? What version of SDN should be used with Neo4j 3.2.0 ?
There are 2 minor issues with cypher in Neo4j 3.2.0 that cause ogm not to work properly. Both can be solved by providing default cypher version as a workaround:
cypher.default_language_version=3.1
in conf/neo4j.conf
file.
Otherwise it is should be just a matter of pointing to 3.2.0 database or changing dependencies in case of embedded.