Commit Graph

344 Commits

Author SHA1 Message Date
John Blum
0a80d8596e Upgrade to Spring Data Neumann-RELEASE.
Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.3.0.RELEASE.

Upgrade to Spring Data Release Train Neumann-RELEASE.
2020-05-13 15:09:24 -07:00
John Blum
6ccf73a583 Upgrade to Spring Boot 2.3.0.RC1.
Spring Boot is used for transitive dependency management.
2020-05-13 15:07:35 -07:00
John Blum
540b87d8ac Upgrade to Spring Framework 5.2.6.RELEASE. 2020-05-13 15:05:59 -07:00
John Blum
9d49b62be6 Upgrade to Pivotal GemFire 9.10.0. 2020-05-13 15:04:34 -07:00
John Blum
c6e1d78807 Upgrade to AssertJ 3.16.1. 2020-05-13 15:03:52 -07:00
John Blum
d43b96e328 Upgrade to Apache Geode 1.12.0. 2020-05-13 14:50:03 -07:00
John Blum
703e64a010 Add overloaded timedWait(..) methods taking a non-null java.time.Duration object.
Deprecate WaitCondition and introduce a new Condition interface.
2020-04-16 10:38:19 -07:00
John Blum
0b0150ee9c Add CONTRIBUTING.adoc. 2020-04-16 10:27:31 -07:00
John Blum
e2ce22e3e1 Update README to include shared, spring-projects GitHub Organization community health files. 2020-04-16 10:27:20 -07:00
John Blum
1c385b3f20 Prepare next development iteration.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.7.BUILD-SNAPSHOT.

Set Spring Data Parent Maven POM version to 2.2.7.BUILD-SNAPSHOT.

Set Spring Data Release Train version to Moore-BUILD-SNAPSHOT.

Set version to 0.0.15.BUILD-SNAPSHOT.
2020-04-15 13:48:01 -07:00
John Blum
47e672edb8 Release 0.0.14.RELEASE. 2020-04-15 13:42:42 -07:00
John Blum
1e5862b8b0 Prepare 0.0.14.RELEASE.
Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.6.RELEASE.

Upgrade to Spring Data Parent Maven POM 2.2.6.RELEASE.

Upgrade to Spring Data Release Train Moore-SR6.
2020-04-15 13:34:08 -07:00
John Blum
9d72b61ad8 Upgrade to Spring Build Conventions Gradle Plugin 0.0.31.RELEASE. 2020-04-15 13:25:52 -07:00
John Blum
31875ef539 Upgrade to Gradle 6.3. 2020-04-15 13:25:07 -07:00
John Blum
936b6ac809 Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.7.BUILD-SNAPSHOT.
Upgrade to Spring Data Parent Maven POM 2.2.7.BUILD-SNAPSHOT.
2020-04-15 13:24:13 -07:00
John Blum
0d64ca2da6 Upgrade to Spring Boot 2.2.6.RELEASE. 2020-04-15 13:22:27 -07:00
John Blum
1ea535f89b Upgrade to Spring Framework 5.2.5.RELEASE. 2020-04-15 13:21:34 -07:00
John Blum
e9778fa852 Upgrade to Pivotal GemFire 9.8.7. 2020-04-15 13:19:58 -07:00
John Blum
3401a1b554 Upgrade to Mockito 3.3.3. 2020-04-15 13:16:26 -07:00
John Blum
bb7c402bb3 Upgrade to Project Lombok 1.10.12. 2020-04-15 13:15:46 -07:00
John Blum
6dec5b8d73 Add utility method to find and reserve allocated network ports. 2020-04-15 13:12:35 -07:00
John Blum
5137a8a3bd Change README Travis CI build badge to point to spring-test-data-geode.
Currently the Travis CI bulid badge incorrectly points to spring-boot-data-geode.
2020-02-22 22:34:24 -08:00
John Blum
b86425d12a Upgrade to Gradle 6.2. 2020-02-22 22:29:04 -08:00
John Blum
2c514d0f48 Prepare next development iteration.
Set version to 0.0.14.BUILD-SNAPSHOT.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.5.BUILD-SNAPSHOT.

Set Spring Data Release Train version to Moore-BUILD-SNAPSHOT.
2020-02-22 22:24:38 -08:00
John Blum
79cecf7e70 Release 0.0.13.RELEASE. 2020-02-22 20:42:01 -08:00
John Blum
44cac6fef5 Prepare the 0.0.13.RELEASE.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.4.RELEASE.

Set Spring Data Release Train version to Moore-SR4.
2020-02-22 20:39:03 -08:00
John Blum
68c5edb974 Format source code.
Optimize imports.
2020-02-22 20:26:52 -08:00
John Blum
56feb76cdf Upgrade to Spring Build Conventions Gradle Plugin 0.0.30.RELEASE. 2020-02-22 20:23:23 -08:00
John Blum
faff93d6f4 Remove explicit dependency management for Apache Geode and Pivotal GemFire.
Let the Spring Data Release Train (e.g. SD Neumann), and speficially Spring Data for Apache Geode & Pivotal GemFire determine the correct versions of Apache Geode & Pivotal GemFire, respectively.
2020-02-22 20:22:13 -08:00
John Blum
19847910c8 Optimize imports. 2020-02-22 20:17:34 -08:00
John Blum
8c0739cb44 Switch use of Descriptable.as(String description, Object... args) to Descriptable.describedAs(String description, Object... args). 2020-01-31 11:29:08 -08:00
John Blum
b7923b25bb Upgrade to AssertJ 3.15.0. 2020-01-31 11:26:53 -08:00
John Blum
07d3f0c8af Remove unnecessary use of @SuppressWarnings("all") annotation. 2020-01-23 13:57:22 -08:00
John Blum
77e5445142 Replace use of Apache Shiro Assert with Spring Framework Assert. 2020-01-23 13:56:25 -08:00
John Blum
7ff805c699 Prepare next development iteration.
Upgrade to Pivotal GemFire 9.8.6.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.5.BUILD-SNAPSHOT.

Upgrade to Spring Data Release Train Moore-BUILD-SNAPSHOT.

Set version to 0.0.13.BUILD-SNAPSHOT.
2020-01-23 12:56:36 -08:00
John Blum
aa73e4d0c6 Release 0.0.12.RELEASE. 2020-01-23 12:45:59 -08:00
John Blum
cedeea8279 Upgrade to Gradle 6.0.1. 2020-01-23 12:42:05 -08:00
John Blum
b1dc9c9be9 Upgrade to Spring Build Conventions Gradle Plugin 0.0.28.RELEASE. 2020-01-23 12:32:00 -08:00
John Blum
b67f811a87 Update dependencies in Maven POM.
Upgrade to JUnit 4.13.

Upgrade to Mockito 3.2.4.

Upgrade to Spring Framework 5.2.3.RELEASE.

Upgrade to Spring Boot 2.2.4.RELEASE.

Upgrade to Spring Data Parent BOM 2.2.4.RELEASE.

Upgrade to Spring Data Release Train Moore-SR4.
2020-01-23 12:23:36 -08:00
John Blum
7510096d48 Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.4.RELEASE.
Upgrade to Spring Data Release Train Moore-SR4.
2020-01-23 12:15:22 -08:00
John Blum
269e480e7b Upgrade to Spring Boot 2.2.4.RELEASE. 2020-01-23 12:14:13 -08:00
John Blum
8090043b2a Upgrade to Spring Framework 5.2.3.RELEASE. 2020-01-23 12:13:22 -08:00
John Blum
bbf8b2a669 Upgrade to Mockito 3.2.4. 2020-01-23 12:10:58 -08:00
John Blum
bf65d5c72a Upgrade to JUnit 4.13. 2020-01-23 12:09:54 -08:00
John Blum
63a295baf3 Prepare next development iteration. 2019-12-11 12:26:47 -08:00
John Blum
74bd3583cf Release 0.0.11.RELEASE. 2019-12-11 11:21:45 -08:00
John Blum
f98bc4dac2 Upgrade to Mockito 3.2.0. 2019-12-11 11:08:45 -08:00
John Blum
420943de0e Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.3.RELEASE.
Upgrade to Spring Data (Build) Parent 2.2.3.RELEASE.

Upgrade to Spring Data Release Train Moore-SR3.
2019-12-11 11:05:33 -08:00
John Blum
64b8ad1c14 Upgrade to Spring Boot 2.2.2.RELEASE. 2019-12-11 11:03:34 -08:00
John Blum
ad627b8fba Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.2.RELEASE.
Upgrade to Spring Data Release Train Moore-SR2.
2019-12-03 20:47:02 -08:00