Commit Graph

50 Commits

Author SHA1 Message Date
John Blum
d361a3bbeb Exclude build/ and target/ (output) directories from NoHTTP check. 2022-02-24 19:27:28 -08:00
John Blum
678a5646a7 Upgrade to Java 17. 2022-01-27 17:07:56 -08:00
John Blum
a43e54e782 Move project extension properties to an ext { } block in buildscript. 2022-01-27 17:04:58 -08:00
John Blum
bcf2a138e4 Review, refactor and polish (local) Spring Build Conventions Gradle Plugins.
Remove the gradle/maven-pom-editor.gradle build script as this logic (concern) is handled by the MavenPlushingConventionsPlugin.

Clean up associated Gradle project build scripts affected by the Gradle Plugin changes.
2022-01-27 16:57:52 -08:00
John Blum
7ecf5551f0 Remove use of external Spring Build Conventions Gradle Plugins. 2022-01-27 16:56:26 -08:00
John Blum
b4fd8cce89 Refactor the SBDG Gradle build script.
Declare the Spring plugins-release repository in buildscript.

Add authentication (credentials) to the Spring plugins-snapshot repository declaration in buildscript.

Redefined the snapshotBuild, milestoneBuild and releaseBuild project extensions properties in terms of the Utils Groovy class from Spring Build Conventions Gradle Plugins.
2022-01-21 11:31:50 -08:00
John Blum
167e2128bf Upgrade to Spring Build Conventions Gradle Plugin 0.0.38. 2021-07-22 15:23:46 -07:00
John Blum
c2f98514df Format Gradle build script. 2021-05-20 11:39:11 -07:00
John Blum
06870a6615 Configure the NoHTTP Checkstyle Gradle Plugin to ignore the .gradle/ and .m2/ directories if under the project (build) working directory. 2021-04-04 17:43:34 -07:00
John Blum
eac66eac8b Upgrade to Spring Build Conventions Gradle Plugin 0.0.37. 2021-02-01 13:26:21 -08:00
John Blum
48388af398 Upgrade to Spring Build Conventions Gradle Plugin 0.0.36. 2021-01-24 21:30:20 -08:00
John Blum
16d378b223 Upgrade to Spring Build Conventions Gradle Plugin 0.0.35.RELEASE. 2020-11-17 20:21:38 -08:00
John Blum
39150e6b77 Declare and configure repositories for all projects. 2020-11-17 11:11:48 -08:00
John Blum
d9e6118860 Rename 'springDataReleaseTrainVersion' property to 'springDataBomVersion'. 2020-11-10 12:03:20 -08:00
John Blum
fd361f688a Edit description and set to 'Spring Boot for Apache Geode'. 2020-09-17 21:49:11 -07:00
John Blum
992d75057e Upgrade to Spring Build Conventions Gradle Plugin 0.0.34.RELEASE. 2020-08-18 00:50:38 -07:00
John Blum
79da4b85bc Upgrade to Spring Build Conventions Gradle Plugin 0.0.33.RELEASE. 2020-07-27 00:36:34 -07:00
John Blum
de4d42fb29 Upgrade to Spring Build Conventions Gradle Plugin 0.0.32.RELEASE. 2020-05-15 12:35:07 -07:00
Rob Winch
10d39a4fb4 Upgrade to Spring Build Conventions Gradle Plugin 0.0.31.RELEASE.
0.0.31.RELEASE fixes block switch related issues.

See https://github.com/spring-gradle-plugins/spring-build-conventions/issues/79.
2020-03-06 16:31:18 -08:00
John Blum
340ce779c2 Disable Spring Boot's managed dependency version property overrides. 2020-02-23 18:08:41 -08:00
John Blum
7aa029e51b Prepare next development iteration.
Set version to 1.3.0.BUILD-SNAPSHOT.

Set Spring Framework version to 5.2.4.BUILD-SNAPSHOT.

Set Spring Boot version to 2.3.0.BUILD-SNAPSHOT.

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

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

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.3.0.BUILD-SNAPSHOT.

Set Spring Session BOM version to Corn-BUILD-SNAPSHOT.

Set Spring Test for Apache Geode & Pivotal GemFire version to 0.0.13.NEUMANN-BUILD-SNAPSHOT.

Override dependency versions for Spring Framework, Spring Data and Spring Session in build.gradle using ext properties.
2020-01-24 22:25:01 -08:00
John Blum
ca0c31b80b Disable all dependency version overrides.
Set Spring Test for Apache Geode & Pivotal GemFire version to 0.0.12.RELEASE.
2020-01-24 22:02:37 -08:00
John Blum
15da3cd23a Upgrade to Spring Framework 5.2.3.BUILD-SNAPSHOT. 2019-12-09 16:14:48 -08:00
John Blum
6a17112f50 Add 'spring-framework.version' extension property for overriding purposes. 2019-10-03 13:57:25 -07:00
John Blum
2077714032 Upgrade to Spring Build Conventions Gradle Plugin 0.0.27.RELEASE. 2019-10-01 21:27:41 -07:00
John Blum
9afd854290 Add Gradle extension property for overriding the Spring Session BOM version. 2019-09-10 20:45:15 -07:00
John Blum
ce67b08800 Prepare version 1.2.0.M1.
Set Spring Framework version to 5.2.0.RC1.

Set Spring Boot version to 2.2.0.M5.

Set Spring Data Release Train version to Moore-RC2.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.0.RC2.

Set Srping Session BOM version to Corn-M3.

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.2.0.M3.
2019-08-21 12:36:47 -07:00
John Blum
7073064886 Prepare next development iteration.
Set version to 1.1.1.BUILD-SNAPSHOT.

Set Spring Framework version to 5.1.10.BUILD-SNAPSHOT.

Set Spring Boot version to 2.1.8.BUILD-SNAPSHOT.

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

Set Spring Data Relese Train version to Lovelace-BUILD-SNAPSHOT.

Set Spring Session BOM version to Bean-BUILD-SNAPSHOT.

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.1.6.BUILD-SNAPSHOT.
2019-08-21 11:11:01 -07:00
John Blum
66327392c7 Add Gradle build file to configure the generated Maven POMs for SBDG modules.
Resolves gh-43.
2019-07-26 00:31:37 -07:00
John Blum
54ba52e08e Switch from the repo.spring.io/plugins-release to repo.spring.io/plugins-snapshot repo. 2019-07-04 18:24:21 -07:00
John Blum
ac57c21688 Upgrade to Spring Build Conventions Gradle Plugin 0.0.26.RELEASE. 2019-07-03 17:26:08 -07:00
John Blum
2935774b2d Disable extension version overrides for the core Spring Framework as well as Spring Data for Apache Geode & Pivotal GemFire. 2019-07-03 01:16:47 -07:00
John Blum
5db3de8e52 Upgrade to Spring Framework 2.1.8.RELEASE. 2019-06-13 17:10:59 -07:00
John Blum
27325f8f5d Update dependencies.
Upgrade to Spring Data Release Train Lovelace-BUILD-SNAPSHOT.

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

Upgrade to Spring Session for Apache Geode & Pivotal GemFire 2.1.4.BUILD-SNAPSHOT.

Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.3.BUILD-SNAPSHOT.
2019-06-10 10:17:18 -07:00
John Blum
070d83354e Upgrade to Spring Build Conventions Gradle Plugin 0.0.25.RELEASE. 2019-04-11 11:33:41 -07:00
John Blum
f62e7cd5e0 Upgrade to Spring Build Conventions Gradle Plugin 0.0.23.RELEASE. 2019-01-17 12:29:47 -08:00
John Blum
f703269afb Upgrade to Spring Build Conventions Gradle Plugin 0.0.22.RELEASE. 2018-12-03 18:12:35 -08:00
John Blum
dc07ebdc45 Add gradlePluginPortal() to the list of Gradle build script repositories in order to resolve Gretty, which is used by the Spring Build Conventions Gradle Plugin. 2018-10-03 13:58:01 -07:00
John Blum
581de8dfde Upgrade to Spring Build Conventions Gradle Plugin 0.0.19.RELEASE. 2018-10-03 13:27:20 -07:00
John Blum
21b96780f7 Upgrade to Spring Build Conventions Gradle Plugin 0.0.18.RELEASE. 2018-08-29 23:16:18 -07:00
John Blum
fa452b8801 Remove Spring libs-snapshot Maven Repository declarations.
Move all extension properties for dependency version overrides to build.gradle.
2018-08-22 15:07:11 -07:00
John Blum
db95c418eb Remove explicit IntellIJ IDEA (IDE) Gradle configuration for integrationTest source directory location. 2018-08-22 14:54:22 -07:00
John Blum
793944840e Upgrade to Spring Build Conventions Gradle Plugin 0.0.17.RELEASE. 2018-08-22 14:50:53 -07:00
John Blum
8876402f04 Upgrade to Spring Build Conventions Gradle Plugin 0.0.16.RELEASE. 2018-06-20 14:10:15 -07:00
John Blum
01369714f7 Change group ID to org.springframework.geode.
Resolves #gh-6.
2018-05-30 22:18:13 -07:00
John Blum
1160d67dee Change groupId from 'org.springframework.boot' to 'org.springframework.data'.
Addresses GH Issue #6.
2018-05-15 13:54:15 -07:00
John Blum
6ef9192517 Upgrade to Spring Gradle Build Conventions 0.0.15.RELEASE. 2018-04-03 19:34:05 -07:00
John Blum
98cc87d3c2 Upgrade to the Spring Build Conventions Gradle Plugin 0.0.13.RELEASE. 2018-03-19 18:22:54 -07:00
John Blum
cc0d96f173 Add dependency on spring-boot-starter-test; exclude spring-boot-starter-logging transitive dependency. 2018-01-25 16:33:05 -08:00
John Blum
acabf3fccb Convert Spring Boot Data Geode/GemFire project into a Gradle project. 2018-01-24 16:10:53 -08:00