Commit Graph

1033 Commits

Author SHA1 Message Date
Mark Paluch
2df4fbca92 DATAGEODE-259 - Updated changelog. 2019-11-18 12:00:39 +01:00
John Blum
1c0f14daf8 DATAGEODE-152 - Fix Javadoc HTTP URL reference; switch to HTTPS.
Resolves gh-27.
2019-11-13 23:27:29 -08:00
John Blum
0a3edb384b DATAGEODE-152 - Move TransactionApplicationEvent to o.s.d.g.transaction.event. 2019-11-13 23:27:22 -08:00
John Blum
c120633eda DATAGEODE-271 - Cannot enable the BeanFactoryLocator for a ClientCache instance using SDG property. 2019-11-13 23:27:12 -08:00
John Blum
9ede1c5304 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 23:25:21 -08:00
John Blum
5cc10a6e61 DATAGEODE-152 - Polish.
Resolve gh-27.
2019-11-13 23:25:17 -08:00
Patrick Johnson
4cc6d28e4b DATAGEODE-152 - Add documentation for TransactionalEventListener annotation.
Resolves gh-27.
2019-11-13 23:25:12 -08:00
Christoph Strobl
06b11eae65 DATAGEODE-234 - Updated changelog. 2019-11-04 15:39:58 +01:00
Christoph Strobl
bac839b32d DATAGEODE-233 - Prepare 2.1.12 (Lovelace SR12). 2019-11-04 09:29:05 +01:00
Christoph Strobl
de0456be7d DATAGEODE-233 - Updated changelog. 2019-11-04 09:29:01 +01:00
John Blum
2e727c1c63 DATAGEODE-243 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server. 2019-10-30 20:53:23 -07:00
Mark Paluch
6979f5a0f5 DATAGEODE-216 - Updated changelog. 2019-09-30 19:58:07 +02:00
Mark Paluch
0456aafb0f DATAGEODE-215 - Prepare 2.1.11 (Lovelace SR11). 2019-09-30 11:04:00 +02:00
Mark Paluch
4df85ed287 DATAGEODE-215 - Updated changelog. 2019-09-30 11:03:57 +02:00
Mark Paluch
eb40270bf1 DATAGEODE-217 - Updated changelog. 2019-09-06 10:22:55 +02:00
John Blum
fb29583830 DATAGEODE-228 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..). 2019-08-30 18:17:50 -07:00
John Blum
5dfd9461d8 DATAGEODE-225 - Allow the JSR-107, JCache API to be an optional dependency when using @EnableCachingDefinedRegions. 2019-08-21 17:41:22 -07:00
John Blum
ad80c1f696 DATAGEODE-221 - Remove unnecessary use of Apache Shiro API. 2019-08-21 17:41:08 -07:00
John Blum
99331ac73e DATAGEODE-219 - Invoke SmartLifecycle callbacks when defining Regions based on Caching annotations. 2019-08-16 01:01:43 -07:00
John Blum
55ac69bd7b DATAGEODE-220 - Correct misspelling in the LazyResolvingComposableContinousQueryListenerContainerConfigurer class name. 2019-08-16 01:01:35 -07:00
Mark Paluch
71a8113b1e DATAGEODE-203 - Updated changelog. 2019-08-05 15:57:30 +02:00
Mark Paluch
d468c655de DATAGEODE-202 - Prepare 2.1.10 (Lovelace SR10). 2019-08-05 11:20:57 +02:00
Mark Paluch
ca758802aa DATAGEODE-202 - Updated changelog. 2019-08-05 11:20:54 +02:00
John Blum
b766cfa4b8 DATAGEODE-212 - Refactor Gateway Sender/Receiver support and remove unnecessary configuration validations. 2019-07-23 16:05:05 -07:00
John Blum
c917b5ea34 DATAGEODE-210 - Polish. 2019-07-17 21:36:16 -07:00
John Blum
c3b71d6a74 DATAGEODE-197 - Fixup non-HTTPS URLs. 2019-07-17 19:32:12 -07:00
John Blum
0432b221ee DATAGEODE-197 - Rename AEQ and GatewaySender test classes. 2019-07-17 19:32:06 -07:00
John Blum
703f3c93d9 DATAGEODE-210 - Switch SnapshotService tests to use the temporary directory rather than 'user.home'. 2019-07-17 19:31:43 -07:00
John Blum
9c7b28e3f1 DATAGEODE-210 - Fix unreliable tests. 2019-07-17 19:30:16 -07:00
John Blum
788217b8e5 DATAGEODE-197 - Polish. 2019-07-17 19:24:30 -07:00
John Blum
abc175d3c7 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-17 19:24:23 -07:00
John Blum
95ed811219 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-17 19:24:11 -07:00
John Blum
ad3ba9d6cc DATAGEODE-197 - Rename test class and configuration files. 2019-07-17 19:23:43 -07:00
John Blum
72558d56c3 DATAGEODE-197 - Add integration tests testing the association of Region(s) to AsyncEventQueue (AEQ) ID(s). 2019-07-17 19:23:35 -07:00
John Blum
495ca6ff9a DATAGEODE-197 - Add integration tests testing the association of Region(s) to GatewaySender ID(s). 2019-07-17 19:23:24 -07:00
John Blum
ad3005fc96 DATAGEODE-197 - Add support in the XML Namespace for Region to AsyncEventQueue and GatewaySender associations by ID. 2019-07-17 19:21:34 -07:00
John Blum
7629a0d12a DATAGEODE-197 - Prepare Region configuration using SDG XML Namespace Parsers to accept AEQ and GatewaySender IDs for association. 2019-07-17 19:20:18 -07:00
John Blum
8dc42601b7 DATAGEODE-197 - Prepare Region configuration using SDG FactoryBeans to accept AEQ and GatewaySender IDs for association. 2019-07-17 19:19:46 -07:00
John Blum
84f2eacef9 DATAGEODE-205 - Cleanup additional build log output. 2019-06-18 14:17:59 -07:00
John Blum
5d3a8b19dc DATAGEODE-176 - Revert XSD HTTPS URLs to HTTP in GemFire/Geode cache.xml schemaLocation. 2019-06-18 13:58:55 -07:00
John Blum
132f556c49 DATAGEODE-176 - More URL cleanup caught by Checkstyle. 2019-06-18 13:48:22 -07:00
John Blum
a1256a4eb6 DATAGEODE-205 - Change log-level in test configuration meta-data to 'error'. 2019-06-18 13:03:46 -07:00
John Blum
7dd528e818 DATAGEODE-206 - Adapt to Mockito API (and behavior) changes after log-level changed from 'config' to 'error'. 2019-06-18 13:03:46 -07:00
John Blum
649035fc2b DATAGEODE-205 - Tune the build log output. 2019-06-18 13:03:46 -07:00
John Blum
0f75b2338f DATAGEODE-204 - Replace all cache.xml document schema declarations referring to the DTD to use the XSD. 2019-06-18 13:03:46 -07:00
John Blum
8c64ff6881 DATAGEODE-176 - Additional URL cleanup caught by Checkstyle. 2019-06-18 13:03:46 -07:00
Christoph Strobl
5d30f6f39b DATAGEODE-181 - Updated changelog. 2019-06-14 15:18:12 +02:00
Christoph Strobl
df818fbcd9 DATAGEODE-189 - Prepare 2.1.9 (Lovelace SR9). 2019-06-14 12:38:59 +02:00
Christoph Strobl
287f480255 DATAGEODE-189 - Updated changelog. 2019-06-14 12:38:55 +02:00
John Blum
5060982092 DATAGEODE-198 - 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 15:42:07 -07:00