Commit Graph

581 Commits

Author SHA1 Message Date
John Blum
1e1c5feff7 DATAGEODE-72 - Fix MappingPdxSerializer to ignore transient, non-writable and non-entity-based (simple type) properties and fields. 2017-12-17 16:44:35 -08:00
John Blum
b5789e77cb DATAGEODE-73 - Fix race condition between ContinuousQuery registration and EnableClusterConfiguration Region creation. 2017-12-17 16:44:21 -08:00
John Blum
8ede35fe3b DATAGEODE-76 - When SDG Annotation config is used to configure and bootstrap an Apache Geode server, automatically register the Administrative Functions. 2017-12-17 16:44:12 -08:00
John Blum
42bbfacaf3 DATAGEODE-75 - 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 16:44:05 -08:00
John Blum
387b120dcb DATAGEODE-74 - Extend SDG's GemfireSimpleTypeHolder to handle Java 8 Time types. 2017-12-17 16:43:59 -08:00
John Blum
233955e15e DATAGEODE-71 - Change all com.gemstone.gemfire package references in the RegionDataAccessTracingAspect Pointcuts to org.apache.geode. 2017-12-17 16:43:49 -08:00
John Blum
28565ff20b DATAGEODE-68 - From clause Region path error occurs when creating Indexes from application domain object fields annotated with @Indexed or @Id. 2017-11-28 01:21:30 -08:00
John Blum
b5f5079676 DATAGEODE-66 - Allow basePackages to be configured using a property when creating Entity-defined Regions. 2017-11-26 23:54:50 -08:00
John Blum
f0db06b7fb DATAGEODE-64 - Allow the QueryService to be configured as a Spring bean in the ContinuousQuery Annotation support. 2017-11-22 01:25:08 -08:00
John Blum
c49655e0cf DATAGEODE-63 - Add Annotation support for Region Compression. 2017-11-22 01:24:50 -08:00
John Blum
0be12ded15 DATAGEODE-62 - 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 01:23:51 -08:00
John Blum
d89ee537fa DATAGEODE-61 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT. 2017-11-22 01:23:43 -08:00
John Blum
e3ae6ca74b DATAGEODE-59 - Add support for configuring client and server Region data management policies in Entity-defined Regions. 2017-11-22 01:23:33 -08:00
John Blum
9c340bc8ea DATAGEODE-60 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions. 2017-11-22 01:23:16 -08:00
John Blum
8cbef5a3a7 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-22 01:22:00 -08:00
John Blum
aed480cc47 DATAGEODE-53 - Beans proxied by the Spring container with declared CQs are not registered and triggered. 2017-10-23 11:32:58 -07:00
John Blum
aafbef948a DATAGEODE-52 - Using SD Repositories and @EnableContinuousQueries causes errors with Spring container initialization. 2017-10-23 11:32:58 -07:00
John Blum
af8bdf26c7 DATAGEDOE-51 - EnableClusterConfiguration annotation attributes are silently ignored. 2017-10-23 11:32:52 -07:00
John Blum
a46f1cc400 DATAGEODE-50 - Spring Cache Abstraction annotations do not trigger CQ. 2017-10-23 11:31:37 -07: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
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
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
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
ca0776d977 DATAGEODE-24 - Enable the AutoConfiguredAuthenticationConfigurationIntegrationTests.clientAuthenticatesWithServer() test case. 2017-07-24 18:41:33 -07:00
John Blum
3859f70e45 DATAGEODE-24 - Enhance @EnableSecurity to provide a default implementation of the Geode AuthInitialize interface. 2017-07-24 18:40:41 -07:00
John Blum
d4c732cd87 DATAGEODE-25 - Add EnableBeanFactoryLocator annotation to enable the GemfireBeanFactoryLocator on Cache creation. 2017-07-24 18:40:41 -07:00
John Blum
402aa867eb DATAGEODE-23 - Add Annotation to configure and enable Spring's Transaction Management with Local, Geode Cache Transactions. 2017-07-24 18:40:34 -07:00
John Blum
8520b1bd57 DATAGEODE-22 - Add Annotation to configure and enable the Spring Cache Abstraction with the GemfireCacheManager. 2017-07-19 18:04:19 -07:00
John Blum
346b458580 DATAGEODE-13 - Add additional tests for all Annotation config application properties. 2017-07-19 12:16:08 -07:00
John Blum
c70607aad2 DATAGEODE-13 - Test GemFire/Geode properties based configuration with Annotation config. 2017-07-19 10:06:26 -07:00
John Blum
e016c6fc4b DATAGEODE-13 - Test @EnablePool annotation properties configuration. 2017-07-19 10:04:55 -07:00
John Blum
0ee6c6ed49 DATAGEODE-13 - Introduce well-known, documented properties for Annotation config attributes. 2017-07-18 14:22:11 -07:00
John Blum
5ce738c2b0 DATAGEODE-18 - Introduce new Apache Geode Mock Objects infrastructure for Unit Testing. 2017-07-17 20:04:02 -07:00
John Blum
70eea5f68d DATAGEODE-16 - Add support for Geode JCA ResourceAdapter. 2017-07-11 17:28:51 -07:00
John Blum
0907ecbe44 DATAGEODE-17 - Adapt to API changes in mapping subsystem. 2017-07-09 13:53:39 -07:00
John Blum
1d5597afb3 DATAGEODE-15 - Adapt to API changes in RepositoryConfigurationSourceSupport. 2017-06-27 01:24:22 -07:00
John Blum
08b1a147aa DATAGEODE-14 - Improve IndexFactoryBean's resilience and options for handling GemFire IndexExistsExceptions and IndexNameConflictExceptions.
Related JIRA: https://jira.spring.io/browse/SGF-637

(cherry picked from commit e868c58db9d245adab005b6a5ae1cc0a94275cf3)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-06-26 18:47:50 -07:00
John Blum
c22ebe6bd1 DATAGEODE-12 - Introduce Spring Configurers to flexibly alter Spring Data GemFire configuration when using Annotation config.
Related JIRA: https://jira.spring.io/browse/SGF-586

Related JIRA: https://jira.spring.io/browse/SGF-604
2017-05-31 18:13:32 -07:00
John Blum
78d1717381 DATAGEODE-10 - Adapt to API changes in the org.apache.geode.cache.lucene.LuceneQueryFactory interface. 2017-05-14 16:54:55 -07:00
John Blum
d1986767f5 DATAGEODE-9 - Adapt to API changes in the org.apache.geode.cache.client.Pool interface. 2017-05-12 16:54:13 -07:00
John Blum
dbba298a2c DATAGEODE-8 - Ensure locators and servers and configured correctly when using <gfe:pool> attributes.
Related JIRA: https://jira.spring.io/browse/SGF-628.

(cherry picked from commit ffb8c704f0a785f6f441c871756fcc802fd5be81)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-05-11 23:47:44 -07:00
John Blum
7362d75fc3 DATAGEODE-6 - Fix up Lucene Integration tests and Region namespace test to improve reliability. 2017-05-04 14:41:09 -07:00
John Blum
5523c12abe DATAGEODE-4 - Polish. 2017-05-03 12:58:08 -07:00