Commit Graph

65 Commits

Author SHA1 Message Date
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
John Blum
bf21a98e85 Upgrades Spring Data GemFire to GemFire 7.0.2. 2014-04-16 08:53:41 -07:00
John Blum
3e300ddaf5 Added additional Gradle properties for SDG dependency version numbers. Re-organized the dependency declarations in build.gradle and changed version references to use Gradle properties from gradle.properties. 2014-04-14 16:41:03 -07:00
Andy Wilkinson
7630d0b4df Update dependencies
Various dependencies have been updated to their latest versions. The
dependency on aspectjrt has been removed: it's unnecessary to depend
on both rt and weaver as aspectjweaver contains a superset of
aspectjrt. The dependency on cglib has been removed as it was not
being used.
2014-04-10 14:29:39 +01:00
John Blum
fe15c81da1 Included change log notes for the SDG 1.3.4 release. Updated the SDG dependency declarations in the build.gradle file to properly 'exclude' the 'commons-logging' transitive dependency included by the Spring Framework dependencies. 2014-04-04 15:24:36 -07:00
John Blum
e06d1e473b Remove the runtime dependency on commons-modeler. The commons-modeler API is a transitive dependency required by GemFire's old Admin interface, which has been replaced in GemFire 7 by the new Management and Monitoring interface. Commons-modeler is not needed either during compilation or testing of the Spring Data GemFire project. 2014-01-29 10:31:11 -08:00
John Blum
a861346b95 Set the min and max heap sizes in the Gradle wrapper used by the Bamboo build process in an attempt to avoid Bamboo's JVM initialization error. 2013-12-16 11:48:56 -08:00
John Blum
fb61e19f1e Upgraded Gradle version from 1.3 to 1.9. 2013-12-11 16:20:28 -08:00
David Turanski
c9c0432971 fixed build.gradle 2013-03-11 13:52:08 -04:00
David Turanski
20e0670f38 SGF-167 also, changed default to close='false' on RFB 2013-03-11 13:12:23 -04:00
David Turanski
e3a6f47e76 enhanced StubAsyncEventQueueFactory for 7.0.1 2013-03-08 08:23:39 -05:00
David Turanski
4a6021fbc3 SGF-155 - fixed build script 2013-02-23 11:03:18 -05:00
David Turanski
b8af5931a5 merged changes for SGF-93. Updated documentation 2013-02-12 12:56:56 -05:00
David Turanski
30cf17682c upgraded to spring-data-commons 1.5.RELEASE 2013-02-07 09:28:14 -05:00
David Turanski
0e92a8f51d Integrated GemfireTestRunner 2013-01-13 10:44:50 -05:00
David Turanski
7e96988184 SGF-146 - improved test performance 2013-01-07 18:38:04 -05:00
Oliver Gierke
b9f4a55c79 SGF-140 - Update to Spring Data Commons 1.5.0.
Expose GemfireMappingContext to the parent class to enable PersistentEntity lookup.
2012-11-28 19:03:31 +01:00
David Turanski
f71120138b disabled bundlor 2012-10-26 20:54:17 -04:00
David Turanski
58452831b2 Fixed function tests 2012-10-26 18:18:14 -04:00
David Turanski
f993189b73 merge 1.3.x into master 2012-10-26 08:20:46 -04:00
David Turanski
cfdac73247 updated reference docs and build config for GF 7 2012-10-22 13:58:00 -04:00
David Turanski
4da8c04af0 started on annotation-driven functions 2012-10-09 08:21:38 -04:00
David Turanski
154905b808 initial 1.2.1 branch 2012-10-05 10:43:41 -04:00
David Turanski
c66d4d2404 updated build dependencies to gemfire 7 2012-10-05 07:24:49 -04:00
David Turanski
329707dd5c Upgraded to SDC 1.4.0.RC1 2012-08-23 17:43:39 -04:00
David Turanski
3b793686bd updated documentation; build upgraded to jdk 1.6. Schema clean up 2012-08-22 08:08:13 -04:00
David Turanski
1cee21b9e5 removed leftover gemfire 7 dependencies 2012-08-14 17:15:14 -04:00
David Turanski
13836baee0 remove log4j runtime dependency 2012-08-08 11:22:55 -04:00
David Turanski
045c3570ec updated build script 2012-08-05 17:29:23 -04:00
David Turanski
fdf1983081 SGF-102 Enable JavaConfig for repositories 2012-07-24 15:46:05 -04:00
David Turanski
c80f8e4f35 removed maven repo 2012-07-24 10:50:46 -04:00
David Turanski
94468bec9a Added WAN support modifications for GF 7 and general cleanup of test code 2012-07-23 14:41:00 -04:00