Commit Graph

95 Commits

Author SHA1 Message Date
Lyndon Adams
d5edd33fcd Completed changes for client ready-for-events attribute implementation. 2013-02-12 10:03:15 +00:00
David Turanski
0068d1be9a SGF-117 - updated IndexFactoryBean to support current API - This is a breaking change with 1.2 2013-01-25 10:55:29 -05:00
David Turanski
1e7ccc44b1 SGF-148 - Added 'close' property on CacheFactoryBean which, if false, will leave cache open when ApplicationContext closes 2013-01-21 09:04:32 -05:00
David Turanski
c9de0477f9 merge 1.2.2 2012-12-10 08:21:12 -05:00
David Turanski
0a2fcb7324 Added function-executions element to gfe-data namespace plus more cleanup 2012-11-28 10:08:37 -05:00
David Turanski
efdc27666e SGF-67 - In progress 2012-11-26 08:44:46 -05:00
David Turanski
f993189b73 merge 1.3.x into master 2012-10-26 08:20:46 -04:00
David Turanski
cfdac73247 updated reference docs and build config for GF 7 2012-10-22 13:58:00 -04:00
David Turanski
4da8c04af0 started on annotation-driven functions 2012-10-09 08:21:38 -04:00
David Turanski
154905b808 initial 1.2.1 branch 2012-10-05 10:43:41 -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
1f0ae2b2ef SGF-122 - Added namespace support for FixedPartitionAttributes 2012-08-30 13:54:54 -04:00
David Turanski
bf2c68f9b6 SGF-121 - Fixed issue with data-policy 2012-08-29 12:08:23 -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
5bf6e2f15a Updating docs in progress and changed default bean names to camelCase 2012-08-05 14:07:28 -04:00
David Turanski
a067ddbf48 refactored Cachefactory bean to work with Gemfire 6 and some enhancements to region data policy validation 2012-07-25 13:10:08 -04:00
David Turanski
6b8a45acf8 SGF-47: add PartitionListener to partitioned region 2012-07-24 16:24:32 -04:00
David Turanski
fdf1983081 SGF-102 Enable JavaConfig for repositories 2012-07-24 15:46:05 -04:00
David Turanski
57b33c007a Added support for gateway conflict resolver and function service 2012-07-23 17:30:13 -04:00
David Turanski
94468bec9a Added WAN support modifications for GF 7 and general cleanup of test code 2012-07-23 14:41:00 -04:00
David Turanski
8e6e43b96e Refactored region factories 2012-07-04 11:39:27 -04:00
David Turanski
e9d1173b05 added membership attributes support 2012-07-03 12:18:33 -04:00
David Turanski
bb34beb224 added dynamic region and jndi binding support 2012-07-03 10:01:49 -04:00
David Turanski
1467ec0668 Updated copyright, fixed support for transaction handlers, added initializers 2012-06-28 13:32:05 -04:00
David Turanski
7efa90800f Complete disk store refactoring and added region attributes 2012-06-27 07:18:47 -04:00
David Turanski
400fed1662 Refactored to use DiskStoreFactory 2012-06-25 08:44:12 -04:00
David Turanski
ff117b7b7b modified schema to make name attribute optional for root regions and required for subregions 2012-06-08 17:05:49 -04:00
David Turanski
b740727b9b added subregion support 2012-06-08 10:19:09 -04:00
David Turanski
40cb46a682 demonstrate problem trying to create subregions 2012-06-05 17:00:29 -04:00
Costin Leau
9d5de9222b replace tabs with spaces 2012-03-20 06:02:05 +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
d0a6835556 SGF-78 - Changed namespace attributes from boolean to string.
If namespace element attributes are defined as xsd:boolean in the XSD the become unusable with property placeholders or SpEL. Thus we changed it back to strings.
2012-03-01 17:52:10 +01: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
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
87506ef775 SGF-71
+ add support for region interest receive-values property
2011-09-22 10:28:40 +03:00
Costin Leau
13c98d2a7c SGF-53
+ add some integration tests (still unfinished) and improve parsing
2011-09-16 22:26:22 +03:00
Costin Leau
2b676358c8 SGF-51
+ first draft of namespace support for indexes
2011-09-16 21:43:11 +03:00
Costin Leau
47535bff81 + add support for two missing Pool properties (multi-user-authentication & prSingleHopEnabled) 2011-08-30 09:17:26 +03:00
David Turanski
f7f56e84d8 renamed Continous* to Continuous* 2011-08-26 15:10:32 -04:00
Costin Leau
ed0ca63c55 SGF-57
SGF-63
+ improved schema
+ fix some bugs that prevented the client cache to reuse an already defined pool
2011-08-26 20:46:38 +03:00
Costin Leau
535455c380 Merge branch 'SGF_57_1' 2011-08-26 17:51:10 +03:00
Costin Leau
f617e8c657 SGF-63
+ split ClientRegionFactory from RegionFactoryBean to cope with the different APIs used for configuring regions
2011-08-26 17:39:06 +03:00
Costin Leau
1c1f40d2df Merge branch 'client-cache' 2011-08-24 21:24:48 +03:00
Costin Leau
6944092255 SGF-35
+ add more meat to the client-cache server
+ add a dedicated FactoryBean plus namespace
2011-08-24 21:07:09 +03:00
Costin Leau
865c0676d3 SGF-57
+ rename Cq to ContinousQuery
+ several improvements
+ namespace for cq-listener-container
2011-08-24 19:13:26 +03:00
Costin Leau
a9a7286f2d SGF-38
+ add support for expiration attributes
2011-08-17 18:46:10 +03:00
Costin Leau
e261ecf6bd SGF-56
+ add flag to disable bean-factory-locator
2011-07-06 11:50:55 +03:00
Costin Leau
25db19c191 SGF-50
+ add subscription support
+ add namespace support + integration tests
2011-05-16 20:08:22 +03:00
Costin Leau
26062e5e02 SGF-44
+ loosen constraints in the schema to allow the PPC to be plugged in on all fields
2011-04-21 20:58:27 +03:00
Costin Leau
c334d9142b SGF-41
+ added statistics attribute for all write regions into SGF namespace
2011-04-20 20:01:07 +03:00