Commit Graph

411 Commits

Author SHA1 Message Date
John Blum
f2d1704833 Switch to Spring Framework 6.0.0-SNAPSHOT. 2022-04-12 17:23:15 -07:00
John Blum
866935c952 Remove dependency management for Micrometer.
This implies that Spring Boot 3.0's dependency management for Micrometer, based on 2.0, will be enforced.
2022-04-06 12:10:58 -07:00
John Blum
45561c480b Set the Micrometer version to 1.9.0-SNAPSHOT. 2022-04-05 12:13:41 -07:00
John Blum
c2574034c0 Prepare next development iteration.
Set Spring Boot version to 3.0.0-SNAPSHOT.

Set version to 2.0.0-SNAPSHOT.
2022-03-24 22:00:08 -07:00
John Blum
5af3cc64ec Release 2.0.0-M2. 2022-03-24 21:46:06 -07:00
John Blum
a694da57a8 Upgrade to Spring Session for Apache Geode 3.0.0-M2. 2022-03-24 21:11:10 -07:00
John Blum
2e584b91e5 Upgrade to Spring Test for Apache Geode 1.0.0-M3. 2022-03-24 21:10:25 -07:00
John Blum
9c074d926d Upgrade to Spring Data for Apache Geode 3.0.0-M3. 2022-03-24 21:09:52 -07:00
John Blum
e724741f8a Upgrade to Spring Data BOM 2022.0.0-M3 (Turing-M3). 2022-03-24 21:09:04 -07:00
John Blum
db6c6af4d9 Upgrade to Spring Boot 3.0.0-M2. 2022-03-24 21:08:10 -07:00
John Blum
b48a6c52fe Upgrade to Spring Framework 6.0.0-M3. 2022-03-24 21:07:45 -07:00
John Blum
ec55304869 Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.15. 2022-03-24 21:06:57 -07:00
John Blum
1028f1ae51 Upgrade to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.4. 2022-03-24 21:06:33 -07:00
John Blum
a13931cae3 Upgrade to Micrometer 1.9.0-M4. 2022-03-24 21:06:03 -07:00
John Blum
bb1ad73e73 Upgrade to Apache Geode 1.14.4. 2022-03-24 21:05:02 -07:00
John Blum
f585a0a35c Set Spring Data for Apache Geode (SDG) version to 3.0.0-SNAPSHHOT.
Spring Boot 3.0 recently (24158a7ab0) started building against Spring Data 3.0 SNAPSHOTS.

In Spring Data 3.0, the PagingAndSortingRepository interface was refactored to no longer extend the CrudRepository interface (the interfaces were split apart).

As a result, the SDG GemfireRepository interface was also refactored to implement both CrudRepository and PagingAndSortingRepository, separately.
2022-03-15 13:47:38 -07:00
John Blum
33bebf0673 Add explicit dependency management for Micrometer set to a version required by Apache Geode.
Apache Geode is based on Micrometer 1.6.x (1.6.3) whereas Spring Boot 3.0 is based on Micrometer 2.0.

However, setting the Micrometer version to 1.9.0-M3 which bridges Micrometer 1.x and 2.0.
2022-03-10 23:42:29 -08:00
John Blum
2883b14a02 Upgrade to Awaitility 4.2.0. 2022-03-08 13:05:29 -08:00
John Blum
50ad26be41 Prepare next development iteration.
Set Spring Boot version to 3.0.0-SNAPSHOT.

Set version to 2.0.0-SNAPSHOT.
2022-02-28 17:32:50 -08:00
John Blum
bcacfb9779 Release 2.0.0-M1. 2022-02-28 17:04:51 -08:00
John Blum
6ab57409b8 Refactor and simplify Spring Build Conventions Gradle Plugins.
* Declare CHECKSTYLE_VERSION class member constant in the CheckstylePlugin.
* Remove the PlublishLocalPlugin.
* Replace use of the deprecated JavaPluginConvention with JavaPluginExtension in the JavadocApiPlugin.
* Replace the EclipseWtpPlugin with the EclipsePlugin applied in the AbstractSpringJavaPlugin class.
* Review and fix spelling error in CopyPropertiesPlugin Javadoc.
* Review, refactor and polish the Spring Gradle PropDepsPlugins including PropDepsPlugins for IntelliJ IDEA and Eclipse.
2022-02-17 19:05:12 -08:00
John Blum
92fb33b987 Upgrade to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.3. 2022-02-10 16:37:58 -08:00
John Blum
7de06be6bd Upgrade to Apache Geode 1.14.3. 2022-02-10 16:37:58 -08:00
John Blum
358fd03438 Downgrade to Eclipse Jetty 9.4.39.v20210325.
Add dependency management for Eclipse Jetty using the Jetty Maven BOM.

Eclipse Jetty 9.4.x is the required version for Apache Geode 1.14.x.
2022-02-10 16:37:57 -08:00
John Blum
1676b3c06b Upgrade to Spring Test for Apache Geode 1.0.0-M2. 2022-02-10 16:37:57 -08:00
John Blum
ed1aa69a39 Upgrade to Spring Test for Apache Geode 1.0.0-M1. 2022-01-27 17:32:50 -08:00
John Blum
3e4cdde1e5 Upgrade to Spring Session for Apache Geode 3.0.0-M1. 2022-01-27 17:31:23 -08:00
John Blum
3c196a8d34 Upgrade to Spring Session BOM 2022.0.0-M1. 2022-01-27 17:30:25 -08:00
John Blum
bbdfc9874d Upgrade to Spring Data for Apache Geode 3.0.0-M1. 2022-01-27 17:27:32 -08:00
John Blum
792763cd01 Upgrade to Spring Data BOM 2022.0.0-M1 (Turing-M1). 2022-01-27 17:27:07 -08:00
John Blum
10e5f7760e Upgrade to Spring Boot 3.0.0-M1. 2022-01-27 17:20:14 -08:00
John Blum
58301d2dc5 Upgrade to Spring Framework 6.0.0-M2. 2022-01-27 17:18:16 -08:00
John Blum
29c0b67ede Set version to 2.0.0-SNAPSHOT. 2022-01-24 09:52:46 -08:00
John Blum
4889f46143 Prepare next development iteration.
Set Spring Boot version to 2.7.0-SNAPSHOT.

Set version to 1.7.0-SNAPSHOT.
2022-01-21 12:13:55 -08:00
John Blum
799e80578e Release 1.7.0-M1. 2022-01-21 11:50:49 -08:00
John Blum
18694d40b2 Upgrade to Testcontainers 1.16.3. 2022-01-21 11:31:07 -08:00
John Blum
76c44e5939 Upgrade to Spring Session for Apache Geode 2.7.0-M1. 2022-01-21 11:30:46 -08:00
John Blum
345ef5265b Upgrade to Spring Session BOM 2021.2.0-M1. 2022-01-21 11:30:12 -08:00
John Blum
295c2e6a22 Upgrade to Spring Test for Apache Geode 0.3.0-RAJ-M2. 2022-01-21 11:29:10 -08:00
John Blum
1b0d4fcfb5 Upgrade to Spring Data for Apache Geode 2.7.0-M2. 2022-01-21 11:28:25 -08:00
John Blum
67dcd0784e Upgrade to Spring Data BOM 2021.2.0-M2 (Raj-M2). 2022-01-21 11:27:55 -08:00
John Blum
ccd2651c86 Upgrade to Spring Boot 2.7.0-M1. 2022-01-21 11:27:12 -08:00
John Blum
6334b1103c Upgrade to Spring Framework 5.3.15. 2022-01-21 11:26:54 -08:00
John Blum
4e56e0af59 Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.14. 2022-01-21 11:26:33 -08:00
John Blum
c85b6b1974 Upgrade to Spring Session BOM 2021.1.1. 2022-01-10 12:32:25 -08:00
John Blum
64146dab14 Upgrade to Spring Cloud Bindings 1.8.1. 2022-01-10 12:30:56 -08:00
John Blum
37e499d30a Upgrade to Spring Framework 5.3.14. 2022-01-10 12:30:37 -08:00
John Blum
597edda3c7 Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.13. 2022-01-10 12:29:46 -08:00
John Blum
efd0b0753f Upgrade to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.2. 2022-01-10 12:29:16 -08:00
John Blum
c2e0655b48 Upgrade to Apache Geode 1.14.2. 2022-01-10 12:28:41 -08:00