Commit Graph

101 Commits

Author SHA1 Message Date
Oliver Gierke
fe53d07923 SGF-318 - Upgraded to Spring Framework 4.0.7. 2014-09-04 10:49:53 +02:00
John Blum
4dd2a02320 Prepare next development iteration... the 2.0.0.M1 release. 2014-09-03 21:37:05 -07: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
John Blum
2eeb590d43 Re-organized SDG dependency version properties in gradle.properties. 2014-08-13 16:08:26 -07:00
Oliver Gierke
c71132fe6c SGF-306 - After release cleanups. 2014-08-13 16:29:32 +02:00
Spring Buildmaster
795f099953 SGF-306 - Prepare next development iteration. 2014-08-13 07:18:56 -07:00
Spring Buildmaster
f78719db09 SGF-306 - Release version 1.5.0.RC1 (Evans RC1). 2014-08-13 07:18:47 -07:00
Oliver Gierke
ba24869371 SGF-306 - Prepare 1.5.0.RC1 (Evans RC1). 2014-08-13 15:05:21 +02:00
John Blum
277ad35b30 Upgraded SDG to GemFire 8.0.0 GA. 2014-08-12 13:04:39 -07:00
John Blum
f427125669 Implements JIRA feature request SGF-226 enabling Spring Data GemFire to retrieve the shared, persistent cluster configuration from a GemFire 8 Locator Shared Configuration service when the SDG configured peer cache member joins the cluster. 2014-08-11 17:00:07 -07: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
John Blum
f9cbc89cd3 Re-organized SDG dependency version properties in gradle.properties. 2014-07-29 14:43:42 -07:00
Oliver Gierke
76d44ca970 SGF-298 - After release cleanups. 2014-07-10 20:40:44 +02:00
Spring Buildmaster
e70bb5dd92 SGF-298 - Prepare next development iteration. 2014-07-10 10:51:55 -07:00
Spring Buildmaster
cc81d0f97a SGF-298 - Release version 1.5.0.M1. 2014-07-10 10:51:51 -07:00
Oliver Gierke
6f435e34fc SGF-298 - Prepare 1.5.0.M1 (Evans M1). 2014-07-10 17:14:50 +02:00
John Blum
7493f84170 Completes JIRA task SGF-299 upgrading Spring Data GemFire 1.5.0.M1 to Spring Framework 4.0.6.RELEASE. 2014-07-08 13:50:18 -07:00
John Blum
8cc46ac0fc Upgraded Spring Data GemFire 1.5 to Spring Framework 4.0.5. 2014-07-02 20:18:52 -07:00
John Blum
33437c23e0 Re-organized SDG dependency version properties in gradle.properties. 2014-05-22 16:04:29 -07:00
Oliver Gierke
b1e3cc121a SGF-286 - After release cleanups. 2014-05-20 19:52:47 +02:00
Spring Buildmaster
f79e988797 SGF-286 - Prepare next development iteration. 2014-05-20 10:18:08 -07:00
Spring Buildmaster
924bcb73bb SGF-286 - Release version 1.4.0.RELEASE. 2014-05-20 10:18:02 -07:00
Oliver Gierke
e6aabf52fa SGF-286 - Prepare 1.4 GA. 2014-05-20 17:00:10 +02:00
Oliver Gierke
d5710eee96 SGF-287 - Upgraded to Spring 3.2.9.RELEASE. 2014-05-20 14:39:05 +02:00
John Blum
e1ba156e04 Re-organized SDG dependency version properties in gradle.properties. 2014-05-02 15:07:39 -07:00
Oliver Gierke
7ef62a0c0f SGF-283 - After release cleanups. 2014-05-02 15:26:52 +02:00
Spring Buildmaster
6d11bc099b SGF-283 - Prepare next development iteration. 2014-05-02 06:04:49 -07:00
Spring Buildmaster
825fbb72f0 SGF-283 - Release version 1.4.0.RC1. 2014-05-02 06:04:46 -07: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
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
Spring Buildmaster
a2a9707f02 SGF-266 - Prepare next development iteration. 2014-03-31 08:10:15 -07:00
Spring Buildmaster
3da016b4dc SGF-266 - Release version 1.4.0.M1. 2014-03-31 08:10:12 -07:00
John Blum
d2d54bf40c Completes JIRA ticket SGF-256 and upgrades Spring Data GemFire to Spring Framework 3.2.8 and Spring Data Commons 1.8.0. 2014-03-10 17:52:54 -07:00
John Blum
73a7aa689c Re-instated the project version to 1.4.0.BUILD-SNAPSHOT after merging changes from the 1.3.3.RELEASE branch, which was rebased in order to re-align the 1.3.3.RELEASE branch with master since the master branch had additional committed changes for 1.3.3 after the release that was after the 1.3.3.RELEASE branch. The intended purpose of this effort was to simply changes (bug fixes, enhancements, etc) required to be made on the 1.3.3.RELEASE branch for Spring Data GemFire version 1.3.3 that then will need to be promoted, or upmerged to the master branch for new development. 2013-11-13 13:15:07 -08:00
Spring Buildmaster
52edacd693 Release version 1.3.3.RELEASE for Spring Data GemFire 2013-11-13 12:23:53 -08:00
Spring Buildmaster
b9975774b5 Next development version is 1.4.0.BUILD-SNAPSHOT for development of Spring Data GemFire on Spring Framework 4.x for the GemFire 7.5 release. 2013-11-12 14:13:09 -08:00
John Blum
1c24a402ce Rolled the Spring Data GemFire project's version of the Spring Framework to 3.2.5.RELEASE and Spring Data Commons to 1.5.3.RELEASE. 2013-11-08 10:31:34 -08:00
Spring Buildmaster
d0e2125784 [artifactory-release] Next development version 2013-08-06 10:52:27 -07:00
David Turanski
f1ad1e198d upgraded to 1.3.2.BUILD-SNAPSHOT 2013-06-05 06:50:40 -04:00
Spring Buildmaster
02bee0bf43 [artifactory-release] Release version 1.3.1.RELEASE 2013-04-18 10:01:32 -07:00
David Turanski
477dca3f4f backed out SGF-172 - moved to feature branch 1.3.x 2013-04-17 10:21:36 -04:00
David Turanski
7a27c67264 SGF-172 - added support for countBy... methods 2013-04-16 10:49:10 -04:00
Spring Buildmaster
79749f419a [artifactory-release] Next development version 2013-03-14 09:43:52 -07:00
Spring Buildmaster
b58dfd65bb [artifactory-release] Release version 1.3.0.RELEASE 2013-03-14 09:43:46 -07:00
David Turanski
01c26fbba3 fixed typo in reference
[artifactory-release] Release version 1.3.0.RELEASE

fixed version from artifactory build
2013-03-14 12:05:43 -04:00