Commit Graph

1040 Commits

Author SHA1 Message Date
John Blum
632801677e SGF-571 - Remove explicit call to start() in ContinuousQueryListenerContainer.afterPropertiesSet(). 2016-11-22 01:03:29 -08:00
John Blum
1b9e65cdc1 SGF-570 - Respect manual-start on Gateway Senders/Receivers but no longer couple the start/stop lifecycle to the Spring container. 2016-11-18 19:43:09 -08:00
John Blum
543aae2590 SGF-568 - Upgrade to GemFire 8.2.2. 2016-11-15 13:07:31 -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
Oliver Gierke
63b7889676 SGF-537 - Updated changelog. 2016-11-03 18:56:41 +01: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
Oliver Gierke
eb1713e546 SGF-531 - Updated changelog. 2016-09-29 14:42:04 +02:00
Oliver Gierke
7174ed470c SGF-536 - Updated changelog. 2016-09-29 11:42:06 +02: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
Oliver Gierke
17418c5bdd SGF-529 - Updated changelog. 2016-09-21 08:09:48 +02:00
Oliver Gierke
d402d72afd SGF-503 - Updated changelog. 2016-09-21 08:09:44 +02:00
John Blum
26fdb7d35d SGF-522 - Polish.
Original pull request: #88.
2016-08-29 18:32:32 -07:00
Srikanth Manvi
c3a9cb83a6 SGF-522 - Fix broken links in SDG documentation.
Original pull request: #88.

(cherry picked from commit 29f8e47fc22988435020e5e02a61409237106a65)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-08-29 18:31:32 -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
Oliver Gierke
0370488439 SGF-486 - After release cleanups. 2016-07-27 14:32:37 +02:00
Oliver Gierke
4d4747956f SGF-486 - Prepare next development iteration. 2016-07-27 14:32:34 +02:00
Oliver Gierke
a5780172a9 SGF-486 - Release version 1.9 M1 (Ingalls). 2016-07-27 13:52:12 +02:00
Oliver Gierke
bed3312841 SGF-486 - Prepare 1.9 M1 (Ingalls). 2016-07-27 13:51:37 +02:00
Oliver Gierke
fc9857f6f9 SGF-486 - Updated changelog. 2016-07-27 13:51:30 +02:00
John Blum
c89fc200b5 SGF-492 - Improve GemFire Java-based configuration support - Iteration 1. 2016-07-27 01:20:43 -07:00
John Blum
96a5990749 SGF-507 - Handle case-insensitive OQL queries defined as Repository query methods. 2016-07-18 15:51:13 -07:00
John Blum
9c37a5a4fe SGF-504 - Add additional tests and polish. 2016-07-13 09:36:36 -07:00
John Blum
8423cdbe85 SGF-504 - Support Repositories with multiple Spring Data modules on the class path. 2016-06-21 19:44:45 -07:00