Commit Graph

1291 Commits

Author SHA1 Message Date
Michael Hunger
6a565d7138 changelog 2013-06-07 09:04:40 +02:00
Oliver Gierke
708fa6fea4 DATAGRAPh-354 - Fixed configuration order to ensure correct MappingContext initialization.
Fixed test config after refactorings in Spring Data Neo4j core module. Polished pom slightly.
2013-06-06 08:49:41 +02:00
Michael Hunger
8b16f7f9e8 DATAGRAPH-354
BeanCreationException when trying to use initial-EntitySet
2013-06-06 00:05:34 +02:00
Michael Hunger
af8e348de8 changed querydsl artifactId to querydsl-lucene3 2013-06-05 23:14:37 +02:00
Michael Hunger
2d2ba2334f DATAGRAPH-356 Handle transient fields consistently with Spring Data & SD Rest 2013-06-03 01:31:13 +02:00
Michael Hunger
b765195062 DATAGRAPH-325 Cannot return a set from a query with Neo4j (hashcode ResultColumn problem) 2013-06-03 01:28:13 +02:00
Michael Hunger
65422a55af DATAGRAPH-325 Cannot return a set from a query with Neo4j (hashcode ResultColumn problem) 2013-05-28 03:56:50 +02:00
Michael Hunger
dbea0e81ed DATAGRAPH-355 Upgrade to Neo4j 1.9.GA 2013-05-28 03:06:52 +02:00
Oliver Gierke
f3452ba2e0 DATAGRAPH-351 - Let Neo4jPersistentProperty extend AnnotationBasedPersistentProperty. 2013-04-29 19:06:35 +02:00
Oliver Gierke
926e685016 DATAGRAPH-350 - Downgraded to Querydsl 2.9 for now.
Using Querydsl 2.9.0 until Cypher DSL is upgraded to 3.0 (see [0]). Upgraded to Spring Data Commons 1.6.0 and Spring Data Build 1.1.0. Removed special source and target level settings as the parent project has it set to 1.6 already.

[0] https://github.com/neo4j/cypher-dsl/issues/25
2013-04-29 17:39:24 +02:00
Oliver Gierke
78c7480bf8 Upgraded to Spring Data Build 1.1.0.BUILD-SNAPSHOT. 2013-04-18 21:16:20 +02:00
Oliver Gierke
a55f6189c4 DATAGRAPH-346 - Deprecated ChainedTransactionManager.
Prefer to use the class moved into Spring Data Commons going forward.
2013-04-12 17:03:38 +02:00
Andrei Tuzhilin
659ff83abe DATAGRAPH-191 - Fixed ChainedTransactionManager. 2013-04-12 12:27:08 +02:00
Michael Hunger
188d27be20 Merge pull request #104 from jbrisbin/master
Adds a call to `setMappingContext` so that `spring-data-rest` doesn't explode when asking the metadata classes for a `PersistentEntity` instance.
2013-03-07 19:19:34 -08:00
Jon Brisbin
973cab345e #103 Add a call to setMappingContext so that a PersistentEntity is returned when one is asked for. 2013-03-07 19:39:54 -06:00
Spring Buildmaster
2c46e41719 DATAGRAPH-333 - Prepare next development iteration. 2013-02-12 02:48:05 -08:00
Spring Buildmaster
8bbd7323be DATAGRAPH-333 - Release version 2.2.0.RELEASE. 2013-02-12 02:48:01 -08:00
Oliver Gierke
68db72eff2 DATAGRAPH-332 - Upgraded to Spring Data parent 1.0.2.RELEASE. 2013-02-12 11:21:29 +01:00
Oliver Gierke
eee3a3ae4d DATAGRAPH-332 - Removed duplicate dependency declaration. 2013-02-12 11:21:08 +01:00
Oliver Gierke
06dcf56c9b DATAGRAPH-332 - Upgraded to Spring Data parent 1.0.1.RELEASE. 2013-02-12 10:00:33 +01:00
Oliver Gierke
dfd1a52d0c DATAGRAPH-332 - Removed obsolete resources. 2013-02-12 09:06:16 +01:00
Michael Hunger
9bc872a7fd fixed example poms 2013-02-11 16:28:48 +01:00
Michael Hunger
bbb22d2dea moved unique index-name check before the check of the id field to also fail on those on managed/advanced-mapping entities 2013-02-11 15:32:24 +01:00
Michael Hunger
e8c2992f60 removed the 2 generated documentation snippets 2013-02-11 15:32:23 +01:00
Oliver Gierke
8bda62389e DATAGRAPH-332 - Polished pom.xml files.
Transformed all indentations into tabs. Aligned project names
2013-02-11 13:32:08 +01:00
Michael Hunger
6e79c703f3 excluded neo4j dependencies from cypher-dsl 2013-02-11 13:23:01 +01:00
Michael Hunger
8ce6ed87f3 temporarily set parent dependency to spring-data-build:1.0.0-BUILD-SNAPSHOT 2013-02-11 13:14:56 +01:00
Michael Hunger
db37654d00 updated changelog for 2.2.0-RELEASE 2013-02-11 13:14:56 +01:00
Michael Hunger
def044aab1 DATAGRAPH-332 Updated project to new build system and new dependencies (esp. for junit/hamcrest)
Fixed issue with Mapping Exception during addPersistentProperty but outside of PersistentEntity.verify()
2013-02-11 13:14:56 +01:00
Michael Hunger
aca67357c2 Merge pull request #100 from TimmyStorms/master
DATAGRAPH-323 total elements count fix
2013-02-08 06:52:42 -08:00
TimmyStorms
c737789d9d DATAGRAPH-323 fix: count query is also executed when the number of
elements is smaller than the page size
2013-02-08 15:10:22 +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
e08b7d12ee DATAGRAPH-328 Upgrade SD-Commons to 1.5-SNAPSHOT, Added Auditing Support 2013-01-29 15:38:57 +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
Michael Hunger
679cb6f886 DATAGRAPH-323 - Support for count-queries for page results 2013-01-28 13:20:19 +01:00
Michael Hunger
8f88945582 DATAGRAPH-321 - Fixes for TypeRepresentation-Strategies 2012-12-19 10:52:34 +01:00
Michael Hunger
5ad3d3a118 DATAGRAPH-320 Performance improvement regarding reference annotations in Neo4jMappingContext 2012-12-19 10:50:09 +01:00
Michael Hunger
29ebf864ff DATAGRAPH-319 - Compile Error in EnableNeo4jRepositories due to JDK issue 2012-12-19 10:47:07 +01:00
Michael Hunger
922423f9bd DATAGRAPH-318 NodeEntity fields are not persisted in CrossStore setup without @GraphProperty annotation 2012-12-19 10:45:11 +01:00
Michael Hunger
46546c1817 DATAGRAPH-317 RelatedTo docs 2012-12-19 10:40:33 +01:00
Michael Hunger
0ef5b70ce2 DATAGRAPH-308 Handle derived queries for properties that are relationships 2012-10-24 00:45:15 +02:00
Oliver Gierke
36d9415d19 DATAGRAPH-304 - Upgraded to Querydsl 2.8.0. 2012-10-10 19:33:40 +02:00
Oliver Gierke
5efd9dce49 DATAGRAPH-303 - Align project version of Cypher DSL with other Neo4j libraries. 2012-10-10 19:26:56 +02:00
Spring Buildmaster
2e939ab6cc [artifactory-release] Next development version 2.2.0.BUILD-SNAPSHOT 2012-10-10 06:16:13 -07:00
Spring Buildmaster
b36240ca24 [artifactory-release] Release version 2.1.0.RELEASE 2012-10-10 06:16:08 -07:00
Michael Hunger
78c8c35440 DATAGRAPH-303 documentation updates 2012-10-10 15:02:37 +02:00
Michael Hunger
2db23cc719 DATAGRAPH-303 2.1.0.RELEASE upgrade: Neo4j 1.8, SDC 1.4.0.RELEASE 2012-10-09 15:23:02 +02:00