bdbad552de
SGF-367 - Updated changelog.
Oliver Gierke
2015-01-27 14:35:24 +01:00
f61bacde9c
SGF-369 - Fix Javadoc so that 1.4.x builds on Java 8.
John Blum
2015-01-20 10:00:33 -08:00
1ffdb20e39
SGF-355 - Updated changelog.
Oliver Gierke
2014-12-01 11:33:20 +01:00
b73d64be7d
SGF-347 - Updated changelog.
Oliver Gierke
2014-10-30 11:57:41 +01:00
51db6c1a81
SGF-319 - Updated changelog.
Oliver Gierke
2014-09-05 09:23:47 +02:00
4e6f411a0f
SGF-355 - Updated changelog.
Oliver Gierke
2014-12-01 11:33:20 +01:00
53d7e17b79
SGF-366 - Unable to create local-only, client-based Region Indexes using SDG's <gfe:index> and corresponding IndexFactoryBean functionality.
John Blum
2015-01-14 16:08:05 -08:00
138e8d9827
SGF-366 - Unable to create local-only, client-based Region Indexes using SDG's <gfe:index> and corresponding IndexFactoryBean functionality.
John Blum
2015-01-14 16:08:05 -08:00
8532441fac
SGF-364 - Move EvictionAttributesFactoryBean and SubscriptionAttributesFactoryBean along with supporting enum types from the ..data.gemfire.config package to ..data.gemfire.
John Blum
2015-01-07 18:40:11 -08:00
7bab63703e
SGF-363 - Upgrade to Spring Framework 4.0.9.RELEASE
John Blum
2015-01-05 16:30:27 -08:00
54f46ec3c5
SGF-363 - Upgraded to Spring Framework 4.0.9.RELEASE
John Blum
2015-01-05 15:36:44 -08:00
ea5e25004c
SGF-362 - Upgrade to Spring Framework 3.2.13.RELEASE
John Blum
2015-01-05 12:20:31 -08:00
0d6690f2e4
SGF-358 - Enhance SDG's Function annotation support to allow strongly-typed arguments in the context of PDX even when read-serialized is set to true. (cherry picked from commit 743dd48127)
John Blum
2014-12-12 16:40:51 -08:00
743dd48127
SGF-358 - Enhance SDG's Function annotation support to allow strongly-typed arguments in the context of PDX even when read-serialized is set to true.
John Blum
2014-12-12 16:40:51 -08:00
6b33d9c28a
SGF-360 - Failures in SubRegionNamespaceTests when built with Java 8. (cherry picked from commit 20a8257574)
John Blum
2014-12-11 16:42:55 -08:00
20a8257574
SGF-360 - Failures in SubRegionNamespaceTests when built with Java 8.
John Blum
2014-12-11 16:42:55 -08:00
5d1736ca61
SGF-354 - SimpleGemfireRepository.deleteAll that supports transactions. (cherry picked from commit cf99650add)
John Blum
2014-12-10 21:32:35 -08:00
cf99650add
SGF-354 - SimpleGemfireRepository.deleteAll that supports transactions.
John Blum
2014-12-10 21:32:35 -08:00
2166f9ea6c
SGF-355 - After release cleanups.
Oliver Gierke
2014-12-01 13:37:35 +01:00
8475285418
SGF- 355 - Prepare next development iteration.
Spring Buildmaster
2014-12-01 04:22:01 -08:00
9f5906c133
SGF-355 - Release version 1.6.0.M1.
Spring Buildmaster
2014-12-01 04:21:58 -08:00
8ed774fbe5
SGF-347 - Updated changelog.
Oliver Gierke
2014-10-30 11:57:41 +01:00
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)
John Blum
2014-10-27 14:06:28 -07:00
3538dc37df
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)
John Blum
2014-10-27 14:06:28 -07:00
043937e523
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.
John Blum
2014-10-27 14:06:28 -07:00
1690b17cb4
Merge pull request #9 from dsyer/patch-2
Brian Clozel
2014-10-20 10:25:27 +02:00
043b2fdee2
SGF-342 - Update Spring Data GemFire Reference Guide with GemFire 8 functional support.
John Blum
2014-10-17 15:51:13 -07:00
8d65fe358a
SGF-343 - Optimize the SDG implementation of CrudRepository.save(Iterable<S> enttiies) to use GemFire's Region.putAll(Map<K, V> values) operation.
John Blum
2014-10-16 13:59:36 -07:00
1f6c83fdc5
SGF-343 - Optimize the SDG implementation of CrudRepository.save(Iterable<S> enttiies) to use GemFire's Region.putAll(Map<K, V> values) operation.
John Blum
2014-10-16 13:59:36 -07:00
3d08dc1eaa
SGF-343 - Optimize the SDG implementation of CrudRepository.save(Iterable<S> enttiies) to use GemFire's Region.putAll(Map<K, V> values) operation.
John Blum
2014-10-16 13:59:36 -07:00
46f13be9c3
SGF-341 - Reset SDG project version to 1.6.0.BUILD-SNAPSHOT for the current Spring Data Release Train (Fowler).
John Blum
2014-10-10 17:34:57 -07:00
1412932346
SGF-340 - Change a SpringSource-based links in the SDG Reference Guide to Spring.io-based links. (cherry picked from commit f2b03a26d0)
John Blum
2014-10-10 15:14:57 -07:00
bc1670b9be
SGF-339 - Change all VMWare-based links in the SDG Reference Guide to Pivotal-based links. (cherry picked from commit 9af336af32)
John Blum
2014-10-10 14:40:41 -07:00
f2b03a26d0
SGF-340 - Change a SpringSource-based links in the SDG Reference Guide to Spring.io-based links.
John Blum
2014-10-10 15:14:57 -07:00
9af336af32
SGF-339 - Change all VMWare-based links in the SDG Reference Guide to Pivotal-based links.
John Blum
2014-10-10 14:40:41 -07:00
4dd666401c
SGF-326 - Create spring-gemfire-1.6.xsd and spring-data-gemfire-1.6.xsd for SDG 1.6.
John Blum
2014-10-09 22:04:28 -07:00
664d53447f
SGF-338 - Both <gfe:custom-entry-ttl> and <gfe:custom-entry-tti> SDG XML namespace elements allow for more than one 'CustomExpiry' bean to be set in the Region Expiration Attributes although GemFire only allows one!
John Blum
2014-10-07 15:35:08 -07:00
796226d0de
SGF-331 - Pull common WAN attributes from GatewaySenders and AsyncEventQueues in the SDG XSD into the 'commonWANQueueAttributes' attributes group.
John Blum
2014-10-06 22:09:49 -07:00
fc0cf54962
Add "gem install bundler" for people using vanilla Ruby
Dave Syer
2014-09-30 11:36:48 +01:00
650b0f71b1
Merge pull request #10 from dsyer/patch-3
Brian Clozel
2014-09-30 11:55:08 +02:00
b67c026a16
Fix directory name for sample pages
Dave Syer
2014-09-30 09:43:46 +01:00
ccb4a8a2bb
Gem installation instructions updated
Dave Syer
2014-09-30 09:37:55 +01:00
1a150a334a
Merge pull request #8 from dsyer/patch-1
Brian Clozel
2014-09-30 10:13:28 +02:00
c340c6914f
Fix "rm -rf" instruictions
Dave Syer
2014-09-30 09:09:50 +01:00
940b3374fe
SGF-336 - Upgrade to Spring Framework 3.2.11.
John Blum
2014-09-27 14:01:01 -07:00
2896bc00f3
SGF-335 - Refactor ProcessUtils and fix the GatewayReceiverNamespaceTest class hang in the Bamboo SDG Nightly Build when mocking is disabled.
John Blum
2014-09-26 17:25:44 -07:00
5df3d2e5ae
SGF-335 - Refactor ProcessUtils and fix the GatewayReceiverNamespaceTest class hang in the Bamboo SDG Nightly Build when mocking is disabled.
John Blum
2014-09-26 23:16:56 -07:00
9844915a3c
SGF-335 - Refactor ProcessUtils and fix the GatewayReceiverNamespaceTest class hang in the Bamboo SDG Nightly Build when mocking is disabled.
John Blum
2014-09-26 23:16:56 -07:00
fccb737849
SGF-332 - Add support for the GatewaySender 'eventSubstitutionFilter' property in the SDG XSD and GatewaySenderFactoryBean API.
John Blum
2014-09-25 21:39:23 -07:00
d8b4b97834
SGF-330 - Add missing 'disk-synchronous' attribute to the <gfe:gateway-sender> element in the SDG XML namespace (XSD).
John Blum
2014-09-24 14:47:07 -07:00
34ae38ef23
SGF-328 - Add missing 'hostname-for-senders' attribute on the <gfe:gateway-receiver> element in the SDG XML namespace (XSD).
John Blum
2014-09-23 17:19:14 -07:00
4398721b18
SGF-330 - Add missing 'disk-synchronous' attribute to the <gfe:gateway-sender> element in the SDG XML namespace (XSD).
John Blum
2014-09-24 14:47:07 -07:00
07df1a7417
SGF-328 - Additional refactoring after the cherry-pick commit in revision 283a762; Changed GemFire GatewayReceiverFactory 'setHostnameForSenders' calls to 'setHostnameForClients' based on interface differences between GemFire 7 and GemFire 8.
John Blum
2014-09-24 15:02:59 -07:00
283a762794
SGF-328 - Add missing 'hostname-for-senders' attribute on the <gfe:gateway-receiver> element in the SDG XML namespace (XSD). (cherry picked from commit c6c7b59773ec6ea8eccb0e04570519127552f76f)
John Blum
2014-09-23 17:19:14 -07:00
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.
John Blum
2014-09-24 15:02:59 -07:00
06ce3ea909
SGF-330 - Add missing 'disk-synchronous' attribute to the <gfe:gateway-sender> element in the SDG XML namespace (XSD).
John Blum
2014-09-24 14:47:07 -07:00
b9808e44b8
SGF-328 - Add missing 'hostname-for-senders' attribute on the <gfe:gateway-receiver> element in the SDG XML namespace (XSD).
John Blum
2014-09-23 17:19:14 -07:00
77167c0d39
Fix company name and website in footer
Brian Clozel
2014-09-22 18:52:09 +02:00
1ca26dffbf
Merge pull request #7 from bclozel/forum
Brian Clozel
2014-09-22 18:42:32 +02:00
36693dd7fd
SGF-333 - The SpringContextBootstrappingInitializer needs to handle the case when it's init(:Properties) method maybe called more than once on initialization.
John Blum
2014-09-20 18:41:29 -07:00
f4a2b974bc
SGF-333 - The SpringContextBootstrappingInitializer needs to handle the case when it's init(:Properties) method maybe called more than once on initialization. (cherry picked from commit 6efb775c1e)
John Blum
2014-09-20 18:41:29 -07:00
6efb775c1e
SGF-333 - The SpringContextBootstrappingInitializer needs to handle the case when it's init(:Properties) method maybe called more than once on initialization.
John Blum
2014-09-20 18:41:29 -07:00
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).
John Blum
2014-09-18 16:43:25 -07:00
0fd09cb719
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).
John Blum
2014-09-18 16:25:46 -07:00
acdd0c85bf
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).
John Blum
2014-09-18 16:18:42 -07:00
2529b080f4
SGF-319 - After release cleanups.
Oliver Gierke
2014-09-05 13:13:17 +02:00
01dc133cdb
SGF-319 - Prepare next development iteration.
Spring Buildmaster
2014-09-05 03:42:28 -07:00
1f7240e88d
SGF-319 - Release version 1.5.0.RELEASE.
Spring Buildmaster
2014-09-05 03:42:26 -07:00
1909ebfa15
SGF-319 - Updated changelog.
Oliver Gierke
2014-09-05 09:23:47 +02:00
697afdbd64
SGF-308 - Updated changelog.
Oliver Gierke
2014-08-27 11:28:21 +02:00
01c7ed901b
SGF-308 - Updated changelog.
Oliver Gierke
2014-08-27 11:28:21 +02:00
cd21afab34
SGF-316 - Updates Spring Data GemFire Reference Guide with 1.5 changes (e.g. Auto Region Lookups, Region Templates) (cherry picked from commit a5104b1659)
John Blum
2014-09-04 22:16:04 -07:00