Is there a version matrix for Spring framework core with Spring Data Neo4j?

I am looking for the (least) version of Spring framework core that is compatible (should be used) with Spring Data Neo4j 2.0.0.

link|improve this question

73% accept rate
feedback

1 Answer

up vote 0 down vote accepted

If you use maven, and add just spring-data-neo4j, it will fetch all dependencies automatically. Even if you don't use maven, you can check the declared dependencies. From what I see in the pom file, it doesn't declare a specific version, which means it should be compatible with the latest version.

link|improve this answer
I thought so, but I have been facing numerous issues with 3.1.x. While everything works in 3.0.6. Reported @ forum.springsource.org/… – Saket Nov 5 '11 at 13:00
@Saket - I guess that would be because 3.1 is still RC. The latest release is 3.0.6. – Bozho Nov 5 '11 at 13:11
i think so too...but am sure people wouldn't expect RC to be as unstable as this (functionally)! – Saket Nov 5 '11 at 17:39
There have been some internal changes in 3.1. in how beans are created especially with Java-Config and @TestContexts, we're still investigating this. – Michael Hunger Nov 7 '11 at 0:04
@MichaelHunger, any ideas when can I expect this to be resolved? I have been (unhappily) forced to revert over to 3.0.6 due to this. Also, do you mind taking up the post on the Spring forum - forum.springsource.org/… - and track that as a bug (if one does not exist) – Saket Nov 8 '11 at 3:54
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.