Commit Graph

1491 Commits

Author SHA1 Message Date
John Blum
024183ad5f SGF-847 - Set java.io.tmpdir to TMPDIR for CI jobs. 2019-07-17 22:26:34 -07:00
John Blum
cc84a0af25 SGF-864 - Switch SnapshotService tests to use the temporary directory rather than 'user.home'. 2019-07-17 22:26:14 -07:00
John Blum
1245548566 SGF-864 - Fix unreliable tests. 2019-07-17 22:25:56 -07:00
John Blum
0fe205acb8 SGF-847 - Set user.dir to PWD for CI jobs. 2019-07-17 22:25:17 -07:00
John Blum
549b821cf9 SGF-863 - Polish. 2019-07-17 22:24:36 -07:00
John Blum
33bcbf9f3f SGF-863 - Add unit tests asserting the addition of AsyncEventQueues (AEQ) and GatewaySenders to Regions of various types (e.g. LOCAL, PARTITION, REPLICATE as well as Templates) using objects and identifiers. 2019-07-17 22:24:12 -07:00
John Blum
b6565c60dc SGF-863 - Add integration tests testing the addition of AsyncEventQueues and GatewaySenders declared as both objects and identifiers to an existing Region defined in cache.xml. 2019-07-17 22:22:46 -07:00
John Blum
1cad0184f6 SGF-863 - Rename test class and configuration files. 2019-07-17 22:22:21 -07:00
John Blum
f8e8c3ec67 SGF-863 - Add integration tests testing the association of Region(s) to AsyncEventQueue (AEQ) ID(s). 2019-07-17 22:21:59 -07:00
John Blum
d873e62cf1 SGF-863 - Add integration tests testing the association of Region(s) to GatewaySender ID(s). 2019-07-17 22:21:43 -07:00
John Blum
dc91f82daf SGF-863 - Add support in the XML Namespace for Region to AsyncEventQueue and GatewaySender associations by ID. 2019-07-17 22:21:21 -07:00
John Blum
b6ff6de1af SGF-863 - Prepare Region configuration using SDG XML Namespace Parsers to accept AEQ and GatewaySender IDs for association. 2019-07-17 22:19:27 -07:00
John Blum
98d512351f SGF-863 - Prepare Region configuration using SDG FactoryBeans to accept AEQ and GatewaySender IDs for association. 2019-07-17 22:10:42 -07:00
Mark Paluch
0f937837eb SGF-861 - Fix typo. 2019-07-10 09:56:58 +02:00
Mark Paluch
05c66e4156 SGF-847 - Cleanup release profile.
Reuse inherited configuration from parent pom.
2019-07-09 11:49:11 +02:00
Mark Paluch
80612da3eb SGF-861 - Revise readme for a consistent structure. 2019-07-09 11:48:32 +02:00
Greg Turnquist
9a1b1ab813 SGF-847 - Use parent 'artifactory' profile. 2019-07-03 16:38:19 -05:00
Greg Turnquist
cc646a9d50 SGF-847 - Only build main branch for upstream triggers. 2019-06-28 17:16:09 -05:00
John Blum
d100077a1e SGF-860 - Add Integration Tests asserting the configuration of Pivotal GemFire Logging using Spring. 2019-06-24 13:28:02 -07:00
Greg Turnquist
d587ef881d SGF-847 - Set user.name and user.home for CI jobs. 2019-06-24 14:58:01 -05:00
John Blum
f55c562907 SGF-827 - Even more URL cleanup caught by Checkstyle. 2019-06-18 17:44:32 -07:00
John Blum
46195631ac SGF-827 - More URL cleanup caught by Checkstyle. 2019-06-18 17:44:22 -07:00
John Blum
534891fde8 SGF-858 - Replace all cache.xml document schema declarations referring to the DTD to use the XSD. 2019-06-18 17:37:21 -07:00
John Blum
b3e4f39be7 SGF-827 - Additional URL cleanup caught by Checkstyle. 2019-06-18 07:01:12 -07:00
John Blum
5f4ee4a0b5 SGF-856 - Upgrade to Pivotal GemFire 9.8.2. 2019-06-15 14:09:05 -07:00
Christoph Strobl
b4c59329e8 SGF-834 - After release cleanups. 2019-06-14 15:12:52 +02:00
Christoph Strobl
80092e8919 SGF-834 - Prepare next development iteration. 2019-06-14 15:12:51 +02:00
Christoph Strobl
8a76a9b543 SGF-834 - Release version 2.2 RC1 (Moore). 2019-06-14 14:44:25 +02:00
Christoph Strobl
523efc62b0 SGF-834 - Prepare 2.2 RC1 (Moore). 2019-06-14 14:43:17 +02:00
Christoph Strobl
bae2d16526 SGF-834 - Updated changelog. 2019-06-14 14:43:10 +02:00
Christoph Strobl
d8f7e5cbbb SGF-842 - Updated changelog. 2019-06-14 13:27:14 +02:00
John Blum
054be1694e SGF-521 - Fix failing tests. 2019-06-14 02:27:44 -07:00
John Blum
aaea1e620b SGF-521 - Polish. 2019-06-14 02:27:44 -07:00
ukohlmeyer
4456decd6e SGF-521 - Apply additional configuration changes. 2019-06-14 02:26:48 -07:00
ukohlmeyer
80c1597f66 SGF-521 - Add documentation for GatewayReceiver annotation configuration support. 2019-06-14 02:26:42 -07:00
Udo Kohlmeyer
2543657da9 SGF-521 - Configure GatewayReceivers with Annotations.
Adds the EnableGatewayReceiver annotation to the SDG Annotation based configuraiton model to configure a GatewayReceiver.
2019-06-14 02:25:46 -07:00
John Blum
5633116388 SGF-849 - Simplify the RegionConfigurer interface.
Change the class type paramter to ClientRegionFactoryBean.

Remove the configure(:String, :ConfigurableRegionFactoryBean) method, which is causing ambiguity in Java method resolution during runtime/invocations, even with strongly-typed FactoryBeans (e.g. ClientRegionFactoryBean). #argh
2019-06-11 16:18:50 -07:00
John Blum
e7af0a37fb SGF-849 - Change the generic signature of the Configurer interface. 2019-06-09 11:33:06 -07:00
Mark Paluch
8ae9fcb8b4 SGF-827 - URL Cleanup. 2019-06-05 11:13:32 +02:00
Mark Paluch
fc26955d14 SGF-853 - Create security policy readme. 2019-05-31 16:00:38 +02:00
John Blum
8684d04a1d SGF-852 - Polish. 2019-05-30 13:12:09 -07:00
Srikanth Manvi
51a2c3e1d0 SGF-852 - Add support to EnableSsl for ssl-use-default-context and ssl-endpoint-identification-enabled. 2019-05-30 13:10:27 -07:00
John Blum
dd016eed85 SGF-851 - Fix CacheClusterConfigurationIntegrationTest. 2019-05-30 01:27:20 -07:00
John Blum
16445579cc SGF-850 - Add new SDG XML Schemas (XSD) for 2.2/Moore. 2019-05-29 23:41:28 -07:00
John Blum
bc6c21b230 SGF-850 - Refactor existing SDG XML Schemas (XSD) and switch schemaLocations from HTTP to HTTPS. 2019-05-29 18:42:52 -07:00
Greg Turnquist
3bfeadfa76 SGF-847 - Introduce Jenkins. 2019-05-29 08:20:05 -05:00
John Blum
21c6882909 SGF-849 - Fix test failures. 2019-05-28 18:08:10 -07:00
John Blum
07f5d03abf SGF-849 - Adapt LocatorApplication configuration and Configurer to implement the Configurer interface/contract and employ the lazy-resolving, composable Configurer implementation. 2019-05-28 18:07:51 -07:00
John Blum
3c504b96c8 SGF-849 - Adapt EmbeddedServiceConfigurationSupport to honor new Configurer interface/contract. 2019-05-28 18:07:30 -07:00
John Blum
fa78fc3eec SGF-849 - Modify all configuration classes to use lazy-resolving, composable Configurer implementations for resolving the user-defined, application Configurers. 2019-05-28 18:07:03 -07:00