Neo4J IndexProvider 已弃用
Neo4J IndexProvider is deprecated
项目 https://github.com/neo4j-contrib/developer-resources/tree/gh-pages/language-guides/java/spring-data-neo4j 产生警告:
Class 'org.springframework.data.neo4j.support.index.IndexProvider' 已标记为已弃用
我用Spring开机。 spring-data-neo4j 的托管版本是 3.2。2.RELEASE
有人知道如何解决这个弃用问题吗?
是的,这是故意的,因为 "manual" 索引 API 计划在 Neo4j 3.0 中消失,这是一个 提示 使用手动索引需要更改那么
正如 Michael Hunger 指出的那样,可以忽略这种弃用。机智 Neo4J 3.0 将有一个可用的替代方案。
项目 https://github.com/neo4j-contrib/developer-resources/tree/gh-pages/language-guides/java/spring-data-neo4j 产生警告: Class 'org.springframework.data.neo4j.support.index.IndexProvider' 已标记为已弃用 我用Spring开机。 spring-data-neo4j 的托管版本是 3.2。2.RELEASE 有人知道如何解决这个弃用问题吗?
是的,这是故意的,因为 "manual" 索引 API 计划在 Neo4j 3.0 中消失,这是一个 提示 使用手动索引需要更改那么
正如 Michael Hunger 指出的那样,可以忽略这种弃用。机智 Neo4J 3.0 将有一个可用的替代方案。