846 Commits

Author SHA1 Message Date
John Blum
bd0c0aebb9 Upgrade to FreeFair Gradle Lombok Plugin 8.4. 2023-10-31 16:28:56 -07:00
John Blum
26524139fc Upgrade to Apache Maven Wrapper 3.2.0. 2023-10-31 16:27:34 -07:00
John Blum
7d46d4833f Upgrade to Apache Maven 3.9.5. 2023-10-31 16:26:52 -07:00
John Blum
3a84782abf Upgrade to Spring Data Build 3.0.11. 2023-10-31 16:25:58 -07:00
John Blum
439c075825 Upgrade to Spring Data BOM 2022.0.11. 2023-10-31 16:25:21 -07:00
John Blum
70a90c8fed Upgrade to Spring Boot 3.0.12. 2023-10-31 16:24:32 -07:00
John Blum
5eec1d4f88 Upgrade to Spring Framework 6.0.13. 2023-10-31 16:23:49 -07:00
John Blum
377ad79be5 Upgrade to VMware GemFire 9.15.9. 2023-10-31 16:21:55 -07:00
John Blum
b731a67c62 Upgrade to Micrometer 1.10.12. 2023-10-31 16:21:14 -07:00
John Blum
bf3dbcacb2 Update Jenkins CI pipeline.properties to the latest JDK 17 (17.0.8) Eclipse Temurin Docker Image. 2023-09-07 10:44:06 -07:00
John Blum
de15379ead Switch to using 'gradle clean build' for Jenkins CI piepline builds. 2023-06-09 13:00:24 -07:00
John Blum
8a762f865c Fix unchecked cast in GemFireMockObjectsSupport. 2023-06-09 12:26:56 -07:00
John Blum
91dde2d11d Remove HTTP URLs from mvnw and mvnw.cmd. 2023-06-09 12:26:50 -07:00
John Blum
05b5f2930c Switch to Spring Snapshot repository. 2023-06-09 12:26:45 -07:00
John Blum
64181e52e6 Upgrade to Maven Surefire Plugin 3.1.2. 2023-06-09 12:26:41 -07:00
John Blum
009f0ef839 Upgrade to Maven Compiler Plugin 3.11.0. 2023-06-09 12:26:36 -07:00
John Blum
3ecfde5767 Uprade to Maven 3.9.2.
Upgrade to Maven Wrapper 3.2.0.
2023-06-09 12:26:28 -07:00
John Blum
2175a7f9af Upgrade to Gradle 7.6.1. 2023-06-09 12:26:22 -07:00
John Blum
63f0b81e91 Upgrade to Spring Data Build Parent 3.0.6. 2023-06-09 12:26:18 -07:00
John Blum
16209317af Upgrade to Spring Data BOM 2022.0.6. 2023-06-09 12:26:13 -07:00
John Blum
7db42916bb Upgrade to Spring Boot 3.0.7. 2023-06-09 12:26:07 -07:00
John Blum
e76d2e0756 Upgrade to Spring Framework 6.0.9. 2023-06-09 12:26:01 -07:00
John Blum
3e8ddd40fb Upgrade to VMware GemFire 9.15.5. 2023-06-09 12:25:56 -07:00
John Blum
8f9d54212d Upgrade to Mockito 4.11.0. 2023-06-09 12:25:51 -07:00
John Blum
1bf9241668 Upgrade to Micrometer 1.10.7. 2023-06-09 12:25:43 -07:00
John Blum
5cf66bbe75 Upgrade to Lombok 1.18.28. 2023-06-09 12:24:59 -07:00
John Blum
072509d4f0 Upgrade to JUnit 5.9.3. 2023-06-09 12:23:54 -07:00
John Blum
ab0c2e84d8 Upgrade to AssertJ 3.24.2. 2023-06-09 12:21:17 -07:00
John Blum
5c092c04f1 Upgrade Jenkins CI/CD build pipeline to Temurin JDK 17.0.6_10-focal. 2023-02-27 13:38:55 -08:00
John Blum
0fb0170900 Include NOTICE in the README.
The NOTICE summarizes and outlines the future roadmap of the STDG project.
2023-01-17 14:22:29 -08:00
John Blum
595e30f401 Upgrade to Gradle 7.6. 2022-12-05 11:05:41 -08:00
John Blum
9f4d61eb2e Upgrade to Spring Data Build Parent 3.0.0. 2022-12-05 11:04:34 -08:00
John Blum
079fa96abc Upgrade to Spring Data BOM 2022.0.0 (Turing-GA). 2022-12-05 11:04:11 -08:00
John Blum
ef4e8c0364 Upgrade to Spring Boot 3.0.0. 2022-12-05 11:03:22 -08:00
John Blum
fa11784bab Upgrade to Spring Framework 6.0.2. 2022-12-05 11:02:55 -08:00
John Blum
88837c62db Upgrade to VMware GemFire 9.15.3. 2022-12-05 11:02:12 -08:00
John Blum
e4a095b5c4 Upgrade to Mockito 4.9.0. 2022-12-05 11:01:37 -08:00
John Blum
c7f235ab61 Upgrade to Logback 1.4.5. 2022-12-05 11:01:00 -08:00
John Blum
e2c7d2fdfe Upgrade to Micrometer 1.10.2. 2022-12-05 10:56:13 -08:00
John Blum
cc18aa1949 Refactor IntegrationTestsSupportUnitTests.asDirectoryNameIsCorrect() test case method to be more resilient to temporal-based test failures.
Previously, the test case method could fail based on a race condition involving a timestamp in the (test) working directory name.
2022-10-17 12:43:11 -07:00
John Blum
10a84f1ef8 Edit Javadoc in IntegrationTestsSupport.
Replace use of Java's @NotNull annotation with Spring's @NonNull annotation.
2022-10-17 12:21:20 -07:00
John Blum
819dc70acb Refactor ProcessWrapper to conditionally, based on System property, to forcibly destroy a forked JVM (child) process on shutdown. 2022-10-17 12:15:06 -07:00
John Blum
c9cb51b52f Refactor IntegrationTestsSupport.asDirectoryName(:Class) logic into descriptive methods.
Adds the asTimestampedDirectoryName(:Class) and asUniqueDirectoryName(:Class) methods to uniquely and temporally identify a forked JVM (child) process (test) working directory.
2022-10-17 12:05:49 -07:00
John Blum
0905fd091d Refactor the conditonal logic used to decide whether to remove the (test) working directory of a forked Process in ForkingClientServerIntegrationTests.
Edit Javadoc.
2022-10-17 10:22:32 -07:00
John Blum
2622b84bb3 Refactor the ProcessWrapper.shutdown() method.
* Removes the use of the now deprecated signalStop() method.
* Changes safeGetPid() to handle all Throwable objects.
* Changes shutdown() to call stop() and then forcibly destroy the child Process if the child Process is still running.
* Annotates the API with Spring's @NonNull and @Nullable annotations.
* Edits Javadoc.
2022-10-17 10:22:27 -07:00
John Blum
9388d9d829 Refactor ProcessWrapper.safeGetPid() to ignore all Throwable objects. 2022-10-17 10:22:19 -07:00
John Blum
d52c7e1428 Fix OS/JVM platform issues with IntegrationTestsSupportUnitTests. 2022-10-13 16:58:21 -07:00
John Blum
d836205d5e Replace Java @NotNull annotation with the Spring @NonNull annotation. 2022-10-13 16:57:46 -07:00
John Blum
0446552316 Declare dependency management for org.springframework.data:spring-data-geode in Maven POM. 2022-10-13 16:54:53 -07:00
John Blum
9a5d88a8ba Declare org.springframework.data:sprring-data-geode in Gradle build dependency management. 2022-10-13 16:47:45 -07:00