735 Commits

Author SHA1 Message Date
Oliver Gierke
6f334514aa SGF-411 - After release cleanups. 2015-07-01 09:17:15 +02:00
Spring Buildmaster
7507983f26 SGF-411 - Prepare next development iteration. 2015-06-30 23:38:09 -07:00
Spring Buildmaster
96467aef00 SGF-411 - Release version 1.4.6.RELEASE (Dijkstra SR6). 2015-06-30 23:38:07 -07:00
Oliver Gierke
656bfc67a1 SGF-411 - Prepare 1.4.6.RELEASE (Dijkstra SR6). 2015-07-01 07:59:44 +02:00
Oliver Gierke
3e895b4d48 SGF-411 - Updated changelog. 2015-07-01 07:59:44 +02:00
Oliver Gierke
0d4d32a2ce SGF-412 - Updated changelog. 2015-07-01 07:51:09 +02:00
Oliver Gierke
79f337acf9 SGF-413 - Updated changelog. 2015-06-30 14:28:08 +02:00
Oliver Gierke
0fe2e5012c SGF-405 - Updated changelog. 2015-06-30 14:28:02 +02:00
Oliver Gierke
396dcd767f SGF-386 - Updated changelog. 2015-06-30 14:27:40 +02:00
Oliver Gierke
4b134be509 SGF-380 - Updated changelog. 2015-06-30 14:27:17 +02:00
John Blum
409b2e2140 SGF-368 - Updated changelog. 2015-06-30 14:26:59 +02:00
Oliver Gierke
326c0b2557 SGF-368 - Updated changelog. 2015-06-30 14:26:41 +02:00
John Blum
c799511477 SGF-399 - Fix incorrect XSD appinfo annotation, expected 'type' attribute value on the 'error-handler' attribute of the 'cq-listener-container' element.
(cherry picked from commit 847283a7e4)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-04-14 14:27:11 -07:00
John Blum
0a82e78561 SGF-367 - Updated changelog. 2015-01-28 17:04:02 -08:00
Oliver Gierke
f38bf44ee6 SGF-367 - After release cleanups. 2015-01-27 18:29:25 +01:00
Spring Buildmaster
a55fdf6447 SGF-367 - Prepare next development iteration. 2015-01-27 09:08:06 -08:00
Spring Buildmaster
041114d9ff SGF-367 - Release version 1.4.5.RELEASE (Dijkstra SR5). 2015-01-27 09:07:48 -08:00
Oliver Gierke
b2865efe37 SGF-367 - Prepare 1.4.5.RELEASE (Dijkstra SR5). 2015-01-27 15:19:22 +01:00
Oliver Gierke
bdbad552de SGF-367 - Updated changelog. 2015-01-27 14:35:24 +01:00
John Blum
f61bacde9c SGF-369 - Fix Javadoc so that 1.4.x builds on Java 8. 2015-01-20 10:00:33 -08:00
Oliver Gierke
1ffdb20e39 SGF-355 - Updated changelog. 2015-01-20 08:46:02 +01:00
Oliver Gierke
b73d64be7d SGF-347 - Updated changelog. 2015-01-20 08:45:43 +01:00
Oliver Gierke
51db6c1a81 SGF-319 - Updated changelog. 2015-01-20 08:45:15 +01:00
John Blum
ea5e25004c SGF-362 - Upgrade to Spring Framework 3.2.13.RELEASE 2015-01-05 12:20:31 -08:00
John Blum
9e83cc73a4 SGF-352 - Change all Artifact Repository URLs to use HTTPS. 2014-11-20 12:24:02 -08:00
John Blum
dfb30ad22f SGF-349 - Upgrade to Spring Framework 3.2.12.RELEASE 2014-11-10 13:22:10 -08:00
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