Spring Buildmaster
04bd484704
DATAGRAPH-439 - Prepare next development iteration.
2014-03-10 06:40:41 -07:00
Spring Buildmaster
ead5a62826
DATAGRAPH-439 - Release version 2.3.5.RELEASE.
2014-03-10 06:40:36 -07:00
Oliver Gierke
79b6ff3b00
DATAGRAPH-439 - Prepare release 2.3.5.RELEASE.
...
Update readme, changelog and notice.txt. Upgraded to latest releases of Spring Data Build and Spring Data Commons.
2014-03-10 14:23:57 +01:00
Spring Buildmaster
f54283536a
DATAGRAPH-427 - Prepare next development iteration.
2014-02-17 04:58:15 -08:00
Spring Buildmaster
c98d573718
DATAGRAPH-427 - Release version 2.3.4.RELEASE.
2014-02-17 04:58:11 -08:00
Oliver Gierke
d5a90be7be
DATAGRAPH-427 - Prepare 2.3.4.RELEASE.
...
Upgraded to latest Spring Data Commons and Build Parent. Added plugin repository.
2014-02-17 13:44:44 +01:00
Spring Buildmaster
a3e075e990
DATAGRAPH-415 - Prepare next development iteration.
2013-12-12 14:07:55 +01:00
Spring Buildmaster
4e228d5e87
DATAGRAPH-415 - Release Version 2.3.3.RELEASE.
2013-12-12 04:52:49 -08:00
Thomas Darimont
50b53c0fa0
DATAGRAPH-415 - Prepare release 2.3.3.
...
Updated changelog, notice and readme.
Updated SD Commons dependency to 1.6.3.RELEASE.
2013-12-11 18:24:00 +01:00
Michael Hunger
1f03bac49a
DATAGRAPH-407 deleting entities with a read-only index
2013-12-10 14:32:00 +01:00
Michael Hunger
115ae5830a
DATAGRAPH-407 deleting entities with a read-only index
2013-12-10 14:07:36 +01:00
Michael Hunger
e5ffbb5400
DATAGRAPH-407 Don't delete (from) read-only indexes
2013-12-10 14:04:57 +01:00
Oliver Gierke
da03f652f8
DATAGRAPH-409 - Improved default transaction configuration for repositories.
...
Moved the default transaction configuration from CRUDRepository interface to AbstractGraphRepository to align with transaction configuration with other Spring Data Modules. Removed obsolete method re-declaration from CRUDRepository.
CRUDRepository was missing a redeclaration of delete(Serializable id) so that deletes by id didn't trigger a default transaction. This caused e.g. DATAREST-184.
2013-11-13 15:02:04 +00:00
Michael Hunger
becf01cecc
fix docbook references
2013-10-31 01:26:29 +01:00
Spring Buildmaster
643ba154e7
DATAGRAPH-397 - Prepare next development iteration.
2013-10-25 08:53:21 -07:00
Spring Buildmaster
53852a1a40
DATAGRAPH-397 - Release version 2.3.2.RELEASE.
2013-10-25 08:53:16 -07:00
Thomas Darimont
22fa029e3d
DATAGRAPH-397 - Prepare Release 2.3.2.
...
Updated SD-CMNS dependency to Version 1.6.2.RELEASE.
2013-10-25 17:38:08 +02:00
Michael Hunger
4c871b51bf
DATAGRAPH-393 - Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure.
2013-10-25 17:38:08 +02:00
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