spring-data-neo4j
spring-data-neo4j copied to clipboard
Provide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Tested against Neo4j 5 drop04 and Neo4j 4.4.8.
------------ Basic Info ------------ Spring Data Neo4j Version: 6.3.0 Neo4j Database Version: 4.4.5 JVM Version: 11.0.12 Sample Project: https://github.com/sunny-chung/movies-java-spring-data-neo4j-6-bug-demo ------------ Description ------------ After migrating to SDN 6, entity classes defined...
We noticed that it would be a good while improving the docs https://github.com/spring-projects/spring-data-neo4j/issues/2557 We actually know that all derived finders are read only, but we need to find a good...
Hi, I noticed that the way how SDN handles `findAll()` for entities with possible cycles is highly inefficient. I am not sure, if it is known issue, which is caused...
Neo4j is pretty restrictive on the types of data which it allows, or example it's impossible to nest lists or objects inside another list. The issue comes from the fact...
Thank you, team and @meistermeier for fixing all my issues. I've finally finished with my upgrade. For now using version 6.3.0-M2