Commit Graph

593 Commits

Author SHA1 Message Date
John Blum
7ff4ba6c49 SGF-735 - RegionAttributes.offHeap is improperly overridden by RegionFactoryBean.offHeap. 2018-04-10 17:24:25 -07:00
John Blum
989a556c67 SGF-729 - Realign SSL configuration using @EnableSsl with Apache Geode's SSL configuration properties. 2018-04-02 10:32:36 -07:00
John Blum
cceff39f72 SGF-726 - Impossible to define event filter for AsyncEventQueue. 2018-03-22 21:46:29 -07:00
John Blum
435130b67b SGF-727 - Remove all git merge conflict tags in SDG source code Javadoc. 2018-03-22 21:25:45 -07:00
John Blum
379e975acf SGF-724 - Add configuration support for critical and eviction off-heap percentages in client, peer and cache server application annotations. 2018-03-08 23:07:28 -08:00
John Blum
a51bbdae3c SGF-713 - Polish. 2018-03-08 23:07:21 -08:00
John Blum
e30b3df921 SGF-713 - Override generated OQL from Repository query methods. 2018-02-28 00:48:08 -08:00
John Blum
c96cda3a01 SGF-719 - Review, refactor and polish related JSON/Region support and utility classes. 2018-02-13 08:47:00 -08:00
John Blum
83477a45af SGF-719 - Extend MappingPdxSerializer to allow registering custom PdxSerializers based on fully qualified property name. 2018-02-13 08:46:54 -08:00
John Blum
da0c880dde SGF-712 - Fix incorrect server proxying behavior when registering local, client Regions using EnableCachingDefinedRegions. 2018-01-17 22:11:44 -08:00
John Blum
7cc4d48b81 SGF-705 - Fix MappingPdxSerializer to ignore transient, non-writable and non-entity-based (simple type) properties and fields. 2017-12-17 17:42:34 -08:00
John Blum
857b970bc6 SGF-706 - Fix race condition between ContinuousQuery registration and EnableClusterConfiguration Region creation. 2017-12-17 17:42:28 -08:00
John Blum
316084a53e SGF-709 - When SDG Annotation config is used to configure and bootstrap an Apache Geode server, automatically register the Administrative Functions. 2017-12-17 17:42:22 -08:00
John Blum
b55d38d2ee SGF-708 - Enable the spring.data.gemfire.name property to be used in addition to spring.data.gemfire.cache.name for naming members of the cluster. 2017-12-17 17:42:07 -08:00
John Blum
a0cbbe8208 SGF-707 - Extend SDG's GemfireSimpleTypeHolder to handle Java 8 Time types. 2017-12-17 17:41:59 -08:00
John Blum
c05028ef86 SGF-704 - Change all com.gemstone.gemfire package references in the RegionDataAccessTracingAspect Pointcuts to org.apache.geode. 2017-12-17 17:41:51 -08:00
John Blum
c3b55ef2b7 DATAGEODE-68 - From clause Region path error occurs when creating Indexes from application domain object fields annotated with @Indexed or @Id. 2017-11-29 01:40:07 -08:00
John Blum
e720d71ef5 SGF-697 - Allow basePackages to be configured using a property when creating Entity-defined Regions. 2017-11-27 00:34:19 -08:00
John Blum
5eaceb1424 SGF-693 - Allow the QueryService to be configured as a Spring bean in the ContinuousQuery Annotation support. 2017-11-22 10:35:20 -08:00
John Blum
7b5c14e7e7 SGF-692 - Add Annotation support for Region Compression. 2017-11-22 10:35:00 -08:00
John Blum
1494d6f42f 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 10:33:35 -08:00
John Blum
472908fec4 SGF-690 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT. 2017-11-22 10:33:25 -08:00
John Blum
83d4209086 SGF-688 - Add support for configuring client and server Region data management policies in Entity-defined Regions. 2017-11-22 10:33:18 -08:00
John Blum
ffbc9dcf5d SGF-689 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions. 2017-11-22 10:33:10 -08:00
John Blum
634e6f09c9 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 10:33:02 -08:00
John Blum
456a592ff1 SGF-682 - Beans proxied by the Spring container with declared CQs are not registered and triggered. 2017-10-23 12:08:04 -07:00
John Blum
77c1cf3e4d SGF-680 - Using SD Repositories and @EnableContinuousQueries causes errors with Spring container initialization. 2017-10-23 12:07:56 -07:00
John Blum
40e2aa7640 SGF-681 - EnableClusterConfiguration annotation attributes are silently ignored. 2017-10-23 12:07:39 -07:00
John Blum
86581894e9 SGF-660 - Spring Cache Abstraction annotations do not trigger CQ. 2017-10-23 12:07:32 -07: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
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
278518cc00 SGF-663 - Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures. 2017-09-12 15:36:06 -07: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
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
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
2dabdc5614 SGF-641 - Test @EnablePool annotation properties configuration. 2017-07-19 13:29:38 -07:00