Commit Graph

1204 Commits

Author SHA1 Message Date
John Blum
6cb0ebca19 DATAGEODE-61 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT. 2017-11-21 12:13:30 -08:00
John Blum
5129cb04de DATAGEODE-59 - Add support for configuring client and server Region data management policies in Entity-defined Regions. 2017-11-21 00:20:32 -08:00
John Blum
3f7bad8f0f DATAGEODE-60 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions. 2017-11-18 08:58:40 -08:00
John Blum
a2129dc17b DATAGEDOE-58 - Add support for configuring client and server Region data management policies in Caching-defined Regions.
This improvement allows users to configure both the client and server Region data management policies using the new clientRegionShortcut and serverRegionShortcut attributes on the EnableCachingDefinedRegions annotation, which default to o.a.g.cache.client.ClientRegionShortcut#PROXY and o.a.g.cache.RegionShortcut#PARTITION, respectively.

Additionally, a user may configure the name of a dedicated Pool to use for all caching-defined client Regions.

Move all common Annotation-based configuration logic from CachingDefinedRegionsConfiguration to AbstractAnnotationConfigSupport.
2017-11-18 08:52:23 -08:00
John Blum
d8a348bc93 DATAGEODE-57 - Add support for invoking callbacks when loading snapshots. 2017-11-11 20:45:15 -08:00
John Blum
7b6d80785d DATAGEODE-56 - Add support for parallel snapshots. 2017-11-11 20:22:57 -08:00
John Blum
747a05e48e DATAGEODE-55 - Adapt to Apache Geode SnapshotService API and behavioral/functional changes.
Changed Apache Gedoe Cache and Region snapshot files to have a .gfd extension.
2017-11-11 18:50:36 -08:00
John Blum
6fc39d0095 DATAGEODE-55 - Adapt to Apache Geode Integrated Security Framework changes. 2017-11-11 18:50:14 -08:00
John Blum
ca5585293c DATAGEODE-55 - Create SDG XML Namespace schemas (XSDs) for both GFE and GFE-DATA.
Set META-INF/spriong.schemas appropriately.

Remove all old 1.xSDG XML Namespace schemas (XSDs).
2017-11-11 18:50:14 -08:00
John Blum
ba9e150591 DATAGEODE-55 - Adapt to Apache Geode PoolFactory and Pool API changes.
Add support for the PoolFactory.setSocketConnectTimeout(..) and Pool.getSocketConnectTimeout() methods.
2017-11-11 18:49:29 -08:00
John Blum
f021739542 DATAGEODE-55 - Upgrade to Apache Geode 1.3.0. 2017-11-10 18:27:30 -08:00
Oliver Gierke
696d80576b DATAGEODE-48 - Updated changelog. 2017-10-27 16:36:51 +02:00
John Blum
731e5f1ae2 DATAGEODE-39 - Fix the changelog. 2017-10-23 13:21:12 -07:00
John Blum
a8bc9c7f0a DATAGEODE-53 - Beans proxied by the Spring container with declared CQs are not registered and triggered. 2017-10-23 11:56:36 -07:00
John Blum
ce5c2aec0d DATAGEODE-52 - Using SD Repositories and @EnableContinuousQueries causes errors with Spring container initialization. 2017-10-23 11:56:36 -07:00
John Blum
1bec1b86ed DATAGEDOE-51 - EnableClusterConfiguration annotation attributes are silently ignored. 2017-10-23 11:56:31 -07:00
John Blum
d98c4afa79 DATAGEODE-50 - Spring Cache Abstraction annotations do not trigger CQ. 2017-10-17 13:20:25 -07:00
John Blum
cbf1b18916 DATAGEODE-47 - Add documentation in SDG's Reference Guide for the new Annotation-based configuration model. 2017-10-04 19:03:50 -07:00
Mark Paluch
0ffe876c3c DATAGEODE-39 - After release cleanups. 2017-10-02 11:37:23 +02:00
Mark Paluch
32322a35d3 DATAGEODE-39 - Prepare next development iteration. 2017-10-02 11:37:22 +02:00
Mark Paluch
bd51bdeba0 DATAGEODE-39 - Release version 2.0 GA (Kay). 2017-10-02 11:10:23 +02:00
Mark Paluch
424f562f72 DATAGEODE-39 - Prepare 2.0 GA (Kay). 2017-10-02 11:09:17 +02:00
Mark Paluch
7fbd0c47b4 DATAGEODE-39 - Updated changelog. 2017-10-02 11:09:13 +02:00
John Blum
51caf48973 DATAGEODE-34 - Add EnableClusterConfiguration annotation to push cluster configuration meta-data from the client to the server. 2017-09-26 11:03:14 -07:00
John Blum
52c29de30e DATAGEODE-46 - Refactor API names used in the Annotation config and GemFire Mock Objects support. 2017-09-22 21:49:27 -07:00
John Blum
57ac541dde DATAGEODE-44 - Polish. 2017-09-22 21:17:46 -07:00
John Blum
207f9bbe6b DATAGEODE-45 - Upgrade to Apache Geode 1.2.1. 2017-09-22 13:46:13 -07:00
John Blum
a3b41ad986 DATAGEODE-44 - Use Geode's DEFAULT Pool when a Pool cannot be resolved from the Spring context. 2017-09-22 13:41:45 -07:00
Mark Paluch
8abbfda619 DATAGEODE-42 - Downgrade to CDI 1.0.
We now build against CDI 1.0 again while using CDI 2.0 for testing.
2017-09-22 13:53:52 +02:00
Mark Paluch
8626e1e7b0 DATAGEODE-43 - Added explicit automatic module name for JDK 9. 2017-09-21 13:51:37 +02:00
Mark Paluch
d52bea06c1 DATAGEODE-42 - Upgrade to OpenWebBeans 2.0.1 2017-09-18 15:48:48 +02:00
John Blum
35df6902fa DATAGEODE-38 - Add Annotation configuration support for Continuous Queries. 2017-09-12 17:48:24 -07:00
John Blum
d9c985bdf7 DATAGEODE-37 - Apply Java 8 types and functionality to the Continuous Query support. 2017-09-12 17:17:03 -07:00
John Blum
7e2aead651 DATAGEODE-41 - Fix LuceneOperationsIntegrationTests CI failures. 2017-09-12 16:43:35 -07:00
John Blum
11423cb079 DATAGEODE-40 - Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures. 2017-09-12 16:42:42 -07:00
Oliver Gierke
91b298057f DATAGEODE-29 - After release cleanups. 2017-09-11 17:40:21 +02:00
Oliver Gierke
504d9e4d00 DATAGEODE-29 - Prepare next development iteration. 2017-09-11 17:40:19 +02:00
Oliver Gierke
37af9661a2 DATAGEODE-29 - Release version 2.0 RC3 (Kay). 2017-09-11 17:24:45 +02:00
Oliver Gierke
980b02ecd3 DATAGEODE-29 - Prepare 2.0 RC3 (Kay). 2017-09-11 17:23:52 +02:00
Oliver Gierke
29d325e023 DATAGEODE-29 - Updated changelog. 2017-09-11 17:23:45 +02:00
John Blum
9530287e05 DATAGEODE-35 - Add missing configuration support for critical-off-heap-percentage and eviction-off-heap-percentage. 2017-08-08 00:18:52 -04:00
John Blum
a23afdb7e3 DATAGEODE-33 - Add EnableCachingDefinedRegions annotation to configure Geode Regions based on Spring Caching annotations. 2017-08-01 11:56:23 -07:00
John Blum
91fd351cbc DATAGEODE-32 - Move custom Asciidoctor Maven build plugin configuration testing HTML doc generation into profile. 2017-07-30 11:06:17 -07:00
John Blum
7eee3ee7e1 DATAGEODE-31 - Project build needs to use springdata.commons as property name for Spring Data Commons dependency. 2017-07-30 10:54:38 -07:00
John Blum
61257ce010 DATAGEODE-30 - Fix Reference Guide formatting.
Fix typo in region.adoc involving the Local Region example.
2017-07-27 17:55:47 -07:00
Oliver Gierke
6dee0f6c6e DATAGEODE-28 - After release cleanups. 2017-07-25 16:10:38 +02:00
Oliver Gierke
84e2f0d25e DATAGEODE-28 - Prepare next development iteration. 2017-07-25 16:10:35 +02:00
Oliver Gierke
d164e62b6d DATAGEODE-28 - Release version 2.0 RC2 (Kay). 2017-07-25 15:34:23 +02:00
Oliver Gierke
b5e7c53e33 DATAGEODE-28 - Prepare 2.0 RC2 (Kay). 2017-07-25 15:33:33 +02:00
Oliver Gierke
d5e3e47fbb DATAGEODE-28 - Updated changelog. 2017-07-25 15:33:25 +02:00