Commit Graph

104 Commits

Author SHA1 Message Date
John Blum
fe15c81da1 Included change log notes for the SDG 1.3.4 release. Updated the SDG dependency declarations in the build.gradle file to properly 'exclude' the 'commons-logging' transitive dependency included by the Spring Framework dependencies. 2014-04-04 15:24:36 -07:00
Oliver Gierke
1452422279 SGF-266 - Prepare 1.4 M1. 2014-03-31 16:34:13 +02:00
John Blum
d8dc9d4edb Fully fixes JIRA issue SGF-236 involving the Subregion bean names requiring a prepended forward slash when using the high-level region XML namespace abstractions, like gfe:replicated-region, vs. the gfe:lookup-region element. 2014-01-21 18:27:22 -08:00
John Blum
5cbe2b6260 Updated Spring Data GemFire Reference Documentation, updating author information and added 'LIKE' operator details to the 'Executing OQL Queries' section. 2014-01-17 22:18:03 -08:00
John Blum
869925d95a Updates to the README.md and changelog.txt files for the 1.3.3 release. 2013-11-13 12:27:37 -08:00
John Blum
ca243dceac Fixed documentation references. 2013-11-13 12:27:37 -08:00
John Blum
f016eeac00 Fixed documentation references. 2013-11-12 14:32:01 -08:00
John Blum
93ba141e3c Changes to the Spring Data GemFire Reference Guide based on recent improvements and bugs fixes for the Spring Data GemFire 1.3.3 release. 2013-11-12 12:18:00 -08:00
David Turanski
dc022ccb2c updated readme and changelog for 1.3.2 2013-08-06 13:31:54 -04:00
David Turanski
e8072e1601 SGF-188 - fixed documentation error, added test for CacheManager 2013-08-06 10:10:34 -04:00
David Turanski
44a6987c29 SGF-180 Added lazy-init attribute to cache element 2013-08-06 08:59:24 -04:00
David Turanski
3adb33950d Updated changelog for 1.3.1 release 2013-04-18 12:40:49 -04:00
David Turanski
01c26fbba3 fixed typo in reference
[artifactory-release] Release version 1.3.0.RELEASE

fixed version from artifactory build
2013-03-14 12:05:43 -04:00
David Turanski
411ca58309 upgrade to spring 3.2.2 and minor doc changes 2013-03-14 09:19:06 -04:00
David Turanski
22b8b1425f updated docs 2013-03-14 08:41:26 -04:00
David Turanski
0e81e9d4c8 Updated reference and JSON support for GemfireTemplate queries 2013-03-13 18:00:15 -04:00
David Turanski
822b2b9f52 Fixed formatting in data-access.xml 2013-02-13 09:04:15 -05:00
David Turanski
b8af5931a5 merged changes for SGF-93. Updated documentation 2013-02-12 12:56:56 -05:00
David Turanski
7bce8b649c fixed ClientCacheParser 2013-02-12 09:14:18 -05:00
David Turanski
9b9bc5dbb4 some cosmetic changes and initial documentation update 2013-02-12 08:06:44 -05:00
David Turanski
8c5fe281f8 updated docs for GemFire 7.0 2012-10-26 04:51:10 -04:00
David Turanski
cfdac73247 updated reference docs and build config for GF 7 2012-10-22 13:58:00 -04:00
David Turanski
4c95b7044c Completed custom serializers in PdxMappingSerializer, SGF-125, SGF-90, SGF-127 2012-09-27 18:12:03 -04:00
David Turanski
3b793686bd updated documentation; build upgraded to jdk 1.6. Schema clean up 2012-08-22 08:08:13 -04:00
David Turanski
1cee21b9e5 removed leftover gemfire 7 dependencies 2012-08-14 17:15:14 -04:00
David Turanski
5bf6e2f15a Updating docs in progress and changed default bean names to camelCase 2012-08-05 14:07:28 -04:00
David Turanski
fdf1983081 SGF-102 Enable JavaConfig for repositories 2012-07-24 15:46:05 -04:00
David Turanski
f7bc4ca95c doc update:temporarily removed link to spring data chapter in index.xml and fixed a typo in mapping.xml 2012-07-10 07:48:58 -04:00
David Turanski
fb10fe337b updating docs 2012-07-04 13:54:26 -04:00
Costin Leau
00fbc93070 fix docs 2012-07-04 12:40:10 -04:00
Costin Leau
6097749af4 merged first draft build 2012-07-04 12:40:07 -04:00
David Turanski
8e6e43b96e Refactored region factories 2012-07-04 11:39:27 -04:00
Costin Leau
7224ecadb7 fix reference name rendering 2012-03-20 08:38:47 +02:00
Costin Leau
0bf79e1d0c update changelog 2012-03-20 06:18:43 +02:00
Costin Leau
abd29ab0f7 update changelog 2012-03-19 21:04:50 +02:00
Costin Leau
a194942d89 backport from 1.1.x
33e3a6c - c20602d meaning:
c20602d
7f9a096
d439f9b
33e3a6c

changed xsd:boolean to string SGF-78
handle CACHING_PROXY in client FB
SGF-80
update spring & gemfire dependencies
update changelog
re-add handle CACHING_PROXY in client FB
SGF-80
2012-03-19 21:03:40 +02:00
Oliver Gierke
40a0a7f2a6 SGF-82, SGF-83 - Initial draft of repository integration.
Added support for annotation based entity mapping (@Region, @Id, @PersistenceConstructor). Added support for Spring Data repositories (query execution, query derivation).
2012-02-16 22:41:26 +01:00
Costin Leau
e2690a6bc3 + fixed incorrect parsing of pdx-serializer attribute 2011-12-19 19:12:11 +02:00
Costin Leau
45e4b1c8d6 + update readme 2011-12-14 17:32:13 +02:00
Costin Leau
c77b8e4b5e + prepare for the 1.1 release 2011-12-14 16:20:53 +02:00
Costin Leau
89f2dca6df + wire in the requirements page into the docs 2011-12-07 21:35:18 +02:00
Costin Leau
89118c4f5b + bump version
+ update changelog
2011-11-13 18:48:54 +02:00
Costin Leau
cc6f2a2095 + adjust build files
+ update changelog
2011-11-13 18:44:26 +02:00
Costin Leau
c149c0a005 + align maven naming to Spring Data project 2011-11-13 18:25:47 +02:00
Costin Leau
d1a2e52c1e * Upgraded to GemFire 6.6.1
* Introduced PDX options for 'cache' and 'client-cache' elements
2011-11-10 19:32:57 +02:00
Costin Leau
62b8948efc + fix doc typo 2011-10-26 04:08:46 +03:00
Costin Leau
cb6e777bc3 + update changelog 2011-09-25 20:15:07 +03:00
Costin Leau
06c4185d7e + exclude pdf from being processed
+ update changelog
+ prepare 1.1 M3 release
2011-09-25 19:36:41 +03:00
Costin Leau
93f1d30d30 SGF-70
+ fix doc typos
2011-09-22 18:18:07 +03:00
Costin Leau
5ef62f8e5f + update changelog 2011-09-22 10:37:40 +03:00