Commit Graph

1318 Commits

Author SHA1 Message Date
Mark Paluch
ab8b36c5dc DATAGEODE-141 - Prepare 2.1 GA (Lovelace). 2018-09-21 07:07:51 -04:00
Mark Paluch
a407e22da7 DATAGEODE-141 - Updated changelog. 2018-09-21 07:07:47 -04:00
John Blum
055a777ef2 DATAGEODE-144 - Update Javadoc and Reference Guide. 2018-09-10 12:57:01 -07:00
John Blum
7739958969 DATAGEODE-144 - Add 'requiredPermissions' to @GemfireFunction annotation. 2018-09-10 12:57:01 -07:00
Mark Paluch
ae5d2d9cfc DATAGEODE-134 - Updated changelog. 2018-09-10 14:15:50 +02: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
Oliver Gierke
2742d806f2 DATAGEODE-133 - After release cleanups. 2018-08-20 10:56:53 +02:00
Oliver Gierke
0bd472a968 DATAGEODE-133 - Prepare next development iteration. 2018-08-20 10:56:52 +02:00
Oliver Gierke
7a9503670c DATAGEODE-133 - Release version 2.1 RC2 (Lovelace). 2018-08-20 10:40:11 +02:00
Oliver Gierke
3d31c88269 DATAGEODE-133 - Prepare 2.1 RC2 (Lovelace). 2018-08-20 10:39:43 +02:00
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
b01e9959e3 DATAGEODE-108 - After release cleanups. 2018-07-26 12:32:28 +02:00
Mark Paluch
d0cd2a512b DATAGEODE-108 - Prepare next development iteration. 2018-07-26 12:32:25 +02:00
Mark Paluch
67d11bdb62 DATAGEODE-108 - Release version 2.1 RC1 (Lovelace). 2018-07-26 12:06:34 +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
5d07ac7b6b DATAGEODE-109 - Remove samples. 2018-05-17 17:09:23 -07:00