Neo4J IndexProvider is deprecated

98 views Asked by At

The project https://github.com/neo4j-contrib/developer-resources/tree/gh-pages/language-guides/java/spring-data-neo4j produces a warning: Class 'org.springframework.data.neo4j.support.index.IndexProvider' is marked deprecated I use Spring Boot. The managed version for spring-data-neo4j is 3.2.2.RELEASE Does anybody know how this deprecation can be resolved?

2

There are 2 answers

1
Michael Hunger On BEST ANSWER

Yes that is intentional, as the "manual" index APIs are scheduled to go away in Neo4j 3.0 this is a hint that using the manual indexes will need to change then.

0
Gregor On

As Michael Hunger pointed out this deprecation can be ignored. Wit Neo4J 3.0 there will be an alternative available.