Re: [Neo4j] Spring Data Graph 1.1.0

2011-08-23 Thread Peter Neubauer
...@lists.neo4j.org] On Behalf Of Andreas Kollegger Sent: Friday, August 19, 2011 2:58 PM To: Neo4j user discussions Subject: [Neo4j] Spring Data Graph 1.1.0 Hello Graphistas, We are pleased to announce that the second release (1.1.0.RELEASE) of the Spring Data Graph project with Neo4j

Re: [Neo4j] Spring Data Graph 1.1.0

2011-08-23 Thread Michael Hunger
Kollegger Sent: Friday, August 19, 2011 2:58 PM To: Neo4j user discussions Subject: [Neo4j] Spring Data Graph 1.1.0 Hello Graphistas, We are pleased to announce that the second release (1.1.0.RELEASE) of the Spring Data Graph project with Neo4j support is now available! The key new

Re: [Neo4j] Spring Data Graph 1.1.0

2011-08-22 Thread etc1
user discussions Subject: [Neo4j] Spring Data Graph 1.1.0 Hello Graphistas, We are pleased to announce that the second release (1.1.0.RELEASE) of the Spring Data Graph project with Neo4j support is now available! The key new features in the Spring Data Graph 1.1.0.RELEASE include: * Added

[Neo4j] Spring Data Graph 1.1.0

2011-08-19 Thread Andreas Kollegger
Hello Graphistas, We are pleased to announce that the second release (1.1.0.RELEASE) of the Spring Data Graph project with Neo4j support is now available! The key new features in the Spring Data Graph 1.1.0.RELEASE include: * Added Gremlin and Cypher support * Improved Neo4j

[Neo4j] Spring Data Graph 1.1.0.M2 released

2011-07-20 Thread Michael Hunger
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

Re: [Neo4j] Spring Data Graph 1.1.0.M1 milestone released

2011-06-17 Thread Alfredas Chmieliauskas
Thanks a lot. On Thu, Jun 16, 2011 at 3:20 PM, Michael Hunger michael.hun...@neotechnology.com wrote: You could just use the direct repository factory for that. directGraphRepositoryFactory.createGraphRepository(clazz).findAll() normally you would have a interface PersonRepository extends

Re: [Neo4j] Spring Data Graph 1.1.0.M1 milestone released

2011-06-16 Thread Michael Hunger
You could just use the direct repository factory for that. directGraphRepositoryFactory.createGraphRepository(clazz).findAll() normally you would have a interface PersonRepository extends GraphRepositoryPerson {} and get this injected. @Autowired PersonRepository personRepository;

Re: [Neo4j] Spring Data Graph 1.1.0.M1 milestone released

2011-06-16 Thread Vipul Gupta
please give the maven repository information from where it can be downloaded. On Thu, Jun 16, 2011 at 6:50 PM, Michael Hunger michael.hun...@neotechnology.com wrote: You could just use the direct repository factory for that. directGraphRepositoryFactory.createGraphRepository(clazz).findAll()

Re: [Neo4j] Spring Data Graph 1.1.0.M1 milestone released

2011-06-16 Thread Michael Hunger
repository idspring-maven-milestone/id nameSpring Maven Milestone Repository/name urlhttp://maven.springframework.org/milestone/url /repository dependency groupIdorg.springframework.data/groupId artifactIdspring-data-neo4j/artifactId version1.1.0.M1/version

[Neo4j] Spring Data Graph 1.1.0.M1 milestone released

2011-06-15 Thread Michael Hunger
Dear Graphistas, After some quiet time that I spend on other important issues, we're back on our regular release cycle/rhythm. We discussed the future SDG roadmap with our CEO Emil and decided to work first on the issues that were reported by our users here on the mailing list, on the spring