134 Commits

Author SHA1 Message Date
Jean-Pierre Bergamin
b9c0f5fa8c Contributions from @ractive
build-helper-maven-plugin added so that the generated sources are used as source folder in eclipse
Making the import or com.mysema.query optional
Clear the dynamic properties map in calls to setPropertiesFrom to make sure that non existent properties get deleted
2013-07-22 08:23:50 -07:00
Michael Hunger
4c74f979bb Fixed User login for non existing users (lookup().singleOrNull() isntead of .single()) 2013-07-09 01:19:07 +02:00
Peter Neubauer
453c96efc6 validation needed to run inside IntelliJ 2013-06-06 23:06:06 +02:00
Michael Hunger
dbea0e81ed DATAGRAPH-355 Upgrade to Neo4j 1.9.GA 2013-05-28 03:06:52 +02:00
Michael Hunger
9bc872a7fd fixed example poms 2013-02-11 16:28:48 +01:00
Michael Hunger
6c60be65d5 Updated project dependencies to 2.2.0-BUILD-SNAPSHOT 2013-02-08 15:03:25 +01:00
Michael Hunger
ab46f78098 Renamed all *Test to *Tests and fixed the depending context-files as well 2013-02-08 15:03:02 +01:00
Michael Hunger
b3e35c7427 fixed release dependencies for 2.2.0-RELEASE 2013-02-07 14:54:14 +01:00
Michael Hunger
4b098cc74c DATAGRAPH-329 Upgrade to Neo4j 1.8.1 2013-01-30 02:34:38 +01:00
Michael Hunger
0f0fa2ac5f Updated examples:
adapted cineasts examples to new cypher order by rule (expressions must be part of return)
example dependency to Neo4j 1.8
2013-01-28 13:21:38 +01:00
Lasse Westh-Nielsen
898ffa8f43 correcting docs 2012-09-24 11:54:54 +01:00
Johannes Mockenhaupt
9f9b7179d6 Fix test to test against the correct object. 2012-09-19 23:00:15 +02:00
Lasse Westh-Nielsen
32a9056c6b tidying up and making runable 2012-09-14 09:12:35 +01:00
Lasse Westh-Nielsen
18a38ce4b8 a movie can apparently have more then one director, as this was failing when the mapping was a single 2012-09-13 16:20:41 +01:00
Lasse Westh-Nielsen
fd09297716 a movie can apparently have more then one director, as this was failing when the mapping was a single 2012-09-13 13:17:30 +01:00
Lasse Westh-Nielsen
f7724e5be2 cleanup 2012-09-13 11:27:22 +01:00
Michael Hunger
5b5556c613 updated changelog and snapshot deps 2012-08-24 10:37:23 +02:00
Michael Hunger
f0b1eff928 Updates to stable versions of Neo4j 1.8.M06, spatial, cypher-dsl and java-rest-binding, adopted to API changes 2012-08-06 18:50:24 +02:00
Johannes Mockenhaupt
b86149785c Documentation updates.
* SDG->SDN renames.
* Couple of typos fixed.
* URL fixes.
* Update AspectJ section on Eclipse IDE integration.
2012-07-29 14:34:43 +02:00
Oliver Gierke
0afa71a99d DATAGRAPH-266 - Added support for JavaConfig. 2012-07-17 13:43:49 +02:00
Lasse Westh-Nielsen
e36c771098 Merge pull request #55 from lassewesth/DATAGRAPH-255
fixing springsource build
2012-06-19 00:46:09 -07:00
Lasse Westh-Nielsen
2ad49b22ad fixing springsource build 2012-06-19 08:43:39 +01:00
Michael Hunger
90de0d2ec8 Merge pull request #54 from lassewesth/DATAGRAPH-255
making compatibility example independent
2012-06-18 06:05:14 -07:00
Lasse Westh-Nielsen
4119e4f7c6 making compatibility example independent 2012-06-18 13:51:58 +01:00
Michael Hunger
7fb26787e5 Merge pull request #53 from lassewesth/DATAGRAPH-255
DATAGRAPH-255 Transaction Manager Compatibility with 1.7 AND 1.8
2012-06-18 04:14:03 -07:00
Lasse Westh-Nielsen
3379bb09bf DATAGRAPH-255 Transaction Manager Compatibility with 1.7 AND 1.8 2012-06-18 10:44:31 +01:00
Michael Hunger
1ccd99a898 Merge branch 'reg_entities' 2012-06-11 14:26:19 +02:00
Michael Hunger
d0093fe1a0 MovieDbImporter handles multiple roles (Director,Actor) per person 2012-06-11 13:16:57 +02:00
Andrey
ab572acc95 Renamed tests class. Done now. 2012-06-07 22:09:49 +04:00
Andrey
c0fd916780 Removed DTO and mapping, reverted tests. 2012-06-07 22:07:39 +04:00
Michael Hunger
cbd00de1d2 DATAGRAPH-241 - base-package for entities, fix for alias lookup of loaded but not registered entities 2012-06-04 10:04:13 +02:00
Andrey
7b131f6317 Fixed the behavior. Now works for both aspects and no-aspects. 2012-06-02 22:28:08 +04:00
Andrey
1e84418f92 Removed hello-worlds-aspects project, implemented 2 profiles for hello-worlds: aspects and plain. The code doesn't work as expected. Commiting just for back-up 2012-06-02 22:02:55 +04:00
Andrey
0dbf203f09 Merge remote-tracking branch 'upstream/master' 2012-06-02 21:06:07 +04:00
Michael Hunger
c73c05abda #49 transactional rate method in CineastsUserDetailsService 2012-05-24 09:47:53 +02:00
agibalov
e29477bad0 DATAGRAPH-175: added tests, replaced embarassing repository-related classes with GalaxyService 2012-05-17 11:02:02 +04:00
loki2302
2fd22d77f6 DATAGRAPH-175: refactored hello-worlds example to make it easier to interprete 2012-05-15 12:42:10 -07:00
loki2302
c88a564c31 DATAGRAPH-175: refactored hello-worlds-aspects example to make it easier to interprete 2012-05-15 12:26:09 -07:00
Thomas Risberg
8e62b3feef prepared for 2.1.0 snapshot builds 2012-05-07 11:23:02 -04:00
Thomas Risberg
aae379b33e preparing for 2.1.0.RC1 release 2012-05-07 11:11:18 -04:00
Michael Hunger
9cd47c7c7d resolved cyclic dependency of Neo4j-Template, can now be constructed just with a graph-database-service and is ready to use 2012-05-01 03:09:41 +02:00
Michael Hunger
2cc97c6ec5 cyclic dependency cleanup, now passing in neo4j-template to some of the inner classes on method call 2012-04-23 16:14:06 +02:00
Michael Hunger
1767e52f63 update to Neoj 1.7 2012-04-23 13:32:59 +02:00
Michael Hunger
caed15e2b7 DATAGRAPH-219, DATAGRAPH-210 unique relationship, and documentation for unique entities 2012-04-19 11:15:00 +02:00
Michael Hunger
5f71fd6abd upgraded examples to Neo4j 1.7 2012-04-17 02:26:13 +02:00
Michael Hunger
d6944c52a8 Changed port number of REST tests due to default https port of Neo4j server now being 7473 2012-04-17 02:26:13 +02:00
Thomas Risberg
4a8364e996 Changing all examples to use 2.1.0-BUILD-SNAPSHOT as the version 2012-03-02 18:18:26 -05:00
Thomas Risberg
39987a32f9 prepared for 2.1.0 snapshot builds 2012-03-02 16:50:56 -05:00
Thomas Risberg
33954bd780 preparing for 2.1.0.M1 release 2012-03-02 16:31:04 -05:00
Laurent Pireyn
80257f84f7 Remove duplicate property project.build.sourceEncoding in POMs 2012-03-01 22:24:18 +01:00