Commit Graph

606 Commits

Author SHA1 Message Date
John Blum
7a5049f4fd DATAGEODE-124 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver. 2018-06-20 16:38:13 -07:00
John Blum
89cafeba2d DATAGEODE-122 - Refactor Function annotation configuration to be smarter in resolving Apache Geode objects on startup.
Renames OnMember, OnMembers, OnRegion, OnServer and OnServers *ExecutionBeanDefinitionBuilder classes to *FunctionExecutionBeanDefinitionBuilder.
2018-06-12 21:04:27 -07:00
John Blum
ddcc6a1b34 DATAGEODE-121 - Do not allow eager init when getting beans by type to resolve Configurers for Annotation configuration. 2018-06-12 20:51:01 -07:00
John Blum
0454fc898a DATAGEODE-110 - Polish. 2018-06-10 12:31:18 -07:00
John Blum
59d28b5d1b DATAGEODE-117 - Move configuration of PDX to a PdxConfiguration class imported by the EnablePdx annotation. 2018-06-10 12:30:25 -07:00
John Blum
55762392f6 DATAGEODE-116 - Add ability to declare include filters in addition to exclude filters on o.s.d.g.mapping.MappingPdxSerializer.
Additionally, o.s.d.g.mapping.MappingPdxSerializer will filter Null types, Apache Geode types, GemStone GemFire types, Java types and Spring Framework types by default.
2018-06-10 12:29:05 -07:00
John Blum
50d0ecd8f7 DATAGEODE-113 - Add name attribute to EnableGemFireProperties. 2018-06-10 12:07:09 -07:00
John Blum
61eae77470 DATAGEODE-112 - Clean BeanFactoryLocator references on CacheFactoryBean destroy. 2018-06-10 12:06:33 -07:00
John Blum
5abcb10e70 DATAGEODE-111 - Add ability to configure SecurityManager on CacheFactoryBean. 2018-06-10 12:04:29 -07:00
John Blum
56fe3604e9 DATAGEODE-110 - Move client Region interests registration to on SmartLifecycle start. 2018-06-10 11:53:41 -07:00
John Blum
bb2a5b7186 DATAGEODE-109 - Edit Javadoc.
Optimize imports.
2018-06-10 11:49:39 -07:00
John Blum
def04d01cd DATAGEODE-109 - Expose SDG's Function annotation configuration as part of the public API for extension purposes. 2018-06-10 11:48:21 -07:00
John Blum
0db2e18671 DATAGEODE-107 - Properly enable statistics when Annotation-based Expiration Policies are enabled with EnableExpiration. 2018-05-16 22:54:06 -07:00
John Blum
838fdde0b2 DATAGEODE-105 - Add ability to filter types de/serialized by the o.s.d.g.mapping.MappingPdxSerializer. 2018-05-14 19:38:45 -07:00
John Blum
2cb2379a55 DATAGEODE-102 - Add support for enforcing Lucene Index creation before Region creation. 2018-05-04 13:49:12 -07:00
John Blum
2ab1ec80c6 DATAGEODE-101 - Add postProcess(..) methods in the LuceneIndexFactoryBean for both the o.a.g.cache.lucene.LuceneIndexFactory and the o.a.g.cache.lucene.LuceneIndex. 2018-04-27 14:53:15 -07:00
John Blum
79d684c11b DATAGEODE-100 - Add Integration Test based on Accenture's UC reproducing the problem. 2018-04-24 11:50:27 -07:00
John Blum
6d62e292bc DATAGEODE-96 - RegionAttributes.offHeap is improperly overridden by RegionFactoryBean.offHeap. 2018-04-10 18:00:48 -07:00
John Blum
cf05d65a51 DATAGEODE-93 - Realign SSL configuration using @EnableSsl with Apache Geode's SSL configuration properties. 2018-04-02 09:54:41 -07:00
John Blum
867ad2062f DATAGEODE-91 - Impossible to define event filter for AsyncEventQueue. 2018-03-22 18:53:25 -07:00
John Blum
e67b395e9a DATAGEODE-88 - Add configuration support for critical and eviction off-heap percentages in client, peer and cache server application annotations. 2018-03-08 22:07:34 -08:00
John Blum
36dd309232 DATAGEODE-83 - Override generated OQL from Repository query methods. 2018-02-28 00:07:52 -08:00
John Blum
8cacf2cb94 DATAGEODE-82 - Review, refactor and polish related JSON/Region support and utility classes. 2018-02-13 07:32:57 -08:00
John Blum
b3d8b9d5c8 DATAGEODE-82 - Extend MappingPdxSerializer to allow registering custom PdxSerializers based on fully qualified property name. 2018-02-13 07:32:51 -08:00
John Blum
ac8beff733 DATAGEODE-78 - Fix incorrect server proxying behavior when registering local, client Regions using EnableCachingDefinedRegions. 2018-01-17 19:04:33 -08:00
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