Commit Graph

514 Commits

Author SHA1 Message Date
John Blum
c2ab0c22b1 SGF-582 - Polish. 2017-01-11 17:45:23 -08:00
Gregory Green
3bc7d2e711 SGF-582 - Add support for using bean property "id" as a Region key if @Id annotation is not present. 2017-01-10 17:34:33 -08:00
John Blum
734fab75b0 SGF-583 - Provide InterestBuilder class to appropriately and flexibly express interests in keys/values between client/server. 2017-01-05 22:04:16 -08:00
John Blum
91e9cdc9f8 SGF-476 - Polish Spring (Data GemFire) provided, GemFire ServerLauncherCacheProvider implementation and tests.
Closes #87.

(cherry picked from commit 7ef14587e207ad0d8144333add2656aef3abcfd1)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-20 21:18:54 -08:00
Dan Smith
b02abf2c1e SGF-476 - Implement ServerLauncherCacheProvider to launch Geode with Spring.
Geode has removed the direct dependency on spring data gemfire in favor
of using a ServiceLoader to allow overriding the behavior of geode's server
launcher start behavior. Implementing the ServerLauncherCacheProvider
interface to allow SDG to override the server launcher behavior to parse
a spring xml file, if present.

(cherry picked from commit 4272216552d3404922a50c8cba7492b9893d1f8d)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-20 21:04:35 -08:00
Oliver Gierke
fe4527a45a SGF-576 - Adapt API in GemfireRepositoryFactoryBean.
Related ticket: DATACMNS-891.
2016-12-15 21:59:18 +01:00
John Blum
c982d6ee74 SGF-548 - Add the org.springframework.data.gemfire.mapping.annotation package. 2016-12-12 19:38:45 -08:00
John Blum
ed7a1ade7b SGF-549 - Configure DiskStores with annotations.
(cherry picked from commit c99d6ffbf8)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 18:57:15 -08:00
John Blum
ccca168c6e SGF-106 - Add annotation support for creating Indexes.
(cherry picked from commit ef5dd8b7ce)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 18:51:42 -08:00
John Blum
5adfa166b0 SGF-548 - Configure Regions with annotations.
Related JIRA: SGF-250 - @EnableGemfireRegions for @Region.

(cherry picked from commit 701aa5f6ef)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 18:45:15 -08:00
John Blum
2679d78ac2 SGF-547 - Configure Eviction with annotations.
(cherry picked from commit fffb2b0de6)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 18:17:55 -08:00
John Blum
350a7e7a2c SGF-516 - Configure Expiration with annotations.
(cherry picked from commit bfb3347056)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 14:12:39 -08:00
John Blum
aa28010b4e SGF-571 - Remove explicit call to start() in ContinuousQueryListenerContainer.afterPropertiesSet(). 2016-11-22 00:30:20 -08:00
John Blum
6d8bee2b34 SGF-570 - Respect manual-start on Gateway Senders/Receivers but no longer couple the start/stop lifecycle to the Spring container.
(cherry picked from commit 1b9e65cdc1)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-11-21 13:14:17 -08:00
John Blum
49b86a0ed0 SGF-569 - Move Off-Heap, Redis Adapter and Security Annotation config from apache-geode to SDG 2.0.x. 2016-11-18 17:08:09 -08:00
John Blum
c77089f48c SGF-567 - Remove old GemFire GatewayHub functionality.
Remove other deprecated and no longer existing GemFire classes in GemFire 9.
2016-11-17 15:42:56 -08:00
John Blum
b5e05a4b69 SGF-567 - Rename all com.gemstone.gemfire package references to org.apache.geode. 2016-11-17 13:41:57 -08:00
John Blum
623282faef SGF-564 - Reorganize the SDG API into logical packages based on functional concern. 2016-11-11 00:17:33 -08:00
John Blum
b2c8f18b23 SGF-565 - Stackoverflow error when the 'locators' attribute is specified in any of the XCacheApplication annotations. 2016-11-09 10:24:58 -08:00
John Blum
bcce3c0351 SGF-562 - Include attribute to enable BeanFactoryLocator support in Annotation config. 2016-11-07 14:41:27 -08:00
John Blum
6ee35c488d SGF-555 - Repository queries on client Regions associated with a Pool configured for a specified server group can lead to a RegionNotFoundException. 2016-10-07 22:42:12 -07:00
John Blum
6a5f2f7a36 SGF-553 - Use SDG's MappingPdxSerializer as the default PdxSerializer when PDX is configured with @EnablePdx. 2016-10-05 18:51:41 -07:00
John Blum
e486765021 SGF-552 - Unset 'mcast-port' when 'locators' are specified and unset 'locators' when @EnableMcast is used. 2016-10-05 16:07:46 -07:00
John Blum
d60155b034 SGF-546 - Configure Auto Region Lookup using annotations. 2016-10-05 10:52:44 -07:00
John Blum
61c46b5045 SGF-545 - Register the ClientRegionPoolBeanFactoryPostProcessor for the new Annotation config model. 2016-10-04 21:39:39 -07:00
John Blum
70fa3a51f7 SGF-544 - Register the PdxDiskStoreAwareBeanFactoryPostProcessor for the new Annotation config model. 2016-10-04 21:21:39 -07:00
John Blum
402e916427 SGF-543 - Register the DiskStoreDirectoryBeanPostProcessor for the new Annotation config model. 2016-10-04 21:09:40 -07:00
John Blum
b4da356cb6 SGF-542 - Register the DefinedIndexesApplicationListener for the new Annotation config model. 2016-10-04 20:49:44 -07:00
John Blum
41690ec36b SGF-541 - Register the CustomEditorBeanFactoryPostProcessor for the Annotation config model. 2016-10-04 20:32:36 -07:00
John Blum
81cd807cd6 SGF-540 - Configure additional Pools using annotations. 2016-10-04 17:07:39 -07:00
John Blum
a4abc83adb SGF-539 - Change GemfireCache.evict(key) to call Region.remove(key). 2016-10-04 00:12:33 -07:00
John Blum
d914f74274 SGF-538 - Reorganize the XML configuration classes and support in SDG. 2016-10-01 12:14:40 -07:00
John Blum
b7bcabd9b8 SGF-535 - Allow both SpEL and property placeholder expressions to be used in the locators/servers attributes of the <gfe:pool> XML namespace element. 2016-09-28 13:45:07 -07:00
John Blum
2132e2d66b SGF-515 - Add methods to return null-safe arrays, Lists, Maps and Sets.
Add method to convert an array of elements into an unmodifiable Set.
2016-09-27 16:40:55 -07:00
John Blum
3f5758d5a0 SGF-515 - Allow a property to be unset. 2016-09-27 16:40:55 -07:00
John Blum
634dc2aadb SGF-515 - Allow additional bean definitions to be registered with the factory.
Add additional convenience/utility methods to generate bean names.
2016-09-27 16:40:55 -07:00
John Blum
ea0607a711 SGF-519 - Configure Mcast with annotations. 2016-09-27 16:40:55 -07:00
John Blum
a0467c7dce SGF-518 - Configure Logging with annotations. 2016-09-27 16:40:54 -07:00
John Blum
4d27be5ef5 SGF-514 - Configure HttpService with annotations. 2016-09-27 16:40:54 -07:00
John Blum
05a6076b62 SGF-517 - Configure Authentication/Authorization with annotations. 2016-09-27 16:40:54 -07:00
John Blum
d38055528a SGF-520 - Configure Statistics with annotations. 2016-09-27 16:40:54 -07:00
John Blum
a1b79a308a SGF-512 - Configure GemFire System Properties with annotations. 2016-09-27 16:40:54 -07:00
John Blum
64ccca1551 SGF-513 - Configure SSL with annotations. 2016-09-27 16:40:54 -07:00
John Blum
1af7ad523a SGF-528 - Enable GemfireCacheManager to explicitly specify Cache names referring to Regions that will be used in Spring's Caching Infrastructure. 2016-09-26 18:08:13 -07:00
John Blum
a68a31a052 SGF-534 - Fix ordered GemfireRepository.findAll(:Sort) queries. 2016-09-22 22:52:17 -07:00
John Blum
20301c1e4e SGF-511 - Add ability to enable additional CacheServers using annotation config. 2016-08-15 12:46:52 -07:00
John Blum
a161d72749 SGF-508 - Remove Memcached Server configuration from AbstractCacheConfiguration base class. 2016-08-12 17:19:00 -07:00
John Blum
e03d09d566 SGF-508 - Add unit tests and Javadoc for the PropertiesBuilder class. 2016-08-12 17:18:55 -07:00
John Blum
c88c6b11ad SGF-508 - Fix embedded Locator and Manager service configuration using Java-based configuration meta-data with @Enabled annotations. 2016-08-12 17:18:48 -07:00
John Blum
c89fc200b5 SGF-492 - Improve GemFire Java-based configuration support - Iteration 1. 2016-07-27 01:20:43 -07:00