Commit Graph

928 Commits

Author SHA1 Message Date
Oliver Gierke
aa46bc5c97 DATAGEODE-133 - Updated changelog. 2018-08-20 10:39:37 +02:00
John Blum
535b9d4be0 DATAGEODE-140 - Correct Pool references in 'Runtime configuration using Properties' documentation. 2018-08-17 22:25:22 -07:00
John Blum
b2f10c5368 DATAGEODE-139 - Adapt to @EventListener API behavior changes in Spring Framework 5.1.0.RC2. 2018-08-17 22:12:31 -07:00
John Blum
c76e001c7e DATAGEODE-109 - Format source code. 2018-08-17 21:22:43 -07:00
John Blum
519afee64a DATAGEODE-138 - Adapt to API changes in Spring Data Commons CDI implementation detector. 2018-08-14 10:14:52 -07:00
John Blum
361fe9a443 DATAGEODE-125 - Edit MappingPdxSerializer type filter documentation to cover includes and excludes. 2018-08-03 17:53:17 -07:00
John Blum
0cd07f05b1 DATAGEODE-137 - Fix typo in Global, JTA Transaction Management documentation. 2018-08-03 13:32:08 -07:00
John Blum
96b954cfd4 DATAGEODE-127 - Add quick start reference to the 'Bootstrapping Apache Geode Using Annotations' chapter.
Resolves DATAGEODE-114.
2018-08-03 13:25:46 -07:00
John Blum
345b3921b0 DATAGEODE-135 - Polish SDG Reference Guide Edits. 2018-07-31 12:26:10 -07:00
John Blum
8f181aafbe DATAGEODE-136 - Replace all BeanPostProcessors setting GemFire/Geode Properties using SDG service enabling annotations with Configurers. 2018-07-31 10:40:25 -07:00
Mark Paluch
2f9b03a71c DATAGEODE-123 - Updated changelog. 2018-07-26 16:23:57 +02:00
Mark Paluch
d09c2be82a DATAGEODE-108 - Prepare 2.1 RC1 (Lovelace). 2018-07-26 12:04:30 +02:00
Mark Paluch
ad9e7f9c5c DATAGEODE-108 - Updated changelog. 2018-07-26 12:04:24 +02:00
John Blum
d308756cf5 DATAGEODE-130 - Review and merge SDG Reference Guide Edits. 2018-07-25 22:51:06 -07:00
John Blum
e3276e2f83 DATAGEODE-132 - Adapt to API changes in the core Spring Framework. 2018-07-24 10:40:58 -07:00
John Blum
f4c7d58ad0 DATAGEODE-128 - Allow CacheTypeAwareFactoryBean to register interests on client Region creation and implement SmartLifecycle. 2018-06-20 16:05:32 -07:00
John Blum
70ee237810 DATAGEODE-124 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver. 2018-06-18 23:03:47 -07:00
Mark Paluch
dbc23031fa DATAGEODE-104 - Updated changelog. 2018-06-13 21:39:53 +02:00
John Blum
d351617ef1 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 20:31:48 -07:00
John Blum
b02cc9803e DATAGEODE-121 - Do not allow eager init when getting beans by type to resolve Configurers for Annotation configuration. 2018-06-12 19:35:17 -07:00
John Blum
f36ad99c74 DATAGEODE-109 - Polish. 2018-06-10 11:11:29 -07:00
John Blum
49628f2400 DATAGEODE-109 - 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 11:11:28 -07:00
John Blum
2c87c47c20 DATAGEODE-109 - Remove all deprecated methods, properties, etc. 2018-06-10 11:11:28 -07:00
John Blum
f8df9a056d DATAGEODE-116 - Polish. 2018-06-10 11:11:28 -07:00
John Blum
523f562b36 DATAGEODE-110 - Polish. 2018-06-10 11:11:27 -07:00
John Blum
00b0554092 DATAGEODE-109 - Base EnableSsl.Component enumerated values on o.a.g.security.SecurableCommunicationChannels interface constants. 2018-06-10 11:11:27 -07:00
John Blum
09d8cc7d5f DATAGEODE-117 - Move configuration of PDX to a PdxConfiguration class imported by the EnablePdx annotation. 2018-06-10 11:11:15 -07:00
John Blum
c23b831fba 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-09 17:38:40 -07:00
John Blum
f08204d89d DATAGEODE-115 - Add serializable-object-filter and validate-serializable-objects attributes to EnableGemFireProperties. 2018-06-08 00:35:18 -07:00
John Blum
35ba5a178e DATAGEODE-113 - Add name attribute to EnableGemFireProperties. 2018-06-08 00:23:15 -07:00
John Blum
5fd0e2da11 DATAGEODE-112 - Clean BeanFactoryLocator references on CacheFactoryBean destroy. 2018-06-07 23:37:02 -07:00
John Blum
d9346ea814 DATAGEODE-111 - Add ability to configure SecurityManager on CacheFactoryBean. 2018-06-07 23:21:39 -07:00
John Blum
6ebc2a0611 DATAGEODE-110 - Move client Region interests registration to on SmartLifecycle start. 2018-06-07 22:50:39 -07:00
John Blum
32bbef0d89 DATAGEODE-109 - Edit Javadoc.
Optimize imports.
2018-06-07 22:50:39 -07:00
John Blum
82f6402e65 DATAGEODE-109 - Expose SDG's Function annotation configuration as part of the public API for extension purposes. 2018-06-07 22:50:39 -07:00
John Blum
92a531bcab DATAGEODE-109 - Reformat source code.
Use try multi-catch blocks for simpler (GemFire/Geode) Exception handling.
2018-06-07 22:50:26 -07:00
John Blum
acd1a20183 DATAGEODE-109 - 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 15:47:46 -07:00
Christoph Strobl
47749a9339 DATAGEODE-97 - Prepare 2.1 M3 (Lovelace). 2018-05-17 09:50:48 +02:00
Christoph Strobl
35a7453625 DATAGEODE-97 - Updated changelog. 2018-05-17 09:50:43 +02:00
John Blum
95169d59a8 DATAGEODE-107 - Properly enable statistics when Annotation-based Expiration Policies are enabled with EnableExpiration. 2018-05-16 21:20:43 -07:00
John Blum
5d7da850c8 DATAGEODE-105 - Polish. 2018-05-15 23:56:33 -07:00
John Blum
b5fe5f8c8d DATAGEODE-105 - Add ability to filter types de/serialized by the o.s.d.g.mapping.MappingPdxSerializer. 2018-05-14 19:03:18 -07:00
John Blum
dd004002e9 DATAGEODE-106 - Adapt to SpEL Extension API changes in Spring Data Commons. 2018-05-14 12:31:03 -07:00
Mark Paluch
b437fd414f DATAGEODE-94 - Updated changelog. 2018-05-08 15:27:20 +02:00
John Blum
e2535d75cf DATAGEODE-103 - Upgrade to Apache Geode 1.6.0. 2018-05-04 17:40:01 -07:00
John Blum
84e75c9662 DATAGEODE-95 - Upgrade to Apache Geode 1.5.0. 2018-05-04 17:09:54 -07:00
John Blum
dc1e867bd4 DATAGEODE-102 - Add support for enforcing Lucene Index creation before Region creation. 2018-05-04 10:53:16 -07:00
John Blum
d16bbc8d28 DATAGEODE-101 - Add support for setting a LuceneSerializer on LuceneIndex creation. 2018-04-27 14:08:58 -07:00
John Blum
251f1f12e0 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-26 15:40:34 -07:00
John Blum
168c0329af DATAGEODE-100 - Add Integration Test based on Accenture's UC reproducing the problem. 2018-04-24 12:19:39 -07:00