John Blum
9e83cc73a4
SGF-352 - Change all Artifact Repository URLs to use HTTPS.
2014-11-20 12:24:02 -08:00
Oliver Gierke
3f5ba97e7e
SGF-308 - After release cleanups.
2014-08-27 12:37:02 +02:00
Oliver Gierke
85dc6ca841
SGF-308 - Prepare 1.4.4.RELEASE (Dijkstra SR4).
2014-08-27 11:28:27 +02:00
Oliver Gierke
3bff79a482
SGF-303 - After release cleanups.
2014-07-28 12:24:58 +02:00
Oliver Gierke
2b4349a56e
SGF-303 - Prepare 1.4.2.RELEASE (Dijkstra SR2).
2014-07-28 10:20:57 +02:00
Oliver Gierke
29cd84ac6d
SGF-293 - After release cleanups.
2014-06-30 16:47:28 +02:00
Oliver Gierke
15ef24fbe1
SGF-293 - Prepare 1.4.1.RELEASE (Dijkstra SR1).
2014-06-30 15:01:22 +02:00
Spring Buildmaster
aace199290
SGF-286 - Prepare next development iteration.
2014-05-20 21:06: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
David Turanski
0d84ef62ad
fixed version 'uspecified'
2012-07-10 13:07:33 -04:00
David Turanski
1e6d4060a6
clean up build
2012-07-04 13:28:01 -04:00
Costin Leau
c199468ab5
update schema task
2012-07-04 13:02:04 -04:00
Costin Leau
6097749af4
merged first draft build
2012-07-04 12:40:07 -04:00