Commit Graph

464 Commits

Author SHA1 Message Date
John Blum
49b1428fa6 SGF-582 - Polish.
(cherry picked from commit c2ab0c22b105772ff2e81bc75235a1deced8f8a6)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-01-11 17:50:13 -08:00
Gregory Green
6b7df70355 SGF-582 - Add support for using bean property "id" as a Region key if @Id annotation is not present.
(cherry picked from commit 3bc7d2e7115aac93727b04004f809f5f345a1e2d)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-01-11 17:50:04 -08:00
John Blum
5b50fd246f SGF-584 - Upgrade Dependencies. 2017-01-06 15:19:20 -08:00
John Blum
fa00bd6844 SGF-583 - Provide InterestBuilder class to appropriately and flexibly express interests in keys/values between client/server.
(cherry picked from commit 734fab75b0a33f3fa80dc95ca3f6dceb132e78a9)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-01-05 22:24:07 -08:00
John Blum
fb53e13858 SGF-581 - Fix possible test failure(s) in GenericRegionFactoryBeanTest.
(cherry picked from commit 4da08b04fddaa64b4b79762edd53d867987bcb9a)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-01-05 22:20:07 -08:00
John Blum
a6926c40e4 SGF-106 - Add additional test case to test that no Indexes are created when @EnableIndexes is not present.
(cherry picked from commit add1fd9e7100e26265c9e5d0dc699b837a4ee29e)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 22:06:56 -08:00
John Blum
e3c3d11687 SGF-549 - Configure DiskStores with annotations.
(cherry picked from commit c99d6ffbf8251a9fc6e01b7f5df13aae402043dd)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 22:04:10 -08:00
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
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
5d2219ca16 SGF-560 - Release version 1.0.0.INCUBATING-RELEASE. 2016-11-09 11:29:12 -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
8c372d72d0 SGF-560 - Prepare next developement iteration. 2016-11-02 22:22:30 -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
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
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
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
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
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
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
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
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
John Blum
2f8c1e994b SGF-515 - Allow a property to be unset. 2016-09-09 13:39:15 -07:00
John Blum
f0de70d656 SGF-512 - Configure GemFire System Properties with annotations.
(cherry picked from commit 3f078cbb95626ce893c79e4075daaa5fee610507)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-09-07 11:51:32 -07:00
John Blum
7d6cb887bc SGF-508 - Add unit tests and Javadoc for the PropertiesBuilder class. 2016-08-31 11:14:32 -07:00
John Blum
0dfbfdf443 SGF-508 - Fix embedded Locator and Manager service configuration using Java-based configuration meta-data with @Enable annotations. 2016-08-31 11:14:21 -07:00
John Blum
6599b56083 SGF-492 - Improve GemFire Java-based configuration support - Iteration 1.
(cherry picked from commit c89fc200b508aa52a86166510b70c06d7c73bc09)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-07-27 01:25:43 -07:00
John Blum
f95e97186f SGF-507 - Handle case-insensitive OQL queries defined as Repository query methods.
(cherry picked from commit 96a5990749a76f1369cecaa54f4d98196f6688ac)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-07-18 16:07:13 -07:00
John Blum
5586eebe15 SGF-504 - Add addptional tests and polish.
(cherry picked from commit 0fa2a86a3be22f8caefbc8d4ef634db4b1680ac3)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-06-24 09:05:18 -07:00
John Blum
fa046050bd SGF-504 - Support Repositories with multiple Spring Data modules on the class path.
(cherry picked from commit 8423cdbe8578e0cdb7dd39017231f3f5c755cd33)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-06-21 20:11:10 -07:00
John Blum
a5d6777589 SGF-505 - Add support for forwardExpirationDestroy in the AsyncEventQueueFactoryBean API and XML namespace. 2016-06-20 15:14:02 -07:00
John Blum
fbe1ef1080 SGF-502 - DiskStoreAndEvictionRegionParsingTest fails when building with Maven due to missing Disk Store sub-directory.
(cherry picked from commit 87868a60db32efa5173ea1604f72ade2076c3985)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-06-09 14:38:31 -07:00
John Blum
4684a57952 SGF-499 - Prevent SDG-defined Pools from being destroyed before the Regions that use them.
(cherry picked from commit 1bca49630997ed3a331428704de1931dc4c967c9)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-06-06 23:20:25 -07:00
John Blum
2fe1029abf SGF-500 - Add support for the 'ignoreEvictionAndExpiration' configuration property on AsyncEventQueue and AsyncEventQueueFactory 2016-05-18 19:13:10 -07:00
John Blum
3f84baa378 SGF-497 - Change Pool reference from GemFire's DEFAULT Pool to the gemfireServerPool in the BeanPostProcessor when checking the pending event count.
(cherry picked from commit 2d2dca163323d557aed3791d2d1f9a9ed23f01ed)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-05-17 13:05:05 -07:00
John Blum
b4ecdf2cc1 SGF-497 - Intermittent failures in DurableClientCacheIntegrationTest
(cherry picked from commit 9c47e4b61765093e048dfd23a76b0df394c457f7)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-05-16 18:16:30 -07:00
John Blum
b42442d9cd SGF-498 - Fix apache-geode build due to recent changes in Apache Geode that removed the SharedConfiguration.destroySharedConfiguration() method from the API. 2016-05-08 18:23:43 -07:00
John Blum
54befa0522 SGF-493 - Remove unnecessary GemFire/Geode version checks. 2016-05-05 14:04:13 -07:00
John Blum
f904f6ad86 SGF-490 - Re-instate GemFire WAN and CQ functionality. 2016-04-25 21:36:20 -07:00
John Blum
fd41003805 SGF-372 - Add GemFire Off-Heap support. 2016-04-24 15:48:31 -07:00
John Blum
4479e5a1a5 SGF-489 - Update Spring Data and 3rd party dependencies. 2016-04-24 14:37:27 -07:00
John Blum
7ef14587e2 SGF-476 - Polish Spring (Data GemFire) provided, GemFire ServerLauncherCacheProvider implementation and tests.
Closes #87.
2016-03-29 18:16:20 -07:00