Commit Graph

818 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
979b138568 SGF-635 - Prepare 2.0 RC1 (Kay). 2017-07-25 09:48:01 +02:00
Oliver Gierke
bffb9fcafd SGF-635 - Updated changelog. 2017-07-25 09:47:51 +02:00
John Blum
74c3e4c8d4 SGF-648 - Enable the AutoConfiguredAuthenticationConfigurationIntegrationTests.clientAuthenticatesWithServer() test case.
(cherry picked from commit ca0776d9778d8390ed34389d8a522a1b7c13bc74)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-24 18:52:11 -07:00
John Blum
69412c5dc7 SGF-648 - Enhance @EnableSecurity to provide a default implementation of the GemFire AuthInitialize interface.
(cherry picked from commit 3859f70e45f32b23ba5d332d49d5ae724d7e0bbf)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-24 18:51:34 -07:00
John Blum
116a821f41 SGF-647 - Add EnableBeanFactoryLocator annotation to enable the GemfireBeanFactoryLocator on Cache creation.
(cherry picked from commit d4c732cd876a18b69eb4250f8be3babaedfa1245)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-24 18:50:45 -07:00
John Blum
3c3b63c669 SGF-646 - Add Annotation to configure and enable Spring's Transaction Management with Local, GemFire Cache Transactions.
(cherry picked from commit 402aa867eb28a4d2202dc17337fcc480a0dc8fe5)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-24 18:49:54 -07:00
John Blum
b554458fd7 SGF-645 - Add Annotation to configure and enable the Spring Cache Abstraction with the GemfireCacheManager.
(cherry picked from commit 8520b1bd570935be18c04cbb9190fe7c1eb54a06)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-24 18:48:50 -07:00
Oliver Gierke
b6e51e807f SGF-634 - Updated changelog. 2017-07-24 22:20:39 +02:00
John Blum
7f19de653e SGF-644 - Adapt to additional changes in the Pivotal GemFire Index and Lucene APIs based on the Apache Geode 1.2.0 baseline. 2017-07-19 14:43:19 -07:00
John Blum
c7c593489e SGF-644 - Adapt to API and scoping/visibility changes in org.apache.geode.distributed.internal.SharedConfiguration class. 2017-07-19 14:38:52 -07:00
John Blum
c1fb8bb28d SGF-644 - Adapt to API changes in the org.apache.geode.cache.wan.GatewaySender class based on the Apache Geode 1.2.0 baseline. 2017-07-19 14:34:45 -07:00
John Blum
61ee8a5a47 DATAGEODE-11 - Adapt to API changes in the org.apache.geode.internal.InternalDataSerializer class.
(cherry picked from commit 2a021f79b42acfad163cd2f35579d140ed5457b6)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-19 14:30:48 -07:00
John Blum
9df3028b98 SGF-644 - Adapt to API changes in the Pivotal GemFire Lucene Integration and Support based on the Apache Geode 1.2.0 baseline. 2017-07-19 14:29:17 -07:00
John Blum
23d15285fd DATAGEODE-10 - Adapt to API changes in the org.apache.geode.cache.lucene.LuceneQueryFactory interface.
(cherry picked from commit 78d1717381e167827fec4b9e9c1e3c938858617a)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-19 14:04:39 -07:00
John Blum
7659ba18fb DATAGEODE-9 - Adapt to API changes in the org.apache.geode.cache.client.Pool interface.
(cherry picked from commit d1986767f560001bfc24c14b51328865740fe4a9)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-07-19 13:56:43 -07:00
John Blum
495aba1b4b SGF-644 - Upgrade to Pivotal GemFire 9.1.0. 2017-07-19 13:54:57 -07:00
John Blum
4722a2ebbf SGF-641 - Add additional tests for all Annotation config application properties. 2017-07-19 13:30:36 -07:00
John Blum
7ab1043b8e SGF-641 - Test GemFire/Geode properties based configuration with Annotation config. 2017-07-19 13:30:09 -07:00
John Blum
2dabdc5614 SGF-641 - Test @EnablePool annotation properties configuration. 2017-07-19 13:29:38 -07:00
John Blum
876d319a80 SGF-643 - Meta-annotate all uses of GemFire/Geode-based property configuration in the Annotation config model. 2017-07-19 13:28:52 -07:00
John Blum
29f092877c SGF-641 - Introduce well-known, documented properties for Annotation config attributes. 2017-07-19 13:27:56 -07:00
John Blum
7a14fcf120 SGF-642 - Introduce new Apache Geode Mock Objects infrastructure for Unit Testing. 2017-07-19 13:27:16 -07:00
John Blum
344ae601dd SGF-636 - Add support for GemFire JCA ResourceAdapter. 2017-07-11 18:03:24 -07:00
John Blum
504f1d516b SGF-640- Adapt to API changes in mapping subsystem. 2017-07-09 14:23:17 -07:00
John Blum
d5f7d061d5 SGF-638 - Adapt to API changes in RepositoryConfigurationSourceSupport. 2017-06-27 01:15:29 -07:00
John Blum
0db66018eb SGF-637 - Improve IndexFactoryBean's resilience and options for handling GemFire IndexExistsExceptions and IndexNameConflictExceptions.
Related JIRA: https://jira.spring.io/browse/DATAGEODE-14
2017-06-26 19:00:53 -07:00
Mark Paluch
85ed1e6364 SGF-627 - Prepare 2.0 M4 (Kay). 2017-06-14 17:03:00 +02:00
Mark Paluch
24ec9c7fce SGF-627 - Updated changelog. 2017-06-14 17:02:58 +02:00
Mark Paluch
7a3163381e SGF-619 - Updated changelog. 2017-06-08 11:56:19 +02:00