Commit Graph

1339 Commits

Author SHA1 Message Date
Spring Buildmaster
c09a657f0c DATAGRAPH-386 - Prepare next development iteration. 2013-09-09 23:40:08 -07:00
Spring Buildmaster
1945bd19cd DATAGRAPH-386 - Release version 2.3.1.RELEASE. 2013-09-09 23:40:04 -07:00
Oliver Gierke
3c6db95eb9 DATAGRAPH-386 - Prepare 2.3.1.RELEASE. 2013-09-09 23:29:07 -07:00
Michael Hunger
28defb80ef DATAGRAPH-386 Upgrade Spring Data Commons 1.6.1 2013-09-09 23:10:36 -07:00
Spring Buildmaster
6c94cc3b4d DATAGRAPH-377 - Prepare next development iteration. 2013-09-09 16:43:55 -07:00
Spring Buildmaster
252d9ef63f DATAGRAPH-377 - Release version 2.3.0.RELEASE. 2013-09-09 16:22:49 -07:00
Oliver Gierke
407c1904f4 DATAGRAPH-377 - Prepare 2.3.0.RELEASE. 2013-09-09 16:09:56 -07:00
Michael Hunger
70c50708c2 DATAGRAPH-377 updated changelog for GA release 2013-09-09 01:02:12 +02:00
Michael Hunger
f24ad7fd72 upgrade to 1.9.3
fixed deprecated third party jaxrs classes registration
2013-09-09 00:21:55 +02:00
Michael Hunger
7fae80121d Merge pull request #131 from nickithewatt/DATAGRAPH-298
DATAGRAPH-298: GraphRepository with abstract type parameter should throw...
2013-09-08 14:00:37 -07:00
Michael Hunger
3e65b42731 Merge pull request #129 from nickithewatt/DATAGRAPH-365
DATAGRAPH-365 : before and after delete events
2013-09-08 13:58:38 -07:00
Nicki Watt
9652a661fa DATAGRAPH-298: Made check for invalid instantiation more efficient 2013-09-05 03:52:35 +01:00
Nicki Watt
c25a2cf43d DATAGRAPH-298: GraphRepository with abstract type parameter should throw more meaningful exception when stored Java type is not a subtype 2013-09-03 21:57:10 +01:00
Nicki Watt
9208a49b8c DATAGRAPH-365 : before and after delete events 2013-09-02 16:45:44 +01:00
Michael Hunger
4f7759270f DATAGRAPH-349 Added build plugin to spring-data-neo4j-rest 2013-09-02 12:51:50 +02:00
Michael Hunger
4f1d44db95 DATAGRAPH-259 Added documentation
build with mvn install -Pdistribute docbkx:generate-pdf
2013-09-02 12:29:12 +02:00
Michael Hunger
bf60ad3701 Merge pull request #124 from nickithewatt/DATAGRAPH-311
Datagraph 311: Serialization of Query Results and Entities
2013-08-30 05:08:26 -07:00
Michael Hunger
07735ffdac DATAGRAPH-259 Handling empty results for QueryResultBuilder and ResultConverter 2013-08-30 13:55:16 +02:00
Nicki Watt
764611cd35 DATAGRAPH-311 : Special Handling of managed type fields when serializing/deserializing 2013-08-12 16:22:55 +01:00
Nicki Watt
bc5a2717c2 DATAGRAPH-311 : Deprecated @MapResult in favour of @QueryResult 2013-08-12 12:41:16 +01:00
Nicki Watt
d1a2892ee5 DATAGRAPH-311 : Reverted to using existing ClassTypeInformation getProperty method and not newly requested fromTypeOf method 2013-08-12 11:45:04 +01:00
Nicki Watt
8bb6313053 DATAGRAPH-311: Initial progression towards a Serialization option for query results (and entities). Note: This relies on a change to Spring Data Commons as well ref PR https://github.com/SpringSource/spring-data-commons/pull/35 2013-08-12 11:26:42 +01:00
Spring Buildmaster
c1c273b368 DATAGRAPH-375 - Prepare next development iteration. 2013-08-05 08:14:55 -07:00
Spring Buildmaster
4ce1ceaf83 DATAGRAPH-375 - Release version 2.3.0.RC1. 2013-08-05 08:14:50 -07:00
Oliver Gierke
b1db157a97 DATAGRAPH-375 - Final prepareations for RC release.
Forward ported changelog from bugfix release. Updated notice.
2013-08-05 16:39:59 +02:00
Michael Hunger
62905b8f87 DATAGRAPH-375 2.3.RC1 release, changelog 2013-08-05 13:59:41 +02:00
Michael Hunger
64a18e382d DATAGRAPH-375 2.3.RC1 release, version upgrades 2013-08-05 13:54:51 +02:00
Oliver Gierke
595c3daf55 DATAGRAPH-374 - Adapted Parameters changes from Spring Data Commons. 2013-07-30 16:07:53 +02:00
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
df09eedcd4 Merge pull request #110 from spaetzold/master
Type safety with find methods
2013-07-19 09:40:35 -07:00
Michael Hunger
2377a2f50c Merge pull request #120 from jotomo/codebase-diving
Replace calls to deprecated APIs, remove some unused imports.
2013-07-19 09:36:38 -07:00
Johannes Mockenhaupt
949c9045fe Replace calls to deprecated APIs, remove some unused imports. 2013-07-17 18:56:19 +02:00
Michael Hunger
d18cb08208 Merge pull request #119 from nickithewatt/master
DATAGRAPH-345 : Add support for countBy projections on derived query
2013-07-16 04:20:49 -07:00
Nicki Watt
63ef9d6a12 DATAGRAPH-345 : Add support for countBy projections on derived query methods 2013-07-16 11:58:09 +01:00
Michael Hunger
f1be6318e6 Merge pull request #116 from jotomo/DATAGRAPH-368
Fix DATAGRAPH-368
2013-07-13 14:13:54 -07:00
Johannes Mockenhaupt
6fa76bad3a DATAGRAPH-368 Handle transient property on detached entity.
In DetachedEntityState.setValue(), check if the property
to save exists on the Neo4jPersistentEntity instance.
If the property is marked transient, the property won't exist
on the entity. In that case, forward the request to the delegate.
2013-07-13 22:45:31 +02:00
Johannes Mockenhaupt
8d6dd38ffb DATAGRAPH-368 Add test demonstrating the issue. 2013-07-13 22:44:52 +02:00
Nicki Watt
cba0037455 DATAGRAPH-330 : Added missing @transactional annotations 2013-07-11 23:32:35 +01:00
Nicki Watt
d8d08a1ff6 DATAGRAPH-330 : Used foreach and adjusted comment 2013-07-11 23:24:11 +01:00
Nicki Watt
245d241ff7 DATAGRAPH-330 : Added test(although ignored) to highlight scenario where current fix does not work - i.e. use of function in Sort.Order 2013-07-11 23:23:55 +01:00
Nicki Watt
ac3fcc4190 DATAGRAPH-352/330 : Fixed issues relating to Sorting and Paging 2013-07-11 23:22:29 +01:00
Michael Hunger
4c74f979bb Fixed User login for non existing users (lookup().singleOrNull() isntead of .single()) 2013-07-09 01:19:07 +02:00
Spring Buildmaster
c5ed964af7 DATAGRAPH-359 - Prepare next development iteration. 2013-06-09 05:32:57 -07:00
Spring Buildmaster
21e628b50c DATAGRAPH-359 - Release version 2.3.0.M1. 2013-06-09 05:32:55 -07:00
Oliver Gierke
3e9f30f8c8 DATAGRAPH-359 - Prepare 2.3 M1 release.
Updated changelog: pull in changelog for 2.2.1 release. Consistent ticket reference formatting. Moved changelog etc. to correct place to be picked up for distribution. Upgraded to Spring Data Parent 1.1.0.RELEASE, Spring Data Commons 1.6.0.M1. Switched to milestone repository. Upgraded to APT plugin as defined in parent pom.
2013-06-09 14:06:28 +02:00
Michael Hunger
969ba53315 Merge pull request #111 from peterneubauer/master
Getting HelloWorlds tests to run from IntelliJ
2013-06-07 00:51:52 -07:00
Michael Hunger
6a565d7138 changelog 2013-06-07 09:04:40 +02:00
Peter Neubauer
453c96efc6 validation needed to run inside IntelliJ 2013-06-06 23:06:06 +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