Commit Graph

159 Commits

Author SHA1 Message Date
John Blum
550861d03b SGF-560 - Prepare 1.0.0.APACHE-GEODE-INCUBATING-RELEASE. 2016-11-02 15:40:17 -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
153e812025 SGF-554 - Release version 1.0.0.APACHE-GEODE-INCUBATING-M3. 2016-10-05 20:59:12 -07:00
John Blum
b3762829e0 SGF-554 - Prepare 1.0.0.APACHE-GEODE-INCUBATING-M3. 2016-10-05 20:47:43 -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
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
2c17055540 SGF-533 - Update Spring dependencies, set Apache Geode version to 1.0.0-incubating.M3 and refactor exclusions.
SGF-525 - Set Apache Geode version to 1.0.0-incubating.M3.
2016-09-20 14:08:41 -07:00
John Blum
24274c5981 SGF-525 - Set Apache Geode version to 1.0.0-incubating.M3. 2016-08-31 11:14:32 -07:00
John Blum
186157a97d SGF-510 - Create 1.0.0.APACHE-GEODE-INCUBATING-M3-SNAPSHOT.
Upgrade Spring Framework version to 4.2.7.RELEASE.

Upgrade Spring Data Build version to 1.8.2.RELEASE.

Upgrade Spring Data Commons version to 1.12.2.RELEASE.

Upgrade SLF4J version to 1.7.21.

Update Jackson version to 2.7.6.
2016-08-01 23:31:17 -07:00
John Blum
1723653a17 SGF-491 - Post-release cleanup. 2016-04-29 17:31:56 -07:00
Spring Buildmaster
a304d5a570 2016-04-29 05:41:54 +00:00
Spring Buildmaster
53518107eb 2016-04-29 05:41:54 +00:00
Spring Buildmaster
0dee4d4da4 Prepare next development iteration. 2016-04-29 04:24:56 +00:00
Spring Buildmaster
c0df0b41a0 Release version 1.0.0.APACHE-GEODE-INCUBATING-M2 2016-04-29 04:24:51 +00:00
John Blum
52b4617066 SGF-491 - Pre-release cleanup. 2016-04-28 20:28:10 -07:00
John Blum
4479e5a1a5 SGF-489 - Update Spring Data and 3rd party dependencies. 2016-04-24 14:37:27 -07:00
John Blum
990f46a80e SGF-481 - Upgrade to Spring Framework 4.2.5.RELEASE.
(cherry picked from commit 35f8e3f4b12194b09e3523446a807832c49e99a3)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-03-16 18:56:29 -07:00
John Blum
b68c1f450c SGF-469 - Add support for CDI.
(cherry picked from commit 34da7ec91044c9f01647d444ccbe12ed890b4cc6)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-26 18:15:16 -08:00
John Blum
abc1105fda SGF-471 - Prepare next development iteration. 2016-02-11 21:54:27 -08:00
Spring Buildmaster
6bab75cb87 SGF-471 - Release version 1.7.0.APACHE-GEODE-EA-M1. 2016-02-11 21:21:47 -08:00
John Blum
40f126a1f5 SGF-471 - Prepare 1.7.0.APACHE-GEODE-EA-M1. 2016-02-11 21:21:37 -08:00
John Blum
184f05bf30 SGF-471 - Change spring-data-build and spring-data-commons dependency versions to GA releases...
Because Spring Data GemFire with Apache Geode support (apache-geode) is not part of the Spring Data Release Trains (e.g. Fowler, Gosling, Hopper, etc) it makes more sense to maintain a constant and stable dependency on both Spring Data Build and Spring Data Commons, respectively.  Until Apache Geode has an official GA release, SDG with Apache Geode support cannot progress along with the other SD modules during pre-release, development milestones (e.g. M1, RC1) since Apache Geode does not maintain a predictable and similar release cycle.  Therefore, it makes sense that SDG with Apache Geode support be coupled with the Apache Geode release cycle until the first GA release.  At which time, SDG with Apache Geode support can then maintain a constant, fixed dependency on Apache Geode, as a 'driver' (similar to SDG with Pivotal GemFire support, which depends only on GA GemFire releases) and subsequently, be sync'd with the SD Release Train.
2016-02-11 16:49:25 -08:00
John Blum
8044420950 SGF-471 - Perform pre-release cleanup. 2016-02-11 13:03:45 -08:00
John Blum
83023a4425 SGF-459 - Add support for the get(key:Object, valueLoader:Callable) method in Spring Framework 4.3's Cache interface.
(cherry picked from commit 1b11b912f53b90df7b18fc40e070155096d3648e)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-02 00:09:45 -08:00
John Blum
b01c8a56ee SGF-461 - Upgrade to Spring Framework 4.1.9.RELEASE. 2016-01-13 19:20:40 -08:00
Jens Deppe
ef99a04be8 SGF-454 - Adapted to API changes in Spring Data Commons.
Related tickets: DATACMNS-89.
(cherry picked from commit 6ad886ffaefc41b2bc9b014aee6acbc0ad9039ac)
2015-12-31 08:41:14 -08:00
John Blum
dd891d89ce SGF-437 - Upgrade to Spring Framework 4.1.8.RELEASE.
(cherry picked from commit e07068e828c87a80865def60470bef4f4f0f5080)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-16 08:41:32 -07:00
John Blum
2ecbd7b53d SGF-417 - Update apache-geode SDG branch based on the latest Apache Geode developments (snapshot 20150713182515). 2015-07-13 17:37:55 -07:00
John Blum
9162dd5b73 SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Changing the SDG version with Apache Geode support to 1.7.0.APACHE-GEODE-EA-SNAPSHOT.
2015-06-11 15:04:46 -07:00
John Blum
1ebeb11e57 SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Changing the SDG version with Apache Geode support to 1.7.0.APACHE-GEODE-EA.
2015-06-11 13:46:33 -07:00
John Blum
8363d6f463 SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Fixed up and polished additional SDG test suite classes related to Pivotal GemFire functionality and features when ran with Apache Geode.  Also introduced a GemfireFeature enumerated type to implement more fine-grained control of specific feature checking when attributes of XML namespace elements refer to Pivotal GemFire specific features.
2015-06-02 18:06:16 -07:00
John Blum
8c2d01262a SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Source compilation and resource processing build step complete.
2015-06-02 18:06:14 -07: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