John Blum
f5c7e8205a
SGF-692 - Add Annotation support for Region Compression.
2017-11-22 09:00:46 -08:00
John Blum
adf29c60ff
SGF-691 - Update section in SDG Reference Documentation on Configuring Off-Heap with Annotation config.
2017-11-22 08:57:46 -08:00
John Blum
c79322b0e5
SGF-691 - Fix Off-Heap Annotation config to properly handle Entity-defined and Java-based Region configuration.
...
Additionally, this change set also renames the spring.data.gemfire.cache.off-heap-memory-size property to spring.data.gemfire.cache.off-heap.memory-size and the spring.data.gemfire.cache.region-names property to spring.data.gemfire.cache.off-heap.region-names.
2017-11-22 08:54:41 -08:00
John Blum
63929b9409
SGF-690 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT.
2017-11-22 08:53:16 -08:00
John Blum
70053b2b72
SGF-688 - Add support for configuring client and server Region data management policies in Entity-defined Regions.
2017-11-22 08:50:27 -08:00
John Blum
ab40200596
SGF-689 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions.
2017-11-22 08:42:42 -08:00
John Blum
577ff54809
SGF-687 - 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-22 08:35:57 -08:00
Oliver Gierke
9faf2b3da4
SGF-676 - Updated changelog.
2017-10-27 16:36:47 +02:00
John Blum
9027c494f1
SGF-662 - Fix the changelog.
2017-10-23 13:29:21 -07:00
John Blum
7e7731e35d
SGF-682 - Beans proxied by the Spring container with declared CQs are not registered and triggered.
2017-10-23 11:50:57 -07:00
John Blum
a1c07c4347
SGF-680 - Using SD Repositories and @EnableContinuousQueries causes errors with Spring container initialization.
2017-10-23 11:45:16 -07:00
John Blum
932f24e32e
SGF-681 - EnableClusterConfiguration annotation attributes are silently ignored.
2017-10-23 11:42:10 -07:00
John Blum
ec2d206ea1
SGF-660 - Spring Cache Abstraction annotations do not trigger CQ.
2017-10-23 11:40:58 -07:00
Oliver Gierke
c674762a30
SGF-661 - Updated changelog.
2017-10-11 19:01:36 +02:00
John Blum
5bf3799faf
SGF-675 - Add documentation in SDG's Reference Guide for the new Annotation-based configuration model.
2017-10-04 19:52:47 -07:00
Mark Paluch
e325f28349
SGF-662 - After release cleanups.
2017-10-02 11:37:22 +02:00
Mark Paluch
47a8c1815f
SGF-662 - Prepare next development iteration.
2017-10-02 11:37:21 +02:00
Mark Paluch
87bdb244b4
SGF-662 - Release version 2.0 GA (Kay).
2017-10-02 11:10:22 +02:00
Mark Paluch
86de1015b3
SGF-662 - Prepare 2.0 GA (Kay).
2017-10-02 11:09:17 +02:00
Mark Paluch
477e0cf8a7
SGF-662 - Updated changelog.
2017-10-02 11:09:11 +02:00
John Blum
b2b826a1e5
SGF-674 - Add EnableClusterConfiguration annotation to push cluster configuration meta-data from the client to the server.
2017-09-26 11:56:11 -07:00
John Blum
cbc655cd3d
SGF-673 - Refactor API names used in the Annotation config and GemFire Mock Objects support.
2017-09-26 11:53:45 -07:00
John Blum
fd3d318d9e
SGF-672 - Use Geode's DEFAULT Pool when a Pool cannot be resolved from the Spring context.
2017-09-26 11:53:06 -07:00
Mark Paluch
d536c5763d
SGF-669 - 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:20 +02:00
Mark Paluch
73181af6d0
SGF-670 - Added explicit automatic module name for JDK 9.
2017-09-21 13:56:07 +02:00
Mark Paluch
e05bd9171c
SGF-669 - Upgrade to OpenWebBeans 2.0.1.
2017-09-18 15:51:04 +02:00
John Blum
7e1bf4a9c5
SGF-668 - Add Annotation configuration support for Continuous Queries.
2017-09-12 18:09:59 -07:00
John Blum
74a86cab19
SGF-667 - Apply Java 8 types and functionality to the Continuous Query support.
2017-09-12 18:09:19 -07:00
John Blum
78bca3ba18
SGF-665 - Upgrade to Pivotal GemFire 9.1.1.
2017-09-12 16:04:35 -07:00
John Blum
7a30c765eb
SGF-664 - Fix LuceneOperationsIntegrationTests CI failures.
2017-09-12 16:03:32 -07:00
John Blum
278518cc00
SGF-663 - Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures.
2017-09-12 15:36:06 -07:00
Oliver Gierke
b0202dcdde
SGF-651 - After release cleanups.
2017-09-11 17:40:21 +02:00
Oliver Gierke
aaabd560dc
SGF-651 - Prepare next development iteration.
2017-09-11 17:40:18 +02:00
Oliver Gierke
e0760f0533
SGF-651 - Release version 2.0 RC3 (Kay).
2017-09-11 17:24:44 +02:00
Oliver Gierke
4778342fcd
SGF-651 - Prepare 2.0 RC3 (Kay).
2017-09-11 17:23:51 +02:00
Oliver Gierke
53db251e06
SGF-651 - Updated changelog.
2017-09-11 17:23:41 +02:00
Mark Paluch
74111b8472
SGF-653 - Updated changelog.
2017-09-11 12:43:58 +02:00
John Blum
31cf04aead
SGF-657 - Add missing configuration support for Off-Heap.
2017-08-08 17:28:54 -04:00
John Blum
b6ab9103d5
SGF-656 - Add EnableCachingDefinedRegions annotation to configure GemFire Regions based on Spring Caching annotations.
...
(cherry picked from commit a23afdb7e3bc0ed73045bb261836e39bf89ac2ec)
Signed-off-by: John Blum <jblum@pivotal.io >
2017-08-01 12:27:56 -07:00
John Blum
f33ffffcba
SGF-655 - Move custom Asciidoctor Maven build plugin configuration testing HTML doc generation into profile.
2017-07-30 11:26:00 -07:00
John Blum
515ce3436f
SGF-654 - Fix Reference Guide formatting.
2017-07-27 17:50:47 -07:00
Srikanth Manvi
31ec8b7edd
SGF-652 - Typo in documentation.
...
Resolves gh-90.
(cherry picked from commit d531c651604879ae87146f0d3571ec199fdc05ea)
Signed-off-by: John Blum <jblum@pivotal.io >
2017-07-27 16:05:41 -07:00
Oliver Gierke
10d0186218
SGF-649 - Updated changelog.
2017-07-27 00:48:55 +02:00
Oliver Gierke
8e1134a757
SGF-650 - After release cleanups.
2017-07-25 16:10:38 +02:00
Oliver Gierke
734a88ba3e
SGF-650 - Prepare next development iteration.
2017-07-25 16:10:34 +02:00
Oliver Gierke
cfd2269409
SGF-650 - Release version 2.0 RC2 (Kay).
2017-07-25 15:34:23 +02:00
Oliver Gierke
87ae0bf3a4
SGF-650 - Prepare 2.0 RC2 (Kay).
2017-07-25 15:33:32 +02:00
Oliver Gierke
26b697fab0
SGF-650 - Updated changelog.
2017-07-25 15:33:22 +02:00
Oliver Gierke
23bfe59876
SGF-635 - After release cleanups.
2017-07-25 10:00:08 +02:00
Oliver Gierke
c5826002aa
SGF-635 - Prepare next development iteration.
2017-07-25 10:00:04 +02:00