Commit Graph

96 Commits

Author SHA1 Message Date
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
1bca496309 SGF-499 - Prevent SDG-defined Pools from being destroyed before the Regions that use them 2016-06-06 22:45:41 -07:00
John Blum
db41493cec SGF-445 - Remove MaxPermSize Java option from Gradle build. 2016-05-06 16:52:24 -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
730eea0e38 SGF-466 - Restore function to the Gradle-based build. 2016-02-01 23:38:13 -08:00
John Blum
f334cf2c5c SGF-460 - Remove unnecessary SLF4J compile-time dependency. 2016-01-13 17:50:52 -08:00
John Blum
3fdf6c3c82 SGF-431 - Remove mavenLocal() from the artifact repository declarations. 2015-09-10 15:40:55 -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
Oliver Gierke
7abdf1ec75 SGF-426 - After release cleanups. 2015-09-01 23:08:24 +02:00
Oliver Gierke
e9eeccb579 SGF-426 - Prepare 1.7.0.RELEASE (Gosling GA). 2015-09-01 09:44:22 +02:00
Oliver Gierke
d45a37f41e SGF-422 - After release cleanups. 2015-08-04 14:09:22 +02:00
Oliver Gierke
0973056b6f SGF-422 - Prepare 1.7.0.RC1 (Gosling RC1). 2015-08-04 13:04:27 +02:00
Andy Wilkinson
a5b0850e7c SGF-418 - Merge PR #83 updating the Spring IO Platform Plugin to perform compatibility checks.
Use the latest version of the Spring IO Plugin

Spring IO Platform 2.0 will remove the managed versions .properties
file as support for it has been removed in Spring Boot 1.3.

This commit moves the build onto a new version of the Spring IO Plugin
that uses the Maven bom rather than the properties file.
2015-07-14 14:13:43 -07:00
Andy Wilkinson
fc42ab0ebe SGF-418 - Merge PR #83 updating the Spring IO Platform Plugin to perform compatibility checks.
Upgrade to Gradle 1.12
2015-07-14 14:13:19 -07:00
John Blum
4f2eb22163 SGF-414 - Resolve incompatibility between the DistributedSystem created by the PoolFactoryBean and the DistributedSystem resolved by the ClientCacheFactoryBean when SSL is configured. 2015-07-09 18:31:00 -07:00
Oliver Gierke
0c88727ec8 SGF-406 - Fixed configuration of JavaDoc task.
We now depend on the task that extracts shared resources and use the CSS provided with that.
2015-06-02 16:26:15 +02:00
Oliver Gierke
94d4be4f69 SGF-405 - After release cleanups. 2015-06-02 11:55:23 +02:00
Oliver Gierke
d4bf3f9713 SGF-405 - Prepare 1.7.0.M1 (Gosling M1). 2015-06-02 08:49:45 +02:00
John Blum
76aab502c4 SGF-370 - Add multi-Index definition and creation support.
Added integration tests to test the definition and subsequent creation of multiple Indexes inside a GemFire Server within a Spring context.
2015-05-18 14:59:49 -07:00
John Blum
8d424eee9b SGF-394 - Improve SDG Gradle build removing FindBug compilation warnings caused by GemFire. 2015-04-07 12:56:20 -07:00
Oliver Gierke
dc353dfec6 SGF-386 - After release cleanups. 2015-03-23 13:59:08 +01: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
258394de26 SGF-380 - Prepare 1.6.0.RC1 (Fowler RC1). 2015-03-05 16:28:38 +01:00
Oliver Gierke
2166f9ea6c SGF-355 - After release cleanups. 2014-12-01 13:42:18 +01:00
Oliver Gierke
4ce1f0f1b6 SGF-355 - Prepare 1.6.0.M1 (Fowler M1).
Minor dependency upgrades.
2014-12-01 12:28:56 +01:00
John Blum
874d9205cf SGF-352 - Change all Artifact Repository URLs to use HTTPS. 2014-11-20 12:42:20 -08:00
John Blum
5f966ed9e5 SGF-352 - Change all Artifact Repository URLs to use HTTPS. 2014-11-20 10:27:40 -08:00
Oliver Gierke
f758faa881 SGF-315 - Re-activated Bundlor plugin to generate OSGi metadata.
Re-enabled the plugin and pointed it to the already existing template.mf. Polished up the template and make sure it refers to matching versions.
2014-09-03 12:23:07 +02:00
John Blum
5a1b8caf28 Fixed up the build.gradle script based on the merged asciidoc PR. Disabled the 'bundlor' Gradle plugin after attempting to get the 'bundle' task working, which led to several warnings due to an unspecified, non-customized 'Import' Bundle Manifest header. 2014-09-02 16:32:43 -07:00
Oliver Gierke
639293adfe SGF-305 - Finished migration to Asciidoctor.
Upgraded Asciidoctor plugin to 1.5 and re-enabled Docbook plugin for PDF generation. Removed obsolete repository declarations. Use Spring Data Build shared resources to use the CSS file from it. Configure Docbook reference plugin to use Asciidoctor generated sources. Override expandPlaceholders to avoid replacement of variables in source files. Tweaked docs ZIP setup to include Asciidoctor generated HTML and Docbook generated PDF version.
2014-09-02 16:54:39 +02:00
Greg Turnquist
d11bf5ce0e SGF-305: Move to Asciidoctor for reference documentation
First cut at migrating reference docs to asciidoctor.
2014-09-02 14:20:08 +02:00
John Blum
299dd49a79 Cleanup to the SDG dependency repository references, preferring Spring IO Repos over external repos (such as dist.gemstone.com). Added conditional logic around the GemFire 8 Distribution Configuration Properties in the CacheFactoryBean in an effort to enable SDG 1.5 to work with GemFire 7.x versions and earlier. Refactored the GemfireUtils class's logic for detecting GemFire Versions at runtime. 2014-08-19 17:56:49 -07:00
Oliver Gierke
c71132fe6c SGF-306 - After release cleanups. 2014-08-13 16:29:32 +02:00
Oliver Gierke
ba24869371 SGF-306 - Prepare 1.5.0.RC1 (Evans RC1). 2014-08-13 15:05:21 +02:00
John Blum
d8896fd05b Final updates to SDG's build.gradle script to resolve GemFire 7.5 build artifact snapshots in order to build SDG with support for GemFire 7.5 features and functionality. 2014-08-11 17:00:07 -07:00
John Blum
358aa55304 Upgrades Spring Data GemFire 1.5 to GemFire 7.5. 2014-08-11 17:00:07 -07:00
Oliver Gierke
76d44ca970 SGF-298 - After release cleanups. 2014-07-10 20:40:44 +02:00
Oliver Gierke
6f435e34fc SGF-298 - Prepare 1.5.0.M1 (Evans M1). 2014-07-10 17:14:50 +02:00
Oliver Gierke
b1e3cc121a SGF-286 - After release cleanups. 2014-05-20 19:52:47 +02:00
Oliver Gierke
e6aabf52fa SGF-286 - Prepare 1.4 GA. 2014-05-20 17:00:10 +02: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
Oliver Gierke
7ef62a0c0f SGF-283 - After release cleanups. 2014-05-02 15:26:52 +02:00
Oliver Gierke
a2d1e2ee70 SGF-283 - Prepare 1.4.0.RC1.
Upgraded to Spring Data Commons 1.8.0.RC. Switched to milestone repository.
2014-05-02 14:40:27 +02:00
Oliver Gierke
748f2a2783 SGF-283 - Removed obsolete repository declarations.
To make sure the release automation has a single repository declaration to work with I removed the obsolete release and milestone repository declarations. The snapshots contains the milestone repo, which in turn contains the release one, so that only one of them has to be declared depending on which artifacts you want to see.
2014-05-02 13:09:11 +02:00
John Blum
0bdf1dd691 Updated the SDG build.gradle Maven repository references to include Spring IO's libs-release and libs-milestone. In addition, moved the AMZN S3 Maven Repo to the top of the list to ensure the GemFire artifacts are pulled from the source. 2014-04-29 12:03:01 -07:00
John Blum
6ad31ba619 Resolves JIRA improvement SGF-265, appropriately handling the 'new' Query result type (ResultsCollectionPdxDeserializerWrapper) introduced and returned by GemFire's Querying infrastructure in 7.0.2, breaking backwards compatibility with 7.0.1 for certain types of Queries. 2014-04-16 08:56:45 -07:00