Commit Graph

715 Commits

Author SHA1 Message Date
John Blum
5e7dea10d2 DATAGEODE-283 - Polish.
Resolves gh-32.
2020-01-14 19:12:53 -08:00
Jacob Barrett
d39b1e2a49 DATAGEODE-283 - Parse standard "host:port" format.
Resolves gh-32.

Adds support for standard "host:port" format when parsing
ConnectionEndpoints while preserving "host[port]" support.
2020-01-14 19:10:03 -08:00
John Blum
02f417f363 DATAGEODE-282 - Refactor PoolFactoryBean to use PoolResolver. 2020-01-14 19:04:02 -08:00
John Blum
61910e17f0 DATAGEODE-280 - Refactor ContinuousQueryListenerContainer to use PoolResolver. 2020-01-14 18:54:28 -08:00
Mark Paluch
ee88cdd3ab DATAGEODE-287 - Update copyright year to 2020. 2020-01-14 18:21:07 -08:00
John Blum
c7350fa116 DATAGEODE-152 - Fix Javadoc HTTP URL reference; switch to HTTPS.
Resolves gh-27.
2019-11-13 21:23:23 -08:00
John Blum
40587ca173 DATAGEODE-152 - Move TransactionApplicationEvent to o.s.d.g.transaction.event. 2019-11-13 21:23:10 -08:00
John Blum
5ced126221 DATAGEODE-271 - Cannot enable the BeanFactoryLocator for a ClientCache instance using SDG property. 2019-11-13 21:23:01 -08:00
John Blum
d66bc32e73 DATAGEODE-152 - Add tests for Spring @TransactionalEventListener annotated POJO methods in the context of Apache Geode, Local Cache Transactions.
Resolves gh-27.
2019-11-13 21:22:52 -08:00
John Blum
54596074ca DATAGEODE-243 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server. 2019-10-30 20:11:57 -07:00
John Blum
2b9a0979a3 DATAGEODE-242 - Add support for AEQ pauseEventDispatching. 2019-10-30 20:11:23 -07:00
John Blum
7b17982158 DATAGEODE-240 - Upgrade to Apache Geode 1.9.2. 2019-10-27 11:32:50 -07:00
John Blum
30d9a50983 DATAGEODE-232 - Add support for @CacheConfig in @EnableCachingDefinedRegions. 2019-09-25 20:56:00 -07:00
John Blum
71dd7b5d2f DATAGEODE-231 - The 'gemfireDataSourcePostProcessor' bean should be a BeanPostProcessor.
Also, under no circumstances should the BeanPostProcessor have a dependency on the GemFireCache!
2019-09-19 23:14:02 -07:00
John Blum
456e0781ae DATAGEODE-228 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..). 2019-08-30 16:14:08 -07:00
John Blum
0d878277b4 DATAGEODE-224 - Optimize imports. 2019-08-20 19:36:16 -07:00
John Blum
b194174df5 DATAGEODE-221 - Remove unnecessary use of Apache Shiro API. 2019-08-20 19:04:20 -07:00
John Blum
2a7e9d28db DATAGEODE-219 - Invoke SmartLifecycle callbacks when defining Regions based on Caching annotations. 2019-08-16 00:41:29 -07:00
John Blum
3ebefb4f10 DATAGEODE-169 - Polish.
Resolves gh-22.
2019-08-05 00:39:08 -07:00
kohlmu-pivotal
ae13997f8b DATAGEODE-169 - Added GatewaySenders and GatewaySender annotation.
Resolves gh-22.
2019-08-05 00:38:46 -07:00
John Blum
e128e14585 DATAGEODE-213 - Polish Annotation-based Configuration Model. 2019-07-25 19:01:50 -07:00
John Blum
e3c8afe7fc DATAGEODE-212 - Refactor Gateway Sender/Receiver support and remove unnecessary configuration validations. 2019-07-23 15:37:08 -07:00
John Blum
635afb160c DATAGEODE-210 - Run forked Locator in temporary directory and clean up log files in Locator working diretory. 2019-07-19 18:43:26 -07:00
John Blum
a2093fc0e0 DATAGEODE-210 - Add assertion to assert that the LuceneIndex is flushed properly after data is put into the Region. 2019-07-17 21:41:51 -07:00
John Blum
e83c25f27d DATAGEODE-197 - Fixup non-HTTPS URLs. 2019-07-17 18:52:15 -07:00
John Blum
f3d1a5ce0b DATAGEODE-197 - Rename AEQ and GatewaySender test classes. 2019-07-17 17:50:10 -07:00
John Blum
418392938a DATAGEODE-210 - Switch SnapshotService tests to use the temporary directory rather than 'user.home'. 2019-07-17 11:54:56 -07:00
John Blum
ab91a911fe DATAGEODE-210 - Fix unreliable tests. 2019-07-17 02:22:07 -07:00
John Blum
61448e7da1 DATAGEODE-197 - Polish. 2019-07-16 21:22:03 -07:00
John Blum
0fd1e37a69 DATAGEODE-197 - 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-16 20:32:31 -07:00
John Blum
30e53d0f44 DATAGEODE-197 - 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-16 18:23:03 -07:00
John Blum
0fff3b373c DATAGEODE-197 - Rename test class and configuration files. 2019-07-16 18:21:00 -07:00
John Blum
2a4a8f754d DATAGEODE-197 - Add integration tests testing the association of Region(s) to AsyncEventQueue (AEQ) ID(s). 2019-07-16 17:17:36 -07:00
John Blum
167ee54270 DATAGEODE-197 - Add integration tests testing the association of Region(s) to GatewaySender ID(s). 2019-07-16 14:33:53 -07:00
John Blum
d0f238d0a6 DATAGEODE-197 - Add support in the XML Namespace for Region to AsyncEventQueue and GatewaySender associations by ID. 2019-07-16 14:09:21 -07:00
John Blum
0c441d1889 DATAGEODE-197 - Prepare Region configuration using SDG FactoryBeans to accept AEQ and GatewaySender IDs for association. 2019-07-16 14:09:21 -07:00
John Blum
8c7eda4790 DATAGEODE-207 - Add Integration Tests asserting the configuration of Apache Geode Logging using Spring. 2019-06-24 12:44:30 -07:00
John Blum
0a0b8e1fc0 DATAGEODE-176 - More URL cleanup caught by Checkstyle. 2019-06-18 15:41:50 -07:00
John Blum
c5707da779 DATAGEODE-204 - Replace all cache.xml document schema declarations referring to the DTD to use the XSD. 2019-06-18 14:34:34 -07:00
John Blum
cf6a2e4757 DATAGEODE-168 - Fix failing tests.
Resolves gh-7.
2019-06-14 02:05:03 -07:00
John Blum
9eb38f1fe4 DATAGEODE-168 - Polish.
Resolves gh-7.
2019-06-14 02:05:03 -07:00
ukohlmeyer
f9512d91fb DATAGEODE-168 - Apply additional configuration changes.
Resolves gh-7.
2019-06-14 02:05:03 -07:00
Udo Kohlmeyer
f8dac4bf4a DATAGEODE-168 - Configure GatewayReceivers with Annotations.
Adds the EnableGatewayReceiver annotation to the SDG Annotation based configuraiton model to configure a GatewayReceiver.

Resolves gh-7.
2019-06-13 23:46:30 -07:00
John Blum
b3c369cf1c DATAGEODE-198 - Change the generic signature of the Configurer interface. 2019-06-08 21:30:07 -07:00
Mark Paluch
86c72eeca5 DATAGEODE-176 - URL Cleanup. 2019-06-05 11:12:03 +02:00
John Blum
7d9f90fef0 DATAGEODE-190 - Polish. 2019-05-30 13:13:38 -07:00
Srikanth Manvi
7adf99d788 DATAGEODE-190 - Add support to EnableSsl for ssl-use-default-context and ssl-endpoint-identification-enabled.
Resolves gh-21.
2019-05-30 13:13:38 -07:00
John Blum
93f1fc4d90 DATAGEODE-200 - Fix CacheClusterConfigurationIntegrationTest. 2019-05-30 01:29:14 -07:00
John Blum
1d4163c203 DATAGEODE-198 - Fix test failures. 2019-05-28 16:49:54 -07:00
John Blum
6c9b027b4f DATAGEODE-198 - Define an abstract, lazy-resolving, composable Configurer implementation. 2019-05-28 15:54:18 -07:00