John Blum
|
043b2fdee2
|
SGF-342 - Update Spring Data GemFire Reference Guide with GemFire 8 functional support.
|
2014-10-17 17:16:50 -07:00 |
|
John Blum
|
4dd666401c
|
SGF-326 - Create spring-gemfire-1.6.xsd and spring-data-gemfire-1.6.xsd for SDG 1.6.
|
2014-10-09 22:04:28 -07:00 |
|
John Blum
|
664d53447f
|
SGF-338 - Both <gfe:custom-entry-ttl> and <gfe:custom-entry-tti> SDG XML namespace elements allow for more than one 'CustomExpiry' bean to be set in the Region Expiration Attributes although GemFire only allows one!
|
2014-10-07 15:37:15 -07:00 |
|
John Blum
|
796226d0de
|
SGF-331 - Pull common WAN attributes from GatewaySenders and AsyncEventQueues in the SDG XSD into the 'commonWANQueueAttributes' attributes group.
|
2014-10-06 22:09:49 -07:00 |
|
John Blum
|
fccb737849
|
SGF-332 - Add support for the GatewaySender 'eventSubstitutionFilter' property in the SDG XSD and GatewaySenderFactoryBean API.
|
2014-09-25 21:39:23 -07:00 |
|
John Blum
|
d8b4b97834
|
SGF-330 - Add missing 'disk-synchronous' attribute to the <gfe:gateway-sender> element in the SDG XML namespace (XSD).
|
2014-09-24 17:40:00 -07:00 |
|
John Blum
|
34ae38ef23
|
SGF-328 - Add missing 'hostname-for-senders' attribute on the <gfe:gateway-receiver> element in the SDG XML namespace (XSD).
|
2014-09-24 17:32:41 -07:00 |
|
John Blum
|
93eb3b1fef
|
SGF-323 - Add support for GemFire 8's DiskStore 'diskUsageCriticalPercentage' and 'diskUsageWarningPercentage' properties in the SDG XML namespace (XSD) and DiskStoreFactoryBean API.
|
2014-09-04 18:32:28 -07:00 |
|
John Blum
|
7f2e6b899c
|
SGF-325 - Create spring-gemfire-2.0.xsd and spring-data-gemfire-2.0.xsd for SDG 2.
|
2014-09-04 17:06:25 -07:00 |
|
John Blum
|
920e53794e
|
Initial implementation of JIRA improvement SGF-191 enabling Spring Data GemFire to lookup and auto register all GemFire Cache Regions not explicitly defined in the Spring context as Spring beans.
|
2014-09-01 13:55:02 -07:00 |
|
John Blum
|
4bff3d9f7a
|
Completed Client Cache Region Template testing for JIRA feature requests SGF-207 and SGF-254 adding support for template-defined Regions. In addition, fixed JIRA bug SGF-310 pertaining to the missing 'concurrency-level' attribute on the <gfe:client-region> element in the SDG XSD as well as SGF-311 involving the ClientRegionFactoryBean not properly setting the 'concurrencyChecksEnabled' property on GemFire's ClientRegionFactory class.
|
2014-08-29 12:25:52 -07:00 |
|
John Blum
|
5919d87658
|
Completed Peer Cache Region Template testing for JIRA feature requests SGF-207 and SGF-254 adding support for template-defined Regions.
|
2014-08-29 12:21:10 -07:00 |
|
John Blum
|
2f66eca99b
|
Additional work and changes for JIRA feature requests SGF-207 and SGF-254 to enable developers with the ability to create Region templates to model attributes and configuration meta-data common to multiple, strongly-typed GemFire Region types (e.g. REPLICATE, PARTITION, etc).
|
2014-08-29 12:16:58 -07:00 |
|
John Blum
|
5d27c19ef5
|
Initial implementation and tests for JIRA feature requests SGF-207 and SGF-254 supporting inheritable Region templates when defining GemFire Regions using Spring Data GemFire XML configuration meta-data. This feature allows common Region configuration and attribute values to be defined once and then shared across multiple Region bean definitions in the Spring context for added convenience.
|
2014-08-29 12:15:28 -07:00 |
|
John Blum
|
84be164f60
|
Implements JIRA feature request SGF-309 adding support for compression of GemFire Cache Region data using the new Compressor attribute and property in the RegionAttributes API.
|
2014-08-28 15:32:11 -07:00 |
|
John Blum
|
b9a966e11a
|
Fixes JIRA bug SGF-312 allowing developers to declare/define and register multiple PartitionListeners on a Partitioned Region using nested inner bean and bean reference elements inside the <gfe:partition-listener> sub-element of the <gfe:partitioned-region> element in the SDG XML namespace (XSD).
|
2014-08-27 23:32:38 -07:00 |
|
John Blum
|
96cb3775fb
|
Implements JIRA improvement SGF-223 enabling Spring Data GemFire to create GemFire Disk Store directory locations automatically (based on nested <gfe:disk-dir> elements inside the <gfe:disk-store> element specified in Spring config) without the user having to create the disk directories for the location manually, unlike GemFire's native configuration options (such as cache.xml).
|
2014-08-15 21:47:54 -07:00 |
|
John Blum
|
6cb2301c32
|
Additional changes for JIRA feature request SGF-226 supporting GemFire's new Cluster-based Configuration Service. Renamed the CacheUsingSharedConfigurationIntegrationTest class to CacheClusterConfigurationIntegrationTest and added an additional test case to assert the default, non-use of cluster configuration behavior. Renamed GemFire System properties references for enabling/disabling Cluster Config based revision r48252 in GemFire 8.
|
2014-08-11 17:00:08 -07:00 |
|
John Blum
|
f427125669
|
Implements JIRA feature request SGF-226 enabling Spring Data GemFire to retrieve the shared, persistent cluster configuration from a GemFire 8 Locator Shared Configuration service when the SDG configured peer cache member joins the cluster.
|
2014-08-11 17:00:07 -07:00 |
|
John Blum
|
76aa819be7
|
Implements JIRA feature request SGF-227 adding support for GemFire 8.0's auto-reconnect functionality on forced disconnects.
|
2014-08-11 17:00:07 -07:00 |
|
John Blum
|
34bc5da8a1
|
Completes JIRA improvement SGF-294 allowing GemFire Gateway Receivers to be configured for manual start using the Spring Data GemFire XML namespace. This commit completes the improvement in the 1.5 XSD for the SDG 1.5.0.M1 (Evans) release.
|
2014-07-07 18:31:37 -07:00 |
|
John Blum
|
db066287b0
|
Completes JIRA improvement SGF-294 allowing GemFire Gateway Receivers to be configured for manual start using the Spring Data GemFire XML namespace. This commit completes the improvement in the 1.4 XSD first in order to backport the feature to the SDG 1.4.2 release.
|
2014-07-07 18:29:32 -07:00 |
|
John Blum
|
8a8d0d89ff
|
Fixes JIRA issue SGF-295 allowing all Eviction Policy Actions (LOCAL_DESTROY, OVERFLOW_TO_DISK) to be specified on Local Regions configured using the Spring Data GemFire XML namespace. This commit resolves the issue in the 1.5 XSD for the SDG 1.5.0.M1 (Evans) release.
|
2014-07-07 13:10:47 -07:00 |
|
John Blum
|
1df9454524
|
Fixes JIRA issue SGF-295 allowing all Eviction Policy Actions (LOCAL_DESTROY, OVERFLOW_TO_DISK) to be specified on Local Regions configured using the Spring Data GemFire XML namespace. This commit resolves the issue in the 1.4 XSD first in order to backport the fix to the SDG 1.4.2 release.
|
2014-07-07 13:07:51 -07:00 |
|
John Blum
|
1233a4bbb2
|
Completes SGF-296 - adding SDG XML schemas (XSDs) for both the spring-gemfire (gfe) XML namespace as well as the spring-data-gemfire (gfe-data) XML namespace. Switches the default XSDs to the 1.5 versions, respectively.
|
2014-07-03 17:29:48 -07:00 |
|
John Blum
|
163e36497c
|
Fixes JIRA issues SGF-271 - <cq-listener-container> element missing the 'auto-startup' attribute, SGF-275 - <cq-listener-container> element's phase attribute is ignored, SGF-278 - ContinuousQueryListenerContainer class's 'taskExecutor' property is not set properly by the GemfireListenerContainerParser, SGF-279 - <cq-listener-container> element is missing the 'error-handler' attribute, and finally, SGF-280 - the ContinuousQueryListenerContainer class is not Thread-safe.
|
2014-04-18 23:01:02 -07:00 |
|
John Blum
|
217732b7f7
|
Implements SGF-204 changing the default behavior or Region lookups.
|
2014-03-24 13:55:51 -07:00 |
|
John Blum
|
1594c5f062
|
Implements SGF-88 - Region Shortcuts; Implements SGF-257 - Strict types in the SDG XSD for Region data-policy and shortcut attributes; Fixes SGF-258 - missing data-policy attribute for Partitioned Regions; Fixes SGF-263 - ineffective application of disk-synchronous attribute setting on Region bean definitions defined with SDG XML namespace.
|
2014-03-21 00:35:32 -07:00 |
|
John Blum
|
c5a33d6fef
|
Completes JIRA ticket SGF-204 changing the default behavior of peer and client Region types to not perform a lookup first of an existing Region of the same name/path if the Region was created and configured using native cache.xml in GemFire in addition Spring config.
|
2014-03-11 21:19:10 -07:00 |
|
John Blum
|
bc7e284fbc
|
Fixes JIRA issue SGF-255 involving the required 'threshold' attribute in Region Eviction Attribute configuration settings.
|
2014-02-24 20:16:27 -08:00 |
|
John Blum
|
6e0bf24706
|
Fixes JIRA issues SGF-249 involving property placeholder values on Disk Store bean definition attributes, and specifically the compaction-threshold attribute, in the SDG XML namespace.
|
2014-01-28 17:27:27 -08:00 |
|
John Blum
|
c278676423
|
Fixes JIRA issue SGF-244 involving the use of a ref attribute on the GatewaySender element's nested inner EventFilter element.
|
2013-12-19 16:04:18 -08:00 |
|
John Blum
|
8dee6f7ab2
|
Fixes JIRA issues SGF-238, SGF-239 and SGF-240 involving jndi-binding cache settings.
|
2013-12-13 14:59:03 -08:00 |
|
John Blum
|
aa68313899
|
Fixes JIRA issue SGF-234 for the spring-gemfire-1.3.xsd and spring-gemfire-1.4.xsd which incorrectly indicate that the pdx-persistent attribute defaults to true.
|
2013-12-09 18:12:16 -08:00 |
|
John Blum
|
bb97756f8d
|
Fixes JIRA issue SGF-241 adding support for defining client sub-Regions using the gfe:client-region XML namespace element in an nested fashion.
|
2013-12-09 10:50:16 -08:00 |
|
John Blum
|
101d977026
|
Fixes bug SGF-225 involving GemFire SubRegion bean definition inconsistencies when data-policy is specified along with SGF-242 that involves the use of membership-attributes configuration on a GemFire Region.
|
2013-12-06 16:17:07 -08:00 |
|
John Blum
|
7994fdddbd
|
Fixes JIRA issue SGF-231 - user is unable to specify Order Policy with Serial Gateway Senders.
|
2013-11-15 23:13:43 -08:00 |
|
John Blum
|
285978660c
|
Fixed issue with CacheServerNamespaceTest.testBasicCacheServer test case method, finishing/rounding out the work that was done in SGF-218.
|
2013-11-14 12:03:18 -08:00 |
|
John Blum
|
4ed76947d0
|
Implemented SGF-206 - CacheLoader and CacheWriter support on client, local Regions in a GemFire ClientCache. Also, performed additional refactoring of related code.
|
2013-10-23 14:23:20 -07:00 |
|
David Turanski
|
f21df49608
|
SGF-211: Allow PPH for partitioned-region copies
|
2013-10-10 10:31:13 -04:00 |
|
David Turanski
|
fb4e184794
|
SGF-193 -added enable-concurrency-checks to namespace
|
2013-08-12 10:33:30 -04:00 |
|
David Turanski
|
11101a3d72
|
SGF-176 enhanced namespace schema and ClientCacheParser to process additional attributes
|
2013-08-06 13:15:35 -04:00 |
|
David Turanski
|
44a6987c29
|
SGF-180 Added lazy-init attribute to cache element
|
2013-08-06 08:59:24 -04:00 |
|
David Turanski
|
cb45af775f
|
SGF-192 - ClientRegionParser now processes close and destroy attributes
|
2013-08-05 11:42:39 -04:00 |
|
Lyndon Adams
|
343d4b050a
|
SGF-162 change interval
|
2013-03-14 07:31:44 -04:00 |
|
David Turanski
|
bb9072bed1
|
fixed xsd problems
|
2013-03-12 17:19:45 -04:00 |
|
Lyndon Adams
|
7f1d84e598
|
Additional changes for SGF-160
|
2013-03-12 19:26:10 +00:00 |
|
Lyndon Adams
|
1f36a55faf
|
Current changes for region subscriptions.
|
2013-03-12 16:44:29 +00:00 |
|
David Turanski
|
20e0670f38
|
SGF-167 also, changed default to close='false' on RFB
|
2013-03-11 13:12:23 -04:00 |
|
David Turanski
|
39b05429bd
|
SGF-164,SGF-165 upgrade to Gemfire 7.0.1
|
2013-03-08 07:51:22 -05:00 |
|