Commit Graph

792 Commits

Author SHA1 Message Date
John Blum
ffe116f340 SGF-776 - Edit MappingPdxSerializer type filter documentation to cover includes and excludes. 2018-08-06 23:12:49 -07:00
John Blum
4cbef9529d SGF-775 - Add quick start reference to the 'Bootstrapping Apache Geode Using Annotations' chapter.
Resolves DATAGEODE-114.
2018-08-06 23:12:06 -07:00
John Blum
5bded75672 SGF-774 - Polish SDG Reference Guide Edits. 2018-08-06 23:11:03 -07:00
John Blum
3eddc9460b SGF-773 - Replace all BeanPostProcessors setting GemFire/Geode Properties using SDG service enabling annotations with Configurers. 2018-08-06 22:54:42 -07:00
Mark Paluch
b9af5f2fc8 SGF-762 - Updated changelog. 2018-07-27 11:45:21 +02:00
Mark Paluch
27cc2713a3 SGF-763 - Updated changelog. 2018-07-26 16:23:52 +02:00
Mark Paluch
f3823f6c9c SGF-748 - Prepare 2.1 RC1 (Lovelace). 2018-07-26 12:04:30 +02:00
Mark Paluch
89b8ef782f SGF-748 - Updated changelog. 2018-07-26 12:04:22 +02:00
John Blum
4288c680c9 SGF-768 - Edit Reference Guide for spelling, grammar and content. 2018-07-25 22:30:54 -07:00
John Blum
cf4b4d6cd3 SGF-768 - Replace all SDG XML schema (XSD) references with Asciidoc variables. 2018-07-25 22:30:54 -07:00
John Blum
185bc0949d SGF-768 - Replace all direct URL/links with Asciidoc variables.
Replace all product names with Asciidoc variables.

Replace all product versions with Asciidoc variables.
2018-07-25 22:30:54 -07:00
Jay Bryant
2af85ea2f0 SGF-768 - Full editing pass of Spring Data for Pivotal GemFire.
Edit the entire reference guide for spelling, grammar, usage, corporate voice, and similar issues. I also added an epub cover image for the epub output, once we start making epub.

Resolve gh-95.
2018-07-25 22:30:40 -07:00
John Blum
87866b47c7 SGF-765 - Allow CacheTypeAwareFactoryBean to register interests on client Region creation and implement SmartLifecycle. 2018-06-20 16:51:36 -07:00
John Blum
facab6652a SGF-764 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver. 2018-06-20 16:48:53 -07:00
Mark Paluch
b15f0cd9c3 SGF-744 - Updated changelog. 2018-06-13 21:39:50 +02:00
Mark Paluch
be7adb8e3b SGF-743 - Updated changelog. 2018-06-13 15:01:57 +02: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
07f7e64f47 SGF-751 - Polish. 2018-06-10 14:05:08 -07:00
John Blum
8e1abc6e16 SGF-749 - Base EnableSsl.Component enumerated values on o.a.g.security.SecurableCommunicationChannels interface constants. 2018-06-10 14:04:29 -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
fe9a2e477f SGF-749 - Reformat source code.
Use try multi-catch blocks for simpler (GemFire/Geode) Exception handling.
2018-06-10 13:55:10 -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
Christoph Strobl
b94ec531bc SGF-737 - Prepare 2.1 M3 (Lovelace). 2018-05-17 09:50:48 +02:00
Christoph Strobl
27d0407385 SGF-737 - Updated changelog. 2018-05-17 09:50:38 +02: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
545ac78684 SGF-746 - Adapt to SpEL Extension API changes in Spring Data Commons. 2018-05-14 12:28: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
Mark Paluch
a4e1fbd32a SGF-731 - Updated changelog. 2018-05-08 15:27:16 +02:00
Mark Paluch
89460f99a0 SGF-730 - Updated changelog. 2018-05-08 12:22:48 +02: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
b13dcffe80 SGF-738 - Avoid Pool Already Exists Exception on Spring container initialization. 2018-04-24 13:09:38 -07:00
Mark Paluch
9e43520885 SGF-718 - Prepare 2.1 M2 (Lovelace). 2018-04-13 14:30:01 +02:00
Mark Paluch
f546666b6e SGF-718 - Updated changelog. 2018-04-13 14:29:53 +02:00