Commit Graph

909 Commits

Author SHA1 Message Date
John Blum
fb4b03d910 DATAGEODE-271 - Cannot enable the BeanFactoryLocator for a ClientCache instance using SDG property. 2019-11-11 19:55:13 -08:00
John Blum
ad4a683afc DATAGEODE-152 - Add tests for Spring @TransactionalEventListener annotated POJO methods in the context of Apache Geode, Local Cache Transactions.
Resolves gh-27.
2019-11-11 19:51:24 -08:00
John Blum
6d5e1e2f1e DATAGEODE-152 - Polish.
Resolve gh-27.
2019-11-05 18:06:49 -08:00
Patrick Johnson
94ba8b8d82 DATAGEODE-152 - Add documentation for TransactionalEventListener annotation.
Resolves gh-27.
2019-11-05 18:06:49 -08:00
John Blum
ca2a4025f5 DATAGEODE-1 - Polish.
Resolves gh-29.
2019-11-05 15:21:47 -08:00
Patrick Johnson
1a012c992a DATAGEODE-1 - Remove support for DynamicRegionFactory.
Resolves gh-29.
2019-11-05 14:54:35 -08:00
Christoph Strobl
dc0d14b8ee DATAGEODE-234 - Updated changelog. 2019-11-04 15:39:53 +01:00
Christoph Strobl
dfd99ce2db DATAGEODE-233 - Updated changelog. 2019-11-04 10:34:50 +01:00
John Blum
77d1d64cdb DATAGEODE-243 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server. 2019-10-30 19:32:08 -07:00
John Blum
51f8327cc6 DATAGEODE-216 - Add XML Namespace (XSD) Schemas for Neumann/2.3. 2019-10-27 23:31:43 -07:00
John Blum
31d08b79fd DATAGEODE-242 - Add support for AEQ pauseEventDispatching. 2019-10-27 23:27:05 -07:00
John Blum
24ad51f7b3 DATAGEODE-241 - Upgrade to Apache Geode 1.10.0. 2019-10-27 13:54:52 -07:00
Mark Paluch
7f494b46c1 DATAGEODE-216 - Prepare 2.2 GA (Moore). 2019-09-30 15:50:43 +02:00
Mark Paluch
379d707a90 DATAGEODE-216 - Updated changelog. 2019-09-30 15:50:39 +02:00
Mark Paluch
02041c3298 DATAGEODE-215 - Updated changelog. 2019-09-30 11:16:16 +02: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
ae944c3893 DATAGEODE-230 - Remove 'What's New' Release Notes prior 2.0 and add 'What's New' Release Notes for 2.2. 2019-09-06 11:56:11 -07:00
Mark Paluch
067805c634 DATAGEODE-217 - Prepare 2.2 RC3 (Moore). 2019-09-06 10:10:12 +02:00
Mark Paluch
747b77c38d DATAGEODE-217 - Updated changelog. 2019-09-06 10:10:08 +02: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
04a0d0bbf1 DATAGEODE-226 - Switch spring-web to being an optional dependency. 2019-08-21 17:15:08 -07:00
John Blum
f5ea708a63 DATAGEODE-225 - Allow the JSR-107, JCache API to be an optional dependency when using @EnableCachingDefinedRegions. 2019-08-21 00:40:23 -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
715cbb2e9e DATAGEODE-220 - Correct misspelling in the LazyResolvingComposableContinousQueryListenerContainerConfigurer class name. 2019-08-15 01:14:24 -07:00
John Blum
4550ecb594 DATAGEODE-218 - Polish.
Resolves gh-26.
2019-08-15 01:14:50 -07:00
Udo Kohlmeyer
d76a21b40e DATAGEODE-218 - Amended GatewayReceiverConfigurer to use LazyResolvingComposableGatewayReceiverConfigurer.
Amended GatewayReceiverFactoryBean to now define a List<GatewayReceiverConfigurer> rather than single GatewayReceiverConfigurer reference.

Resolves gh-26.
2019-08-15 01:14:24 -07:00
Mark Paluch
a2987535d6 DATAGEODE-203 - Prepare 2.2 RC2 (Moore). 2019-08-05 15:35:05 +02:00
Mark Paluch
ff75d173b5 DATAGEODE-203 - Updated changelog. 2019-08-05 15:35:00 +02:00
Mark Paluch
f4567b6561 DATAGEODE-202 - Updated changelog. 2019-08-05 11:34:28 +02: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
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
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
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
6c7bdfc877 DATAGEODE-197 - Prepare Region configuration using SDG XML Namespace Parsers to accept AEQ and GatewaySender IDs for association. 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
0a0b8e1fc0 DATAGEODE-176 - More URL cleanup caught by Checkstyle. 2019-06-18 15:41:50 -07:00
John Blum
5650565fb1 DATAGEODE-176 - Additional URL cleanup caught by Checkstyle. 2019-06-18 14:34:35 -07:00
Christoph Strobl
dae2e06bc1 DATAGEODE-181 - Prepare 2.2 RC1 (Moore). 2019-06-14 14:43:17 +02:00
Christoph Strobl
7edd2fb0df DATAGEODE-181 - Updated changelog. 2019-06-14 14:43:12 +02:00
Christoph Strobl
31ae61b653 DATAGEODE-189 - Updated changelog. 2019-06-14 13:27:14 +02:00
John Blum
cf6a2e4757 DATAGEODE-168 - Fix failing tests.
Resolves gh-7.
2019-06-14 02:05:03 -07:00