Commit Graph

845 Commits

Author SHA1 Message Date
Oliver Gierke
f71b1534e4 SGF-420 - Prepare 1.6.2.RELEASE (Fowler SR2). 2015-07-28 15:26:46 +02:00
Oliver Gierke
09953afa9c SGF-420 - Updated changelog. 2015-07-28 14:52:42 +02:00
John Blum
d6b0bd87f8 SGF-409 - Modify the GemfireDataSourcePostProcessor (basis for <gfe:datasource>) to not assume a GemFire Server was configured and bootstrapped with Spring and subsequently that the SDG ListRegionsOnServerFunction was registered.
Fixed up the GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTest to customize the classpath in order to exlude the Spring Data GemFire dependency from the non-Spring-configured GemFire Server's classpath thereby removing any presence of the ListRegionsOnServerFunction GemFire Function; made use of the com.gemstone.gemfire.distributed.ServerLauncher class for launching the non-Spring-configured GemFire Server and finally, wrote the gemfire-datasource-integration-test-cache.xml as an cache.xml file to the non-Spring-configured GemFire Server's working directory to properly configure the GemFire Server.
(cherry picked from commit 65ab1c7dcd)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-07-20 15:35:13 -07:00
John Blum
a21cb18c24 SGF-409 - Modify the GemfireDataSourcePostProcessor (basis for <gfe:datasource>) to not assume a GemFire Server was configured and bootstrapped with Spring and subsequently that the SDG ListRegionsOnServerFunction was registered.
Refactored the GemfireDataSourcePostProcessorTest class test cases based on the new implementation of the GemfireDataSourcePostProcessor BeanFactoryPostProcessor, which uses the GemFire internal GetRegionsFunction GemFire Function as a fallback when the ListRegionsOnServerFunction has not been registered or is not available.  In addition, added 2 integration tests to test a Spring Data GemFire ClientCache connecting to a Spring-configured GemFire Server and non-Spring-configured GemFire Server asserting that client PROXY Region beans are appropriately created in the Spring ApplicationContext.
(cherry picked from commit 52e4be4240)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-07-20 15:34:56 -07:00
John Blum
a339b64387 SGF-409 - Modify the GemfireDataSourcePostProcessor (basis for <gfe:datasource>) to not assume a GemFire Server was configured and bootstrapped with Spring and subsequently that the SDG ListRegionsOnServerFunction was registered.
Adding unit tests for the GemfireDataSourcePostProcessor class.
(cherry picked from commit 0055a79a5d)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-07-20 15:34:41 -07:00
John Blum
be6df696e5 SGF-409 - Modify the GemfireDataSourcePostProcessor (basis for <gfe:datasource>) to not assume a GemFire Server was configured and bootstrapped with Spring and subsequently that the SDG ListRegionsOnServerFunction was registered. 2015-07-20 15:34:10 -07:00
John Blum
4f38d1a366 SGF-415 - Remove the ClientCacheFactory Pool configuration in ClientCacheFactoryBean. 2015-07-20 15:32:08 -07:00
John Blum
28c799a177 SGF-414 - Resolve incompatibility between the DistributedSystem created by the PoolFactoryBean and the DistributedSystem resolved by the ClientCacheFactoryBean when SSL is configured. 2015-07-10 17:16:27 -07:00
Oliver Gierke
5ff6995b28 SGF-411 - Updated changelog. 2015-07-01 10:07:19 +02:00
Oliver Gierke
af2a99adf9 SGF-412 - Updated changelog. 2015-07-01 10:07:10 +02:00
Oliver Gierke
5bbecd7b8f SGF-413 - After release cleanups. 2015-06-30 14:27:35 +02:00
Spring Buildmaster
d64ce55d0a SGF-413 - Prepare next development iteration. 2015-06-30 04:38:55 -07:00
Spring Buildmaster
aaf9bf2de4 SGF-413 - Release version 1.6.1.RELEASE (Fowler SR1). 2015-06-30 04:38:52 -07:00
Oliver Gierke
e945580c47 SGF-413 - Prepare 1.6.1.RELEASE (Fowler SR1). 2015-06-30 12:49:00 +02:00
Oliver Gierke
345bed5ba0 SGF-413 - Updated changelog. 2015-06-30 12:31:46 +02:00
Oliver Gierke
919c24ca11 SGF-405 - Updated changelog. 2015-06-30 12:07:09 +02:00
John Blum
98337e0044 SGF-407 - Modify the MappingPdxSerializer to allow for extensibility. 2015-06-02 15:25:19 -07:00
Oliver Gierke
4c1f368198 SGF-406 - Fixed configuration of JavaDoc task.
We now depend on the task that extracts shared resources and use the CSS provided with that.
2015-06-02 16:26:42 +02:00
John Blum
ccc4343c4b SGF-400 - Enable the ability to set the ClassLoader used by the Spring ApplicationContext created in the SpringContextBootstrappingInitializer for loading bean definition classes and resolving resources.
(cherry picked from commit b9881dfad9)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-18 11:42:40 -07:00
John Blum
0146e08e92 SGF-396 - Enable support for variable Locator and Server endpoints on a SDG GFE Pool bean definition in a Spring Context.
Removed the SDG XSD schema restriction requiring the use of at least 1 <gfe:locator> of <gfe:server> sub-element on the <gfe:pool> element.  Also added a default Locator endpoint on localhost listening on the Locators default port of 10334 when no Locator or Server endpoints were specified, either by way of explicit use of the 'locators' or 'servers' attribute or a corresponding <gfe:locator> or <gfe:server> sub-element.
(cherry picked from commit 13b961c8138b2aa2555f40d0230e65b25b494a24)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-16 13:19:10 -07:00
John Blum
d9b393b986 SGF-399 - Fix incorrect XSD appinfo annotation, expected 'type' attribute value on the 'error-handler' attribute of the 'cq-listener-container' element.
(cherry picked from commit f27a9e9cf6)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-14 15:06:43 -07:00
John Blum
5cdbc9d0c1 SGF-399 - Fix incorrect XSD appinfo annotation, expected 'type' attribute value on the 'error-handler' attribute of the 'cq-listener-container' element.
(cherry picked from commit 0e21021cf6)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-14 15:06:33 -07:00
John Blum
6f45bdddca SGF-399 - Fix incorrect XSD appinfo annotation, expected 'type' attribute value on the 'error-handler' attribute of the 'cq-listener-container' element.
(cherry picked from commit 847283a7e4)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-14 15:06:24 -07:00
John Blum
f3456561d5 SGF-394 - Improve SDG Gradle build removing FindBug compilation warnings caused by GemFire. 2015-04-13 22:59:31 -07:00
John Blum
e81c8c1233 SGF-396 - Enable support for variable Locator and Server endpoints on a SDG GFE Pool bean definition in a Spring Context.
(cherry picked from commit eaf234b55cfa915760a2c3025aef6b3c2946ee48)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-13 22:33:51 -07:00
John Blum
79bec8522d SGF-395 - Allow Spring JavaConfig @Configuration classes to be registered and used to configure the (AnnotationConfig)ApplicationContext created by the SpringContextBootstrappingInitializer.
(cherry picked from commit c492a94a4c05b4697aa0a39920a48dd283e0c27e)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-13 22:19:09 -07:00
John Blum
c1aabdbb53 SGF-386 - Prepare next development iteration. 2015-03-23 16:15:58 -07:00
Spring Buildmaster
b4c7bbfb55 SGF-386 - Release version 1.6.0.RELEASE. 2015-03-23 05:09:05 -07:00
Oliver Gierke
d9287dfec0 SGF-386 - Prepare 1.6.0.RELEASE (Fowler GA).
Upgraded to common dependency versions.
2015-03-23 12:31:13 +01:00
Oliver Gierke
7887ede6f7 SGF-386 - Updated changelog. 2015-03-23 12:04:09 +01:00
Oliver Gierke
0551b43d85 SGF-386 - Polish reference docs before release.
Updated copyright years. Fall back to locally available Spring Data Commons reference docs as the remote variant doesn't seem to work currently. Included reference to the return type listing appendix from Spring Data Commons.
2015-03-23 11:22:28 +01:00
John Blum
80854b9b97 SGF-385 - Local region does remote put in addition to local put in client cache. 2015-03-22 22:22:56 -07:00
John Blum
e9251afa1d SGF-384 - Issue with partitioned-region-template when persistence is enabled. 2015-03-19 10:48:15 -07:00
John Blum
e514b004d8 SGF-381 - Enable RegionFactoryBean to respect the Data Policy specified on a nested or referenced RegionAttributes bean definition.
Added additional test cases to test and cover different combinations of data-policy and persistent attribute settings with explicit RegionFactoryBean and nested RegionAttributesFatoryBean 'bean' definitions in Spring XML configuration meta-data.
2015-03-12 17:25:42 -07:00
John Blum
ac8ff3750c SGF-382 - Add logging to the SpringContextBootstrappingInitializer init method to capture any Spring context/GemFire errors on startup. 2015-03-11 13:32:56 -07:00
John Blum
3063046e53 SGF-381 - Enable RegionFactoryBean to respect the Data Policy specified on a nested or referenced RegionAttributes bean definition. 2015-03-10 14:25:16 -07:00
Oliver Gierke
396d69c901 SGF-380 - After release cleanups. 2015-03-05 19:35:02 +01:00
Spring Buildmaster
6b4500f1b4 SGF-380 - Prepare next development iteration. 2015-03-05 10:13:32 -08:00
Spring Buildmaster
20619e1994 SGF-380 - Release version 1.6.0.RC1. 2015-03-05 10:13:30 -08:00
Oliver Gierke
258394de26 SGF-380 - Prepare 1.6.0.RC1 (Fowler RC1). 2015-03-05 16:28:38 +01:00
Oliver Gierke
857b30d911 SGF-380 - Updated changelog. 2015-03-05 15:54:38 +01:00
John Blum
bb38cb42f8 SGF-374 - Specifying a disk-store on a GatewayHub forces the GatewayHub to be persistent.
Following up to SGF-374 with additional test criteria to assert that a GatewayHub marked as 'persistent' does not need to explicity declare a 'DiskStore', that the GatewayHub will use the 'DEFAULT' DiskStore instead.
2015-02-24 18:54:01 -08:00
John Blum
eade5d8a39 SGF-378 - SDG completely ignores the 'socket-read-timeout' attribute on the Gateway element nested in a GatewayHub. 2015-02-24 18:14:45 -08:00
John Blum
d42d5b57fe SGF-375 - The <gfe:gateway-hub> XML namespace element is missing the 'max-time-between-pings' attribute. 2015-02-24 14:47:12 -08:00
John Blum
a5b743989b SGF-374 - Specifying a disk-store on a GatewayHub forces the GatewayHub to be persistent. 2015-02-24 14:21:22 -08:00
John Blum
975aa80785 SGF-376 - The GemFire WAN GatewayHub support needs refactoring and test coverage. 2015-02-23 17:17:21 -08:00
John Blum
9b951666b0 SGF-289 - Enumeration restrictions (xsd:enumeration) should be avoided in the XML schema.
Removed the XSD enumeration restriction on the 'scope' attribute of the 'baseReplicatedRegionType' complexType, Region element definition in the SDG XSD allowing the use of property placeholders to specify a GemFire Cache Region's Scope for different distribution patterns.  In addition, completely removed the 'scopeType' simpleType element definition in the SDG XSD.
2015-02-03 10:01:07 -08:00
John Blum
54821dcc66 SGF-289 - Enumeration restrictions (xsd:enumeration) should be avoided in the XML schema.
Removed the XSD enumeration restriction on the 'type' attribute of the 'index' element definition inside the SDG XML namespace (XSD) allowing the use of property placeholders to specify the Index types on GemFire Cache Region Indexes.
2015-02-02 13:31:31 -08:00
John Blum
b8bd3c69f0 SGF-289 - Enumeration restrictions (xsd:enumeration) should be avoided in the XML schema.
Removed the XSD enumeration restriction on the 'eviction-type' attribute of the 'subscription-config' sub-element of the 'cache-server' element inside the SDG XML namespace (XSD) allowing the use of property placeholders to specify the Eviction Policy for Client Subscription to GemFire Cache Servers.
2015-02-02 10:45:38 -08:00
John Blum
4fc92494ae SGF-289 - Enumeration restrictions (xsd:enumeration) should be avoided in the XML schema.
Removed the XSD enumeration restriction on the 'result-policy' attribute of the 'interestType' SDG XSD complex-type definition in order to allow users to specify an Interest Policy using concrete values or properly placeholders when registering client Region Interests.
2015-01-28 18:22:59 -08:00