Commit Graph

721 Commits

Author SHA1 Message Date
Oliver Gierke
faa6951742 SGF-591 - Updated changelog. 2017-03-02 16:57:46 +01:00
Oliver Gierke
f2763d4111 SGF-592 - Prepare 1.9.1 (Ingalls SR1). 2017-03-02 09:33:26 +01:00
Oliver Gierke
b30fd202f1 SGF-592 - Updated changelog. 2017-03-02 09:32:39 +01:00
John Blum
743121a29f SGF-598 - Add support for suspend and resume in GemfireTransactionManager. 2017-03-01 22:50:06 -08:00
John Blum
b359b55975 SGF-594 - Difficult to determine whether GemFireRepository.findAll(keys) records not found.
(cherry picked from commit 15aae69de5)
Signed-off-by: John Blum <jblum@pivotal.io>
(cherry picked from commit 6b5ffcbe383b4e25b6f1e67a78bd13a9e5cd4085)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-02-08 16:04:14 -08:00
Oliver Gierke
9403e27aa4 SGF-578 - Updated changelog. 2017-01-26 12:08:49 +01:00
Oliver Gierke
a2eb0667e8 SGF-579 - Prepare 1.9 GA (Ingalls). 2017-01-26 10:26:35 +01:00
Oliver Gierke
9a708692bf SGF-579 - Updated changelog. 2017-01-26 10:26:32 +01:00
John Blum
b66975098b SGF-582 - Polish.
(cherry picked from commit c2ab0c22b1)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-01-11 19:38:09 -08:00
Gregory Green
41b335000f SGF-582 - Add support for using bean property "id" as a Region key if @Id annotation is not present.
(cherry picked from commit 3bc7d2e711)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-01-11 19:29:43 -08:00
John Blum
4da08b04fd SGF-518 - Fix possible test failure(s) in GenericRegionFactoryBeanTest. 2017-01-03 16:47:02 -08:00
Oliver Gierke
1dd6cdffdf SGF-561 - Updated changelog. 2016-12-21 19:35:24 +01:00
Oliver Gierke
1c431b421f SGF-509 - Prepare 1.9 RC1 (Ingalls). 2016-12-21 16:15:47 +01:00
Oliver Gierke
9179247e3e SGF-509 - Updated changelog. 2016-12-21 16:15:37 +01:00
Oliver Gierke
aaa925e263 SGF-576 - Adapt API in GemfireRepositoryFactoryBean.
Related ticket: DATACMNS-891.
2016-12-15 21:56:34 +01:00
John Blum
add1fd9e71 SGF-106 - Add additional test case to test that no Indexes are created when @EnableIndexes is not present. 2016-12-11 23:12:56 -08:00
John Blum
c99d6ffbf8 SGF-549 - Configure DiskStores with annotations. 2016-12-11 23:03:04 -08:00
John Blum
ef5dd8b7ce SGF-106 - Add annotation support for creating Indexes. 2016-12-09 14:41:31 -08:00
John Blum
701aa5f6ef SGF-548 - Configure Regions with annotations.
Related JIRA: SGF-250 - @EnableGemfireRegions for @Region.
2016-12-08 22:08:27 -08:00
John Blum
fffb2b0de6 SGF-547 - Configure Eviction with annotations. 2016-12-06 19:02:28 -08:00
John Blum
bfb3347056 SGF-516 - Configure Expiration with annotations. 2016-12-06 18:17:23 -08:00
John Blum
440f82cc56 SGF-574 - Register repository factory in spring.factories for multi-store support.
These changes are required for the switch in support for multi-store detection.

Related JIRA ticket: DATACMNS-952.
2016-12-05 12:23:57 -08:00
Oliver Gierke
f16fa9fc89 SGF-563 - Updated changelog. 2016-11-23 13:52:40 +01:00
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
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