Commit Graph

44 Commits

Author SHA1 Message Date
John Blum
ebae44fe51 Upgrade to Logback 1.2.11. 2022-03-22 17:50:02 -07:00
John Blum
2661de896b Upgrade to Logback 1.2.10. 2022-03-17 17:22:26 -07:00
John Blum
5b85079d20 Add Gradle dependency management for Spring Boot (Starter). 2022-03-17 17:22:26 -07:00
John Blum
3e851e1db8 Add Gradle and Maven dependency management for Micrometer.
Apache Geode 1.14 is based on Micrometer 1.x (1.6.3) and Spring Boot 3.0 is based on Micrometer 2.0.

Micrometer 1.9 serves as a bridge between libraries, framework, products or applications using Micrometer 1.x while Spring Boot 3 is based on Micrometer 2.

Upgrade to Micrometer 1.9.0-M4.
2022-03-17 17:22:18 -07:00
John Blum
839d31ac4b Add Gradle dependency management for Logback. 2022-03-17 17:15:27 -07:00
John Blum
6e27cef82e Add Gradle dependency management for JUnit Jupiter. 2022-03-17 17:14:44 -07:00
John Blum
92e168daa0 Remove Sring Boot Dependencies Maven BOM from dependency management.
Instead simply rely on the Spring Boot Gradle Plugin applied to the STDG Gradle (parent module) build.
2022-03-17 17:14:11 -07:00
John Blum
fd34b168e6 Remove the unnecessary maven-pom-editor.gradle script plugin. 2022-03-17 17:14:02 -07:00
John Blum
e8b6ce7054 Add dependency management based on Spring Framework BOM and Spring Data BOM. 2022-01-14 12:09:44 -08:00
John Blum
0ce4a1b9d0 Upgrade to Gradle 7.3.3. 2022-01-11 15:52:43 -08:00
John Blum
2b430ff5c0 Declare and manage the Jakarta Java EE Annotation API dependency. 2021-12-13 18:58:01 -08:00
John Blum
a23cd1cf4b Upgrade to Gradle 7.3.1. 2021-12-07 19:42:28 -08:00
John Blum
6041180e8e Upgrade to Gradle 6.9.1. 2021-09-27 13:53:27 -07:00
John Blum
e263c50b5f Upgrade to Gradle 6.9. 2021-06-14 16:37:16 -07:00
John Blum
c9b8b90b99 Upgrade to Gradle 6.8.3. 2021-03-22 20:17:31 -07:00
John Blum
c13c5f1ea4 Upgrade to Gradle 6.8.2. 2021-02-18 17:28:42 -08:00
John Blum
0c8ee6b610 Upgrade to Gradle 6.8.1. 2021-01-25 13:53:59 -08:00
John Blum
311046669a Upgrade to Gradle 6.8. 2021-01-19 12:10:25 -08:00
John Blum
233ddb21d9 Upgrade to Gradle 6.7.1. 2020-12-11 13:46:45 -08:00
John Blum
fbe866a134 Upgrade to Gradle 6.7. 2020-11-03 11:56:47 -08:00
John Blum
6f6d3a5589 Add dependency management for VMware Tanzu (Pivotal) GemFire. 2020-11-03 11:55:19 -08:00
John Blum
768cfc6fd2 Upgrade to Gradle 6.6.1. 2020-09-16 15:52:51 -07:00
John Blum
3d01e38a92 Upgrade to Gradle 6.6. 2020-08-17 23:26:52 -07:00
John Blum
e50324c12b Upgrade to Gradle 6.5.1. 2020-07-26 21:40:03 -07:00
John Blum
7abc25333e Upgrade to Gradle 6.5. 2020-06-10 23:59:56 -07:00
John Blum
ea46191256 Upgrade to Gradle 6.4.1. 2020-05-18 21:32:56 -07:00
John Blum
2e1153053b Remove Spring 'libs-snapshot' Repository declaration from dependency-management.gradle and change the Spring Plugins Repository buildscript repository declaration to 'plugins-snapshot' in build.gradle.
The Spring Boot Gradle Plugin is used to manage transitive dependencies, comes from the Spring 'plugins-snapshot' Repository.

This should enable '*-RELEASE' builds to work correctly even when Spring Boot is in milestone versions (M# and RC#).
2020-05-13 17:22:22 -07:00
John Blum
9fc308ef53 Exclude Spring Boot (ideally, 'provided') dependencies from generated Maven POM. 2020-05-13 16:23:48 -07:00
John Blum
483862d649 Declare a Repository definition for Spring's 'libs-snapshot' Maven Repository. 2020-05-13 15:31:11 -07:00
John Blum
31875ef539 Upgrade to Gradle 6.3. 2020-04-15 13:25:07 -07:00
John Blum
b86425d12a Upgrade to Gradle 6.2. 2020-02-22 22:29:04 -08:00
John Blum
cedeea8279 Upgrade to Gradle 6.0.1. 2020-01-23 12:42:05 -08:00
John Blum
b9654b20b0 Upgrade to Gradle Wrapper (gradlew) 5.6.4. 2019-12-03 20:29:46 -08:00
John Blum
474bb07ebe Upgrade to Apache Geode 1.9.2. 2019-10-29 12:58:18 -07:00
John Blum
6830d1591e Add Maven POM editor Gradle build file to configure the generated project pom.xml correctly. 2019-07-25 19:48:05 -07:00
John Blum
83824c8f2a Upgrade to Gradle 5.4.1. 2019-05-05 17:39:50 -07:00
John Blum
d42c255d7c Upgrade to Gradle 4.10. 2018-08-28 17:00:24 -07:00
John Blum
294c985317 Re-order managed dependencies. 2018-08-21 20:15:49 -07:00
John Blum
4430e43880 Remove IntelliJ IDEA (IDE) specific configuration. 2018-08-21 19:55:10 -07:00
John Blum
61823ec845 Upgrade to Gradle 4.9. 2018-08-08 18:56:38 -07:00
John Blum
3488c5c41f Upgrade to Gradle 4.8. 2018-06-21 17:14:18 -07:00
John Blum
9867a51bb1 Switch dependency management to Spring Boot Dependencies BOM to manage all project dependency versions. 2018-06-21 16:43:41 -07:00
John Blum
810842ef47 Add Gradle project build scripts and configuration files. 2018-04-02 22:50:34 -07:00
John Blum
30ac8b6720 Install the Gradle Wrapper (gradlew) version 4.6. 2018-04-02 13:27:25 -07:00