Commit Graph

658 Commits

Author SHA1 Message Date
John Blum
41932aa032 SGF-782 - Add annotation configuration support to create client Regions from Cluster-defined Regions. 2018-09-05 12:50:16 -07:00
John Blum
173b49ebc3 SGF-779 - Adapt to @EventListener API behavior changes in Spring Framework 5.1.0.RC2. 2018-08-18 00:09:16 -07:00
John Blum
e8cc786c6f SGF-778 - Adapt to API changes in Spring Data Commons CDI implementation detector. 2018-08-14 12:09:02 -07:00
John Blum
a810afe4c5 SGF-769 - Adapt to API changes in the core Spring Framework. 2018-07-24 11:05:31 -07:00
John Blum
facab6652a SGF-764 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver. 2018-06-20 16:48:53 -07:00
John Blum
3c324ebd36 SGF-761 - 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:26:07 -07:00
John Blum
192d11a3c0 SGF-760 - Do not allow eager init when getting beans by type to resolve Configurers for Annotation configuration. 2018-06-12 21:25:50 -07:00
John Blum
b387cfdad2 SGF-749 - Polish. 2018-06-10 20:36:13 -07:00
John Blum
aa4b2a70af SGF-749 - Rename setGemfireInstantiators(:EntityInstantiators) to setEntityInstantiators(:EntityInstantiators)
Rename setGemfireInstantiators(:Map<Class<?>>, EntityInstantior>) to setEntityInstantiators(:Map<Class<?>, EntityInstantior>).

Rename getGemfireInstantiators() to getEntityInstantiators().

Rename getCustomPdxSerializer(:PersistentProperty) to resolveCustomPdxSerializer(:PersistentProperty).

Rename getInstantiatorFor(:PersistentEntity) to resolveEntityInstantiator(:PersistentEntity).
2018-06-10 14:14:41 -07:00
John Blum
7ca0bc3a17 SGF-749 - Remove all deprecated methods, properties, etc. 2018-06-10 14:13:17 -07:00
John Blum
7adece32ec SGF-756 - Polish. 2018-06-10 14:05:59 -07:00
John Blum
07f7e64f47 SGF-751 - Polish. 2018-06-10 14:05:08 -07:00
John Blum
cc8ec39a2e SGF-757 - Move configuration of PDX to a PdxConfiguration class imported by the EnablePdx annotation. 2018-06-10 14:03:24 -07:00
John Blum
bca6ca8a7a SGF-756 - 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 14:00:43 -07:00
John Blum
eff11f566d SGF-755 - Add serializable-object-filter and validate-serializable-objects attributes to EnableGemFireProperties. 2018-06-10 14:00:12 -07:00
John Blum
81b5aac0c3 SGF-754 - Add name attribute to EnableGemFireProperties. 2018-06-10 13:59:36 -07:00
John Blum
3cf93d8f75 SGF-753 - Clean BeanFactoryLocator references on CacheFactoryBean destroy. 2018-06-10 13:57:46 -07:00
John Blum
121f4f9115 SGF-752 - Add ability to configure SecurityManager on CacheFactoryBean. 2018-06-10 13:57:18 -07:00
John Blum
1a4124f88e SGF-751 - Move client Region interests registration to on SmartLifecycle start. 2018-06-10 13:56:44 -07:00
John Blum
89c9d6227c SGF-749 - Edit Javadoc.
Optimize imports.
2018-06-10 13:56:15 -07:00
John Blum
af37012d33 SGF-749 - Expose SDG's Function annotation configuration as part of the public API for extension purposes. 2018-06-10 13:55:53 -07:00
John Blum
1147947031 SGF-749 - Rename o.s.d.g.RegionFactoryBean as o.s.d.g.PeerRegionFactoryBean.
Rename o.s.d.g.RegionLookupFactoryBean as o.s.d.g.ResolvableRegionFactoryBean.
2018-05-17 16:01:53 -07:00
John Blum
dbf26590db SGF-747 - Properly enable statistics when Annotation-based Expiration Policies are enabled with EnableExpiration. 2018-05-16 22:00:01 -07:00
John Blum
8b401cf5c3 SGF-745 - Polish. 2018-05-15 23:22:20 -07:00
John Blum
cd834f539a SGF-745 - Add ability to filter types de/serialized by the o.s.d.g.mapping.MappingPdxSerializer. 2018-05-14 19:45:56 -07:00
John Blum
12126a108a SGF-732 - Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire.
Change branding from 'Gemfire' or 'GemFire' to 'Pivotal GemFire'.
2018-05-08 19:34:03 -07:00
John Blum
0472f1edfe SGF-742 - Upgrade to Pivotal GemFire 9.5. 2018-05-04 17:54:19 -07:00
John Blum
cb74e3909d SGF-734 - Upgrade to Pivotal GemFire 9.4. 2018-05-04 17:48:32 -07:00
John Blum
1113a1d0e4 SGF-741 - Add support for enforcing Lucene Index creation before Region creation. 2018-05-04 14:57:37 -07:00
John Blum
d788cc97c4 SGF-739 - Add support for setting a LuceneSerializer on LuceneIndex creation. 2018-04-27 15:22:27 -07:00
John Blum
0187304ff6 SGF-739 - 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 15:18:20 -07:00
John Blum
47248a1575 SGF-738 - Add Integration Test based on Accenture's UC reproducing the problem. 2018-04-24 13:29:43 -07:00
John Blum
b13dcffe80 SGF-738 - Avoid Pool Already Exists Exception on Spring container initialization. 2018-04-24 13:09:38 -07:00
John Blum
d337d1f7ad SGF-735 - RegionAttributes.offHeap is improperly overridden by RegionFactoryBean.offHeap. 2018-04-10 17:01:43 -07:00
John Blum
81d0fd8344 SGF-729 - Realign SSL configuration using @EnableSsl with Apache Geode's SSL configuration properties. 2018-04-02 09:48:07 -07:00
John Blum
d7e3b3a3e7 SGF-726 - Impossible to define event filter for AsyncEventQueue. 2018-03-22 20:56:14 -07:00
Mark Paluch
1db3c3bc22 SGF-725 - Export composable repositories via CDI.
We now export composable repositories through our CDI extension. Repositories can now be customized either by a single custom implementation (as it was before) and by providing fragment interfaces along their fragment implementation.

This change aligns CDI support with the existing RepositoryFactory support we provide within a Spring application context.
2018-03-12 17:02:23 +01:00
John Blum
11148c1038 SGF-724 - Add configuration support for critical and eviction off-heap percentages in client, peer and cache server application annotations. 2018-03-08 22:49:53 -08:00
John Blum
35bd627fd8 SGF-713 - Override generated OQL from Repository query methods. 2018-02-28 00:45:02 -08:00
John Blum
fa78ffba5b SGF-720 - Fix CI test failures caused by changes in Spring Data Commons CDI Repository support allowing unlimited implementation classes. 2018-02-16 18:49:46 -08:00
John Blum
ed3a22e334 SGF-719 - Review, refactor and polish related JSON/Region support and utility classes. 2018-02-13 08:27:03 -08:00
John Blum
30e443bb55 SGF-719 - Extend MappingPdxSerializer to allow registering custom PdxSerializers based on fully qualified property name. 2018-02-13 08:26:51 -08:00
John Blum
598832af7f SGF-717 - Upgrade to Pivotal GemFire 9.3.0. 2018-02-05 12:26:04 -08:00
John Blum
68eb8ec051 SGF-712 - Fix incorrect server proxying behavior when registering local, client Regions using EnableCachingDefinedRegions. 2018-01-17 21:35:39 -08:00
Mark Paluch
afcd783fb9 SGF-710 - Update copyright years to 2018. 2018-01-09 09:39:26 +01:00
John Blum
a5b182471a SGF-705 - Fix MappingPdxSerializer to ignore transient, non-writable and non-entity-based (simple type) properties and fields. 2017-12-17 17:22:41 -08:00
John Blum
c94ef2163c SGF-706 - Fix race condition between ContinuousQuery registration and EnableClusterConfiguration Region creation. 2017-12-17 17:19:05 -08:00
John Blum
6ba5d0f9e2 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:17:52 -08:00
John Blum
2547b5f807 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:17:24 -08:00
John Blum
0c3b7f69a1 SGF-707 - Extend SDG's GemfireSimpleTypeHolder to handle Java 8 Time types. 2017-12-17 17:16:30 -08:00