John Blum
7d1cb02581
DATAGEODE-173 - Adapt to Repository API (findAll) changes in Spring Data Commons.
2019-02-20 10:19:38 -08:00
Mark Paluch
d312057ac4
DATAGEODE-172 - Adapt tests to AssertJ 3.12.0.
2019-02-15 09:40:23 +01:00
Mark Paluch
15d50b5b01
DATAGEODE-164 - Update copyright years to 2019.
2019-01-02 13:50:35 +01:00
John Blum
d4eab653cf
DATAGEODE-151 - Polish.
...
Resolves gh-6.
2018-12-18 18:38:01 -08:00
Udo Kohlmeyer
d26b6c3466
DATAGEODE-151 - BatchingResultSender does not handle empty collections.
...
The current o.s.d.gemfire.function.BatchingResultSendera does not handle size/length 0 arrays
or collections when batch size is larger than 0.
Also fixed issue where lastResult was not sent with arrays, do to logic issue,
when the lastResult is to be sent.
2018-12-18 17:56:10 -08:00
John Blum
c0f7372be9
DATAGEODE-163 - Fix failing entity Index configuration integration tests.
...
Rename EnableIndexingConfigurationIntegrationTests to EnableOqlIndexingConfigurationIntegrationTests.
Polish.
2018-12-13 12:14:42 -08:00
John Blum
c1f4093182
DATAGEODE-161 - Adapt to API changes in Apache Geode 1.8.0.
2018-12-13 11:38:41 -08:00
John Blum
ce5e4e183a
DATAGEODE-163 - Add dependency between Lucene Index bean definition and the GemFireCache instance.
2018-12-13 10:10:59 -08:00
John Blum
ba98ab91cf
DATAGEODE-153 - Add test asserting 2 concurrent threads entering a transaction on the same entry leads to the proper outcome.
2018-10-25 16:26:05 -07:00
John Blum
7739958969
DATAGEODE-144 - Add 'requiredPermissions' to @GemfireFunction annotation.
2018-09-10 12:57:01 -07:00
John Blum
847c11b8cd
DATAGEODE-142 - Add annotation configuration support to create client Regions from Cluster-defined Regions.
2018-09-05 11:51:53 -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
519afee64a
DATAGEODE-138 - Adapt to API changes in Spring Data Commons CDI implementation detector.
2018-08-14 10:14:52 -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
70ee237810
DATAGEODE-124 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver.
2018-06-18 23:03:47 -07: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
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
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
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
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
John Blum
1fd41c9b3a
DATAGEODE-100 - Avoid Pool Already Exists Exception on Spring container initialization.
2018-04-24 10:56:29 -07:00
John Blum
6c3485fca0
DATAGEODE-96 - RegionAttributes.offHeap is improperly overridden by RegionFactoryBean.offHeap.
2018-04-10 17:32:03 -07:00
John Blum
54a1883e4a
DATAGEODE-93 - Realign SSL configuration using @EnableSsl with Apache Geode's SSL configuration properties.
2018-03-30 20:29:09 -07:00
John Blum
735740ae89
DATAGEODE-91 - Impossible to define event filter for AsyncEventQueue.
2018-03-22 17:58:23 -07:00
Mark Paluch
d8396689a0
DATAGEODE-89 - 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:52 +01:00
John Blum
b5c7d9d8c2
DATAGEODE-88 - Add configuration support for critical and eviction off-heap percentages in client, peer and cache server application annotations.
2018-03-08 21:48:40 -08:00
John Blum
0f7b66230a
DATAGEODE-83 - Override generated OQL from Repository query methods.
2018-02-28 00:03:08 -08:00
John Blum
01df5ddb5f
DATAGEODE-84 - Fix CI test failures caused by changes in Spring Data Commons CDI Repository support allowing unlimited implementation classes.
2018-02-16 18:11:19 -08:00
John Blum
5a36dc3a99
DATAGEODE-82 - Review, refactor and polish related JSON/Region support and utility classes.
2018-02-12 20:10:45 -08:00