Neo4j 4.2 graph repo save method is now ambiguous
问题 I have just updated from Spring Data Neo4j 4.1.3 to 4.2.7 But, I have not been able to get my project to start running again after changing the maven dependency. I have fixed many issues as described in this tutorial: https://graphaware.com/neo4j/2016/09/30/upgrading-to-sdn-42.html But I cannot figure out why this issue has emerged. In my service > GenericService.java > createOrUpdate ... @Override public T createOrUpdate(T entity) { getRepository().save(entity, DEPTH_ENTITY_NEXT); //ERROR