Commit Graph

800 Commits

Author SHA1 Message Date
John Blum
dfd2355aa4 Adapt Apache Geode LuceneIndexFactory.setFields(..) mocking to behavior changes between Mockito 4 (based on Java 8) and Mockito 5 (based on Java 11). 2023-06-24 19:31:54 -07:00
John Blum
8e9dab0612 Edit README and include current version of STDG release. 2023-06-24 11:35:42 -07:00
John Blum
08a3cd96f0 Prepare next development iteration.
Set version to 0.3.6-RAJ-SNAPSHOT.
2023-06-24 11:27:27 -07:00
John Blum
05dd0d781d Release 0.3.5-RAJ. 2023-06-24 11:15:44 -07:00
John Blum
aad71d8308 Add closeAnyGemFireCache() method as an alias to closeAnyApacheGeodeCache(). 2023-06-24 11:00:48 -07:00
John Blum
8f92f720b5 Add test logic to cleanup all Apache Geode system resources after test execution. 2023-06-24 10:51:39 -07:00
John Blum
b49f609eca Add new ComposableFileFilter extension and implementation of Java's FileFilter interface. 2023-06-24 10:50:54 -07:00
John Blum
db0f304477 Add missing '<p>' tags on blank/empty lines between doc in Javadoc. 2023-06-24 10:16:29 -07:00
John Blum
81e9c31b51 Downgrade to FreeFair Lombok Gradle Plugin 5.3.3.3. 2023-06-24 10:13:19 -07:00
John Blum
21ea78dae5 Cleanup unchecked cast in GemFireMockObjectsSupport.resolveRegionAttributesFromClientRegionShortcut(). 2023-06-24 10:05:16 -07:00
John Blum
204f14e5bc Declare com.google.code.findbugs:jsr305 as optional dependency to cleanup compiler warnings. 2023-06-24 10:02:48 -07:00
John Blum
dba4e51d2b Edit comments in Jenkinsfile. 2023-06-24 09:55:51 -07:00
John Blum
367ffee851 Switch compile dependency task to implementation. 2023-06-24 09:54:45 -07:00
John Blum
1fb65ebdca Upgrade to FreeFair Lombok Gradle Plugin 8.0.1. 2023-06-24 09:53:27 -07:00
John Blum
21b9c21f25 Upgrade to Spring Data for Apache Geode 2.7.13. 2023-06-24 09:52:08 -07:00
John Blum
acb6da0159 Upgrade to Spring Data Build Parent 2.7.13. 2023-06-24 09:51:48 -07:00
John Blum
2719e87347 Upgrade to Spring Data BOM 2021.2.13. 2023-06-24 09:50:56 -07:00
John Blum
5d656b3255 Upgrade to Spring Boot 2.7.13. 2023-06-24 09:49:43 -07:00
John Blum
e07879a4cf Upgrade to Spring Framework 5.3.28. 2023-06-24 09:48:56 -07:00
John Blum
259f2188b3 Upgrade to Eclipse Temurin JDK 8u362 in Jenkins CI. 2023-06-24 09:44:14 -07:00
John Blum
c5c5db914c Format source code and fix HTTP URL in PropDepsMavenPlugin Javadoc. 2023-06-24 09:44:14 -07:00
John Blum
bd31137f37 Add src/main/java to Gradle build sourceSets for local Gradle Plugins in buildSrc/. 2023-06-24 09:44:14 -07:00
John Blum
328a931a85 Use local Spring PropDepsPlugin Gradle Pugins. 2023-06-24 09:44:14 -07:00
John Blum
2ae431403a Switch to local Spring Build Conventions Gradle Plugins. 2023-06-24 09:44:14 -07:00
John Blum
5160a0edf5 Import Spring Build Conventions Gradle Plugins. 2023-06-24 09:44:14 -07:00
John Blum
df0709c915 Switch Jenkins CI pipeline build to using 'gradle clean build'. 2023-06-24 09:44:14 -07:00
John Blum
315a9d107e Upgrade to Maven Surefire Plugin 3.1.2. 2023-06-24 09:44:14 -07:00
John Blum
e9638495f7 Upgrade to Maven Compiler Plugin 3.11.0. 2023-06-24 09:44:14 -07:00
John Blum
93a150cea7 Rearrange the project Gradle build script. 2023-06-24 09:44:09 -07:00
John Blum
21bf31058b Upgrade to Spring Data for Apache Geode 2.7.12. 2023-06-09 11:54:41 -07:00
John Blum
3aae09949d Upgrade to Spring Data Build Parent 2.7.12. 2023-06-09 11:53:49 -07:00
John Blum
b23a5a1c48 Uppgrade to Spring Data BOM 2021.2.12. 2023-06-09 11:53:23 -07:00
John Blum
dc23fd9e16 Upgrade to Spring Boot 2.7.12. 2023-06-09 10:53:19 -07:00
John Blum
4107562172 Upgrade to Spring Framework 5.3.27. 2023-06-09 10:52:43 -07:00
John Blum
1dfe6299ce Upgrade to Lombok 1.18.28. 2023-06-09 10:50:45 -07:00
John Blum
24844229fb Upgrade to AssertJ 3.24.2. 2023-06-09 10:50:10 -07:00
John Blum
5b1d89294b Upgrade to Maven 3.9.2.
Upgrade to Maven Wrapper 3.2.0.
2023-06-09 10:49:17 -07:00
John Blum
577a6bf115 Upgrade to Gradle 6.9.4. 2023-06-09 10:46:59 -07:00
John Blum
8d6f1ab65b Switch to Spring Snapshot repository.
Replaces Spring libs-snapshot repository.
2023-06-09 10:45:38 -07:00
John Blum
4b0273f38c Add Spring plugins-release repository to Gradle build script. 2023-06-09 10:44:28 -07:00
John Blum
cd7e269ae4 Include NOTICE in the README.
The NOTICE summarizes and outlines the future roadmap of the STDG project.
2023-01-17 14:24:40 -08:00
John Blum
49ea75ae7c Upgrade to Spring Data for Apache Geode 2.7.6. 2022-12-05 10:49:04 -08:00
John Blum
31ffd98ca3 Upgrade to Spring Data Build Parent 2.7.6. 2022-12-05 10:48:35 -08:00
John Blum
4d6ab25380 Upgrade to Spring Data BOM 2021.2.6 (Raj-SR6). 2022-12-05 10:48:07 -08:00
John Blum
7fd8f4b035 Upgrade to Spring Boot 2.7.6. 2022-12-05 10:47:03 -08:00
John Blum
25fe0f1b3b Upgrade to Spring Framework 5.3.24. 2022-12-05 10:46:12 -08:00
John Blum
cdf29f5720 Upgrade to VMware GemFire 9.10.17. 2022-12-05 10:45:44 -08:00
John Blum
d8707340d2 Prepare next development iteration.
Set version to 0.3.5-RAJ-SNAPSHOT.
2022-10-17 12:59:30 -07:00
John Blum
a7177cecd7 Release 0.3.4-RAJ. 2022-10-17 12:55:00 -07:00
John Blum
171e71a7b8 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:50:35 -07:00