John Blum
d0abd1b1ea
SGF-106 - Add annotation support for creating Indexes.
...
(cherry picked from commit ef5dd8b7cef32daa12c48e4b0d339bd90059b14f)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 21:57:07 -08:00
John Blum
aca2edbce5
SGF-548 - Configure Regions with annotations.
...
Related JIRA: SGF-250 - @EnableGemfireRegions for @Region.
2016-12-12 21:50:08 -08:00
John Blum
ba87a716d0
SGF-547 - Configure Eviction with annotations.
...
(cherry picked from commit fffb2b0de6d54bae436be1ec51dee2db51e5f041)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 21:11:28 -08:00
John Blum
420df4d2e3
SGF-516 - Configure Expiration with annotations.
...
(cherry picked from commit bfb3347056f4f87ab7f218c8a7618ea5c5378d32)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 20:50:46 -08:00
John Blum
36743c54fb
SGF-575 - Remove log4j dependency from SDG Gradle build and refactor Gradle and Maven build file.
2016-12-05 14:10:50 -08:00
John Blum
f13ab6287e
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.
(cherry picked from commit 440f82cc5623559361ddf9cea6c560f9ba176b29)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-05 12:55:52 -08:00
John Blum
a7fee0d1ae
SGF-571 - Remove explicit call to start() in ContinuousQueryListenerContainer.afterPropertiesSet().
...
(cherry picked from commit aa28010b4eeb087e264e2a0e2fe3b5c7e29e8a11)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-11-22 00:44:39 -08:00
John Blum
f02622cfa8
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 6d8bee2b3461e088b04120f982ec56378ee64c9a)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-11-21 13:36:12 -08:00
John Blum
7683d5434c
SGF-560 - Perform additional post release cleanup.
2016-11-18 15:40:56 -08:00
John Blum
a9a5d06b19
SGF-560 - Prepare next development iteration.
2016-11-09 12:13:36 -08:00
John Blum
5d2219ca16
SGF-560 - Release version 1.0.0.INCUBATING-RELEASE.
2016-11-09 11:29:12 -08:00
John Blum
7ad21a2b90
SGF-560 - Prepare 1.0.0.INBUBATING-RELEASE.
...
SGF-566 - Upgrade dependencies... Java 8, Spring Data Commons 1.12.5 and Spring Framework to 4.3.4.
2016-11-09 11:28:50 -08:00
John Blum
8bc5d89b8d
SGF-565 - Stackoverflow error when the 'locators' attribute is specified in any of the XCacheApplication annotations.
...
(cherry picked from commit 61d23e3892b4d6d02eeebf6d456f3d6843d5d078)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-11-09 09:58:44 -08:00
John Blum
4d29f01abe
SGF-559 - Fix bug in enableApacheGeodeSecurity() when resolving the 'isIntegratedSecurity' field on the Geode IntegratedSecurityService.
2016-11-09 09:14:19 -08:00
John Blum
90b66f0bf9
SGF-562 - Include attribute to enable BeanFactoryLocator support in Annotation config.
...
(cherry picked from commit bcce3c0351e4094012ee272fd558f19efdc04f2c)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-11-07 15:22:37 -08:00
John Blum
8c372d72d0
SGF-560 - Prepare next developement iteration.
2016-11-02 22:22:30 -07:00
John Blum
9b3603d399
SGF-560 - Release version 1.0.0.INCUBATING-RELEASE.
2016-11-02 21:26:06 -07:00
John Blum
6c1f9a6545
SGF-560 - Add 'spring-geode' and 'spring-data-geode' XML Schemas (XSD) for the 1.0.0.APACHE-GEODE-INCUBATING-RELEASE.
...
Refactor all SDG XML configuration files to use the new 'spring-geode' and 'spring-data-geode' XML schemas, respecitvely.
Fix test failures.
2016-11-02 19:20:22 -07:00
John Blum
550861d03b
SGF-560 - Prepare 1.0.0.APACHE-GEODE-INCUBATING-RELEASE.
2016-11-02 15:40:17 -07:00
John Blum
856cdd7bd8
SGF-560 - Update changelog.
2016-11-02 15:11:33 -07:00
John Blum
0dffb938fc
SGF-559 - Add integration tests convering Geode Integrated Security framework configuration using Geode and Apache Shiro methods with SDG's Annotation configuration support.
2016-11-02 15:06:44 -07:00
John Blum
03a94283c2
SGF-559 - Remove support for security-client-authenticator and security-peer-authenticator Geode (System) Properties from the @EnableSecurity annotation.
...
Theses Geode (System) properties are 'deprecated'. To enable the old security framework features, users should annotate their Geode Cache application classes (e.g. CacheServerApplication) with @EnableAuth.
2016-11-01 16:55:34 -07:00
John Blum
54f3c297b9
SGF-559 - Add support for security-client-authenticator and security-peer-authenticator Geode (System) Properties to the @EnableSecurity annotation.
...
Polish the EnableAuth Annotation and AuthConfiguration class.
2016-11-01 16:55:22 -07:00
John Blum
0796268452
SGF-559 - Reimmplement the Apache Shiro security component configuration to avoid premature GemFire cache creation and initialization as well as to ensure proper initialization of Apache Shiro Realms.
2016-11-01 03:16:12 -07:00
John Blum
5a33995b42
SGF-559 - Configure Geode Integrated Security with annotations.
2016-10-31 20:43:54 -07:00
John Blum
0f0468e68d
SGF-558 - Rename Geode package imports from com.gemstone.gemfire to org.apache.geode.
...
Upgrade Apache Geode to 1.1.0-incubating-SNAPSHOT.
2016-10-19 18:55:12 -07:00
John Blum
6edbe55f15
SGF-554 - Release version 1.0.0.APACHE-GEODE-INCUBATING-M3.
2016-10-08 01:04:36 -07:00
John Blum
a7be0e1633
SGF-554 - Update changelog.
2016-10-08 01:03:20 -07:00
John Blum
39abc0e331
SGF-555 - Repository queries on client Regions associated with a Pool configured for a specific server group can lead to a RegionNotFoundException.
...
(cherry picked from commit 6ee35c488d15d1922477e6813eae9529c15c046b)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-07 23:13:21 -07:00
John Blum
e66baad898
SGF-554 - Revert to last development iteration.
2016-10-07 23:07:26 -07:00
John Blum
153e812025
SGF-554 - Release version 1.0.0.APACHE-GEODE-INCUBATING-M3.
2016-10-05 20:59:12 -07:00
John Blum
b3762829e0
SGF-554 - Prepare 1.0.0.APACHE-GEODE-INCUBATING-M3.
2016-10-05 20:47:43 -07:00
John Blum
6e1c43be78
SGF-554 - Update changelog.
2016-10-05 20:37:48 -07:00
John Blum
3c5af53c7f
SGF-553 - Use SDG's MappingPdxSerializer as the default PdxSerializer when PDX is configured with @EnablePdx.
...
(cherry picked from commit 6a5f2f7a369dcf12a8649ff7aaf7c7149571da7c)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 19:29:39 -07:00
John Blum
a77dad5039
SGF-552 - Unset 'mcast-port' when 'locators' are specified and unset 'locators' when @EnableMcast is used.
...
(cherry picked from commit e486765021b25dd725f664ca0bb23d2e5a8fd846)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 19:29:33 -07:00
John Blum
92a727a055
SGF-546 - Configure Auto Region Lookup using annotations.
...
(cherry picked from commit d60155b034481f5b567c596262e168521b09f3f0)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 11:54:49 -07:00
John Blum
2fda663a82
SGF-545 - Register the ClientRegionPoolBeanFactoryPostProcessor for the new Annotation config model.
...
(cherry picked from commit 61c46b504563c743eea4e0c8b9e8806c8090e7e7)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 11:54:41 -07:00
John Blum
b4e0fd59d1
SGF-544 - Register the PdxDiskStoreAwareBeanFactoryPostProcessor for the new Annotation config model.
...
(cherry picked from commit 70fa3a51f763c41879613e0648cba1c6ce0a54e3)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 11:54:32 -07:00
John Blum
6d95846b55
SGF-543 - Register the DiskStoreDirectoryBeanPostProcessor for the new Annotation config model.
...
(cherry picked from commit 402e916427e16eb24eaf65e354a92c95c65c1026)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 11:54:24 -07:00
John Blum
eb0df3d0ef
SGF-542 - Register the DefinedIndexesApplicationListener for the new Annotation config model.
...
(cherry picked from commit b4da356cb65a721dadda64a6089cf5b23ecc1016)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 11:54:16 -07:00
John Blum
e08e848113
SGF-541 - Register the CustomEditorBeanFactoryPostProcessor for the Annotation config model.
...
(cherry picked from commit 41690ec36bd7a3b8d68d0b0c90b809fa6bc04d79)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 11:54:05 -07:00
John Blum
d6fe8b2f41
SGF-540 - Configure additional Pools using annotations.
...
(cherry picked from commit 81cd807cd6c04419b62bf96495e75ecd61bf2c50)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-05 11:53:53 -07:00
John Blum
c40ef58741
SGF-539 - Change GemfireCache.evict(key) to call Region.remove(key).
...
(cherry picked from commit a4abc83adbc5e56ac47f3228b297a2613bdc3565)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-04 00:31:23 -07:00
John Blum
f64765ef70
SGF-538 - Reorganize the XML configuration classes and support in SDG.
...
(cherry picked from commit d914f7427483d3e583aea13f061f3cdc20be84f8)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-01 14:30:36 -07:00
John Blum
fba37379cd
SGF-535 - Allow both SpEL and property placeholder expressions to be used in the locators/servers attributes of the <gfe:pool> XML namespace element.
...
(cherry picked from commit b7bcabd9b8b1922ddad09af8ad62e9041f3674c7)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-09-28 16:40:15 -07:00
John Blum
d7cff53d2d
SGF-528 - Fix parent POM reference and set Spring Framework version to 4.3.3.RELEASE.
2016-09-27 11:05:44 -07:00
John Blum
0ff21f6eef
SGF-528 - Enable GemfireCacheManager to explicitly specify Cache names referring to Regions that will be used in Spring's Caching Infrastructure.
...
(cherry picked from commit 1af7ad523ae701ccd3e4770695ce1dcc7b5e12ef)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-09-26 19:10:25 -07:00
John Blum
5c3461724f
SGF-534 - Fix ordered GemfireRepository.findAll(:Sort) queries.
...
(cherry picked from commit a68a31a0521e3e63bfb283f4b7c5dc15f7d0f8cc)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-09-22 22:56:58 -07:00
John Blum
2c17055540
SGF-533 - Update Spring dependencies, set Apache Geode version to 1.0.0-incubating.M3 and refactor exclusions.
...
SGF-525 - Set Apache Geode version to 1.0.0-incubating.M3.
2016-09-20 14:08:41 -07:00
John Blum
86a5344a4a
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-09 13:40:34 -07:00