Skip to content

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.

License

Notifications You must be signed in to change notification settings

nioertel/spring-data-neo4j

 
 

Repository files navigation

Spring Data Neo4j

Warning
This is an unofficial fork of Spring Data Neo4j 5.3.x. It has not been released anywhere so far and there exists no concrete plans of doing so.

The fork has no additional functionality but is updated in two dimensions:

  • It uses the latest Spring Data Commons (2.7.7 as of writing) and fixes breaking changes with it

  • It uses the latest Neo4j-OGM 4.0.1 and thus is compatible with Neo4j 5.x

  • However, Java 17 is required due to the requirements of the latest Neo4j-Java-Driver underpinning Neo4j-OGM 4 (ask the maintainers (oh wait))

If you just want to use Neo4j-OGM and SDN5 against Neo4j 4.x over Bolt you can still use the official 5.3.x release. For now this repo and especially 5.4.x branch is just a proof of concept demonstrating the possibility of a release under new coordinates.

License

Spring Data Neo4j is Open Source software released under the Apache 2.0 license.

About

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.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Kotlin 0.4%