Dear Graphistas, I'd like to inform you that we released the M2 milestone of Spring Data Graph 1.1.0.
The most obvious change is repackaging, sorry for that but the Spring Data project decided to move all packages to "org.springsource.data.<datastore>" so ours will be "org.springsource.data.neo4j" For the final release we will further clean up the module structure and (perhaps) move to gradle as build system. There might also be a new github repository but that's not for sure. The real changes this time were around the Neo4jTemplate which got a complete API overhaul. During that we also added Cypher support for the template. It is now also possible to use Cypher transparently to a remote REST Server via the CypherPlugin that is packaged with the Neo4j Server since 1.4. Speaking of that Spring Data Graph was also updated to Neo4j 1.4. Then there were some internal enhancements, mostly about lingering REST connections and some less frequent error cases. For the final release which is due next week we plan the following: * Spring Roo Addon with Graph Entity support * Gremlin Support * Documentation updates * Update of all examples and sample apps Here is a link to the official announcement: http://www.springsource.org/node/3185 Thanks to the Springsource team for their support during development, on build issues and performing the release. And the community for the rich feedback in the Springsource forums: http://forum.springsource.org/forumdisplay.php?80-NoSQL Cheers Michael _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

