Commit Graph

158 Commits

Author SHA1 Message Date
John Blum
78bca3ba18 SGF-665 - Upgrade to Pivotal GemFire 9.1.1. 2017-09-12 16:04:35 -07:00
John Blum
495aba1b4b SGF-644 - Upgrade to Pivotal GemFire 9.1.0. 2017-07-19 13:54:57 -07:00
John Blum
8af5ac3f8f SGF-629 - Upgrade to Pivotal GemFire 9.0.4. 2017-05-15 11:13:54 -07:00
John Blum
4b2a71b7ea SGF-614 - Upgrade to Pivotal GemFire 9.0.3. 2017-04-13 12:24:16 -07:00
John Blum
d914820272 SGF-402 - Add Lucene Integration support.
(cherry picked from commit f104d5752725469837254e7dda773539505a26c4)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-03-30 13:09:23 -07:00
John Blum
d20f3b6667 SGF-607 - Upgrade 3rd party dependencies.
Upgrade to Jackson 2.8.6.

Upgrade to Log4j 2.8.1.

Upgrade to Lombok 1.16.14.

Upgrade to Mockito 2.7.19.

Upgrade to Apache Shiro 1.3.2.
2017-03-24 18:16:19 -07:00
John Blum
6b96321e46 SGF-607 - Upgrade to Pivotal GemFire 9.0.2. 2017-03-24 17:25:57 -07:00
John Blum
d978884f86 SGF-580 - Upgrade to Pivotal GemFire 9.0.1. 2017-01-03 10:36:05 -08:00
John Blum
aedfcdfb8e SGF-106 - Add additional test case to test that no Indexes are created when @EnableIndexes is not present.
(cherry picked from commit add1fd9e71)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-12-12 19:16:13 -08:00
John Blum
49b86a0ed0 SGF-569 - Move Off-Heap, Redis Adapter and Security Annotation config from apache-geode to SDG 2.0.x. 2016-11-18 17:08:09 -08:00
John Blum
7c1574e600 SGF-567 - Upgrade to GemFire 9.0.0-beta.1. 2016-11-17 09:04:40 -08:00
John Blum
d3041d05a4 SGF-564 - Upgrade Gradle build to Java 8.
Upgrade AssertJ version to 3.5.2.

Upgrade Jackson version to 2.8.4.

Upgrade Spring Framework to 5.0.0.M3.

Upgrade Spring Data Build to 2.0.0.BUILD-SNAPSHOT.

Upgrade Spring Data Commons to 2.0.0.BUILD-SNAPSHOT.

Set Spring Data GemFire version to 2.0.0.BUILD-SNAPSHOT.
2016-11-10 23:15:08 -08:00
John Blum
a4abc83adb SGF-539 - Change GemfireCache.evict(key) to call Region.remove(key). 2016-10-04 00:12:33 -07:00
John Blum
1af7ad523a SGF-528 - Enable GemfireCacheManager to explicitly specify Cache names referring to Regions that will be used in Spring's Caching Infrastructure. 2016-09-26 18:08:13 -07:00
John Blum
a68a31a052 SGF-534 - Fix ordered GemfireRepository.findAll(:Sort) queries. 2016-09-22 22:52:17 -07:00
John Blum
9e61270cd5 SGF-496 - Upgrade to Pivotal GemFire 8.2.1. 2016-05-16 22:30:10 -07:00
Oliver Gierke
92de7a79d7 SGF-842 - Update Gradle properties for CI build. 2016-04-10 16:07:11 +02:00
John Blum
35f8e3f4b1 SGF-481 - Upgrade to Spring Framework 4.2.5.RELEASE. 2016-03-16 16:23:28 -07:00
John Blum
34da7ec910 SGF-469 - Add support for CDI. 2016-02-26 14:32:34 -08:00
John Blum
1b11b912f5 SGF-459 - Add support for the get(key:Object, valueLoader:Callable) method in Spring Framework 4.3's Cache interface. 2016-02-01 23:43:29 -08:00
John Blum
193a466752 SGF-461 - Upgrade to Spring Framework 4.1.9.RELEASE. 2016-01-13 19:06:24 -08:00
John Blum
e07068e828 SGF-437 - Upgrade to Spring Framework 4.1.8.RELEASE. 2015-10-16 02:47:23 -07:00
John Blum
f0aa6fdeb6 SGF-387 - Prepare SDG 1.8 and upgrade to GemFire 8.2.0 GA 2015-09-01 21:11:28 -07:00
John Blum
31c048d911 SGF-426 - Additional after release cleanup. 2015-09-01 21:08:53 -07:00
Oliver Gierke
7abdf1ec75 SGF-426 - After release cleanups. 2015-09-01 23:08:24 +02:00
Spring Buildmaster
efd404bcfb SGF-426 - Prepare next development iteration. 2015-09-01 23:08:19 +02:00
Spring Buildmaster
88434d05a4 SGF-426 - Release version 1.7.0.RELEASE (Gosling GA). 2015-09-01 02:08:09 -07:00
Oliver Gierke
e9eeccb579 SGF-426 - Prepare 1.7.0.RELEASE (Gosling GA). 2015-09-01 09:44:22 +02:00
John Blum
f292ec6fad SGF-408 - Provide support in the SDG XML namespace to load a pre-defined data set using GemFire Snapshot Service for development and testing purposes.
Renamed the '<gfe-data:export-snapshot>' and '<gfe-data:import-snapshot>' sub-elements to <gfe-data:snapshot-export>' and '<gfe-data:snapshot-import>' respectively; updated the SnapshotServiceParser to appropriately handle the sub-element name change.
Added a mini chapter in the Spring Data GemFire Reference Guide on how-to use the GemFire SnapshotService support provided by Spring Data GemFire.
2015-08-31 21:46:29 -07:00
Oliver Gierke
d45a37f41e SGF-422 - After release cleanups. 2015-08-04 14:09:22 +02:00
Spring Buildmaster
359c6b279e SGF-422 - Prepare next development iteration. 2015-08-04 04:52:47 -07:00
Spring Buildmaster
f6a6636d3a SGF-422 - Release version 1.7.0.RC1 (Gosling RC1). 2015-08-04 04:52:45 -07:00
Oliver Gierke
0973056b6f SGF-422 - Prepare 1.7.0.RC1 (Gosling RC1). 2015-08-04 13:04:27 +02:00
John Blum
d6dc23a440 SGF-407 - Modify the MappingPdxSerializer to allow for extensibility. 2015-06-02 14:44:04 -07:00
Oliver Gierke
94d4be4f69 SGF-405 - After release cleanups. 2015-06-02 11:55:23 +02:00
Spring Buildmaster
212a0f1f42 SGF-405 - Prepare next development iteration. 2015-06-02 01:41:13 -07:00
Spring Buildmaster
b789f3c641 SGF-405 - Release version 1.7.0 M1 (Gosling). 2015-06-02 01:41:10 -07:00
Oliver Gierke
d4bf3f9713 SGF-405 - Prepare 1.7.0.M1 (Gosling M1). 2015-06-02 08:49:45 +02:00
John Blum
efd6feef04 SGF-397 - Upgrade to Spring Framework 4.1.6.RELEASE 2015-04-13 23:40:00 -07:00
John Blum
509eec441d SGF-386 - Additional after release cleanups. 2015-03-23 16:31:35 -07:00
Oliver Gierke
dc353dfec6 SGF-386 - After release cleanups. 2015-03-23 13:59:08 +01:00
Spring Buildmaster
8045ebf022 SGF-386 - Prepare next development iteration. 2015-03-23 05:09:07 -07:00
Spring Buildmaster
b4c7bbfb55 SGF-386 - Release version 1.6.0.RELEASE. 2015-03-23 05:09:05 -07:00
Oliver Gierke
d9287dfec0 SGF-386 - Prepare 1.6.0.RELEASE (Fowler GA).
Upgraded to common dependency versions.
2015-03-23 12:31:13 +01:00
John Blum
3063046e53 SGF-381 - Enable RegionFactoryBean to respect the Data Policy specified on a nested or referenced RegionAttributes bean definition. 2015-03-10 14:25:16 -07:00
Oliver Gierke
396d69c901 SGF-380 - After release cleanups. 2015-03-05 19:35:02 +01:00
Spring Buildmaster
6b4500f1b4 SGF-380 - Prepare next development iteration. 2015-03-05 10:13:32 -08:00
Spring Buildmaster
20619e1994 SGF-380 - Release version 1.6.0.RC1. 2015-03-05 10:13:30 -08:00
Oliver Gierke
258394de26 SGF-380 - Prepare 1.6.0.RC1 (Fowler RC1). 2015-03-05 16:28:38 +01:00
John Blum
7bab63703e SGF-363 - Upgrade to Spring Framework 4.0.9.RELEASE 2015-01-05 16:30:27 -08:00