Commit Graph

1514 Commits

Author SHA1 Message Date
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
168e1ccfd2 DATAGEODE-152 - Polish.
Resolve gh-27.
2019-11-13 21:22:46 -08:00
Patrick Johnson
c014377d87 DATAGEODE-152 - Add documentation for TransactionalEventListener annotation.
Resolves gh-27.
2019-11-13 21:22:39 -08:00
Christoph Strobl
df27b095f8 DATAGEODE-234 - After release cleanups. 2019-11-04 15:34:27 +01:00
Christoph Strobl
59d83eded5 DATAGEODE-234 - Prepare next development iteration. 2019-11-04 15:34:26 +01:00
Christoph Strobl
a2bc722653 DATAGEODE-234 - Release version 2.2.1 (Moore SR1). 2019-11-04 14:55:02 +01:00
Christoph Strobl
79983ae4fe DATAGEODE-234 - Prepare 2.2.1 (Moore SR1). 2019-11-04 14:54:16 +01:00
Christoph Strobl
66c75a6a17 DATAGEODE-234 - Updated changelog. 2019-11-04 14:54:11 +01:00
Christoph Strobl
26b6f4fd78 DATAGEODE-233 - Updated changelog. 2019-11-04 10:34:52 +01: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
Greg Turnquist
9ecd79ed4c DATAGEODE-216 - Create CI job. 2019-09-30 14:27:49 -05:00
Mark Paluch
2373183e0b DATAGEODE-216 - After release cleanups. 2019-09-30 16:17:54 +02:00
Mark Paluch
0e90eff445 DATAGEODE-216 - Prepare next development iteration. 2019-09-30 16:17:53 +02:00
Mark Paluch
a1331a5d13 DATAGEODE-216 - Release version 2.2 GA (Moore). 2019-09-30 15:51:07 +02: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
John Blum
928f47d790 DATAGEODE-229 - Upgrade to Apache Geode 1.9.1. 2019-09-06 11:30:26 -07:00
Mark Paluch
1a804d5ede DATAGEODE-217 - After release cleanups. 2019-09-06 10:21:56 +02:00
Mark Paluch
6657b0c28f DATAGEODE-217 - Prepare next development iteration. 2019-09-06 10:21:54 +02:00
Mark Paluch
f9cae213d0 DATAGEODE-217 - Release version 2.2 RC3 (Moore). 2019-09-06 10:10:42 +02: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
eb6dbdcdde DATAGEODE-227 - Revert spring-web as an optional dependency. 2019-08-23 02:20:54 -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
0c1a1ac22f DATAGEOE-224 - Re-arrange test dependencies. 2019-08-20 19:29:12 -07:00
John Blum
0baed4d2c2 DATAGEODE-223 - Upgrade to JCache API 1.1.1. 2019-08-20 19:15:45 -07:00
John Blum
c30dca2754 DATAGGEODE-222 - Upgrade to Apache Shiro 1.4.1. 2019-08-20 19:14:56 -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
Greg Turnquist
77c5c41214 DATAGEODE-195 - Force check for updates. 2019-08-05 10:44:15 -05:00
Mark Paluch
3dbad19f9a DATAGEODE-203 - After release cleanups. 2019-08-05 15:53:02 +02:00
Mark Paluch
6419d88ace DATAGEODE-203 - Prepare next development iteration. 2019-08-05 15:53:01 +02:00
Mark Paluch
e8c07f2568 DATAGEODE-203 - Release version 2.2 RC2 (Moore). 2019-08-05 15:35:35 +02: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