Spring Data Neo4j 2.0.0.M1 Released
From the post:
We are pleased to announce that the first milestone release (2.0.0.M1) of the new Spring Data Neo4j major version 2.0 is now available!
In the last few weeks the engineers have been busy transforming the existing library under a new name to make it fit for its presentation at Spring One 2GX next week.
A major internal refactoring split the framework into several submodules, each addressing a different concern.
- spring-data-neo4j: Neo4jTemplate for easy, copying object-graph-mapping, and Spring Data Repositories using persistence entity meta information
- spring-data-neo4j-aspects: transparent object-graph-mapping using AspectJ
- spring-data-neo4j-cross-store: AspectJ based cross-store-persistence between JPA and Neo4j
- spring-data-neo4j-rest: transparent access of a remote Neo4j REST-Server
As part of the refactoring, the source repository was also renamed and re-organized. The previously separated examples and the tutorial project are now included directly in the same github project.