John Blum
51ce4da9ee
SGF-346 - Enable LazyWiringDeclarableSupport-based GemFire components to be used inside both cache.xml and Spring config, especially in the context of GemFire 8's Cluster Configuration.
...
(cherry picked from commit 043937e523 )
Signed-off-by: John Blum <jblum@pivotal.io >
2014-10-28 00:03:34 -07:00
John Blum
8d65fe358a
SGF-343 - Optimize the SDG implementation of CrudRepository.save(Iterable<S> enttiies) to use GemFire's Region.putAll(Map<K, V> values) operation.
2014-10-16 16:24:08 -07:00
John Blum
940b3374fe
SGF-336 - Upgrade to Spring Framework 3.2.11.
2014-09-27 14:01:01 -07:00
John Blum
9844915a3c
SGF-335 - Refactor ProcessUtils and fix the GatewayReceiverNamespaceTest class hang in the Bamboo SDG Nightly Build when mocking is disabled.
2014-09-27 11:50:03 -07:00
John Blum
71e24cfe9a
SGF-328 - Additional refactoring after the cherry-pick commit in revision b9808e4; Changed GemFire GatewayReceiverFactory 'setHostnameForSenders' calls to 'setHostnameForClients' based on interface differences between GemFire 7 and GemFire 8.
2014-09-24 16:22:10 -07:00
John Blum
06ce3ea909
SGF-330 - Add missing 'disk-synchronous' attribute to the <gfe:gateway-sender> element in the SDG XML namespace (XSD).
2014-09-24 14:58:48 -07:00
John Blum
b9808e44b8
SGF-328 - Add missing 'hostname-for-senders' attribute on the <gfe:gateway-receiver> element in the SDG XML namespace (XSD).
2014-09-24 14:55:55 -07:00
John Blum
36693dd7fd
SGF-333 - The SpringContextBootstrappingInitializer needs to handle the case when it's init(:Properties) method maybe called more than once on initialization.
2014-09-20 22:53:15 -07:00
John Blum
f3a8fa5184
SGF-327 - Avoid setting null values with GemFire's Cache Region put(key, value) operation when GemFire is used as the caching provider in Spring's Cache Abstraction (@Cacheable).
2014-09-18 16:57:53 -07:00
Oliver Gierke
0f66cfc26f
SGF-317 - Improved GemfireCache for Spring 4.1 compatibility.
...
Added putIfAbsent(…) to GemfireCache to make sure we can compile against Spring 4.1. Improved the implementation of get(Object, Class<T>) to adhere to the contract defined by the interface.
2014-09-04 10:52:29 +02:00
Oliver Gierke
3f5ba97e7e
SGF-308 - After release cleanups.
2014-08-27 12:37:02 +02:00
Spring Buildmaster
f9858feae7
SGF-308 - Prepare next development iteration.
2014-08-27 03:28:12 -07:00
Spring Buildmaster
78af10c32a
SGF-308 - Release version 1.4.4.RELEASE (Dijkstra SR4).
2014-08-27 03:28:07 -07:00
Oliver Gierke
85dc6ca841
SGF-308 - Prepare 1.4.4.RELEASE (Dijkstra SR4).
2014-08-27 11:28:27 +02:00
Oliver Gierke
677ceb226a
SGF-308 - Updated changelog.
2014-08-27 11:28:21 +02:00
Oliver Gierke
67f3071138
SGF-306 - Updated changelog.
2014-08-27 07:42:56 +02:00
John Blum
cc04c4a5fa
Fixes JIRA issue SGF-304 changing the GroupMembersFunctionExecution class to call the correct GemFire com.gemstone.gemfire.cache.execute.FunctionService method, onMembers(groups:String[]) (plural). Performed additional refactoring in related classes.
...
Signed-off-by: John Blum <jblum@gopivotal.com >
2014-08-11 16:31:44 -07:00
John Blum
4b3bb8d549
Re-organized SDG dependency version properties in gradle.properties.
2014-07-29 14:37:29 -07:00
Oliver Gierke
3bff79a482
SGF-303 - After release cleanups.
2014-07-28 12:24:58 +02:00
Spring Buildmaster
946d80cf12
SGF-303 - Prepare next development iteration.
2014-07-28 02:29:46 -07:00
Spring Buildmaster
3c39d55ca5
SGF-303 - Release version 1.4.2.RELEASE (Dijkstra SR2).
2014-07-28 02:29:36 -07:00
Oliver Gierke
2b4349a56e
SGF-303 - Prepare 1.4.2.RELEASE (Dijkstra SR2).
2014-07-28 10:20:57 +02:00
Oliver Gierke
4b99a38034
SGF-303 - Updated changelog.
2014-07-28 10:19:57 +02:00
Oliver Gierke
249667fc4a
SGF-298 - Updated changelog.
2014-07-25 08:00:35 +02:00
John Blum
fffa64c3a7
Re-implemented the toObjectArray method using System.arraycopy.
2014-07-08 10:18:06 -07:00
John Blum
e2fc636ef3
Fixes JIRA issue SGF-297 enabling Spring Data GemFire POJO, Function annotated methods to be invoked from Gfsh when arguments are injected during Function argument resolution.
2014-07-08 10:17:57 -07:00
John Blum
a5e353c04e
Completes JIRA improvement SGF-294 allowing GemFire Gateway Receivers to be configured for manual start using the Spring Data GemFire XML namespace. This commit completes the improvement in the 1.4 XSD first in order to backport the feature to the SDG 1.4.2 release.
2014-07-07 22:26:21 -07:00
John Blum
f3736a5cc5
Re-organized SDG dependency version properties in gradle.properties.
2014-07-07 14:25:55 -07:00
John Blum
738e4a722c
Fixed test issues in SubRegionNamespaceTest class involving Region fullPath property assertions.
2014-07-07 14:23:23 -07:00
John Blum
d540500f49
Fixes JIRA issue SGF-295 allowing all Eviction Policy Actions (LOCAL_DESTROY, OVERFLOW_TO_DISK) to be specified on Local Regions configured using the Spring Data GemFire XML namespace. This commit resolves the issue in the 1.4 XSD first in order to backport the fix to the SDG 1.4.2 release.
2014-07-07 14:22:10 -07:00
Oliver Gierke
29cd84ac6d
SGF-293 - After release cleanups.
2014-06-30 16:47:28 +02:00
Spring Buildmaster
216e0ed17c
SGF-293 - Prepare next development iteration.
2014-06-30 07:33:26 -07:00
Spring Buildmaster
2f91fd885f
SGF-293 - Release version 1.4.1.RELEASE (Dijkstra SR1).
2014-06-30 07:33:22 -07:00
Oliver Gierke
15ef24fbe1
SGF-293 - Prepare 1.4.1.RELEASE (Dijkstra SR1).
2014-06-30 15:01:22 +02:00
Oliver Gierke
9119c16e6c
SGF-293 - Updated changelog.
2014-06-30 15:01:14 +02:00
John Blum
558bf88d8b
Fixes JIRA issue SGF-290 handling custom OQL statements specified with an @Query annotated Repository method that returns neither a Collection nor a Entity-based result, such as the case with SELECT count(*) FROM /Region ... based queries returning an Integer count.
2014-06-16 20:04:45 -07:00
John Blum
c5ab078b70
Set next development iteration to 1.4.1.BUILD-SNAPSHOT and organize dependency version properties in gradle.properties.
2014-05-22 16:59:51 -07:00
Spring Buildmaster
aace199290
SGF-286 - Prepare next development iteration.
2014-05-20 21:06:47 +02:00
Spring Buildmaster
924bcb73bb
SGF-286 - Release version 1.4.0.RELEASE.
2014-05-20 10:18:02 -07:00
Oliver Gierke
e6aabf52fa
SGF-286 - Prepare 1.4 GA.
2014-05-20 17:00:10 +02:00
Oliver Gierke
c8cada3935
SGF-286 - Updated changelog.
2014-05-20 16:26:36 +02:00
Oliver Gierke
d5710eee96
SGF-287 - Upgraded to Spring 3.2.9.RELEASE.
2014-05-20 14:39:05 +02:00
John Blum
9aab9ac79e
Additional Spring Data GemFire Reference Guide changes and additions to round out the new feature documentation in Spring Data GemFire 1.4.
2014-05-19 23:34:42 -07:00
John Blum
88e2b2b60e
Refactored and performed cleanup in the Spring Data GemFire Reference Guide. Added chapter on Bootstrapping a Spring ApplicationContext from GemFire using Gfsh.
2014-05-19 18:58:37 -07:00
Andy Wilkinson
edb0432987
Add the Spring IO plugin
...
Configure the Spring IO plugin such that it's only applied when the
build is run with -PplatformVersion=<version>. This platformVersion
property is used to determine the version of the Platform that will
be used when running the springIoCheck task. The plugin can be used
by running a build as follows:
./gradlew clean springIoCheck -PplatformVersion=1.0.0.BUILD-SNAPSHOT -PJDK7_HOME=… -PJDK8_HOME=…
This will test the project on JDK7 and JDK 8 using the dependencies
defined in the latest snapshot of Spring IO Platform 1.0.0.
2014-05-14 12:37:07 +01:00
John Blum
17ec3138c8
Completed SGF-272 refactoring SDG API Javadoc comments as well as cleaning up all Javadoc warnings reported by the SDG Gradle-based build when building on Java 7 and Java 8.
2014-05-07 19:47:58 -07:00
John Blum
98441b9a14
Modified the testLookupQueryService method to use pure mock objects to test the lookup behavior and conditional statements. Added an assertion to the testLookupLocalQueryService test case to verify that the RegionService.getQueryService() method is 'never' called.
2014-05-05 11:46:52 -07:00
John Blum
c15a430419
Fixed failing testLookupQueryService test when mocks are not enabled. In addition, assured the tests passes with or without mocks enabled.
2014-05-05 09:44:17 -07:00
John Blum
e1ba156e04
Re-organized SDG dependency version properties in gradle.properties.
2014-05-02 15:07:39 -07:00
John Blum
14754be03e
Implements SGF-274 removing the use of temporary callback objects passed to the 'templated' execute method for each operation implementation in order to reduce the memory footprint, especially in the context of Repositories.
2014-05-02 14:51:08 -07:00