Commit Graph

2192 Commits

Author SHA1 Message Date
John Blum
528ae19704 Add placeholder implementation for bootstrapping and configuring and embedded Apache Cassandra database server instance. 2023-05-12 11:37:22 -07:00
John Blum
160b58d69d Configure Testcontainers to use VMW Harbor Proxy to pull Docker images.
Add environment configuration variable to enable/disable Testcontainers RYUK Docker Container.
2023-05-12 11:36:31 -07:00
John Blum
2dd3be9b51 Modify Jenkins CI build (Jenkinsfile) to use Gradle 'build' lifecycle task instead of 'check'. 2023-05-12 10:32:43 -07:00
John Blum
6efb07b36b Create ci/build.sh file to run Gradle build lifecycle task. 2023-05-12 10:32:15 -07:00
John Blum
67f4ef10ff Refactor Testcontainers Cassandra Configuration. 2023-05-12 10:28:13 -07:00
John Blum
cbb46fe67e Set Apache Cassandra Docker Image version to 3.11.15. 2023-05-11 16:14:29 -07:00
John Blum
e73ce26854 Upgrade Spring Geode Samples to Spring Boot 3.0.7-SNAPSHOT. 2023-05-11 16:02:20 -07:00
John Blum
072eef650a Upgrade to Gradle 7.6.1. 2023-05-11 15:46:00 -07:00
John Blum
bada422e86 Upgrade to Testcontainers 1.18.1. 2023-05-11 15:45:22 -07:00
John Blum
b89500234e Upgrade to Spring Session BOM 3.0.1. 2023-05-11 15:44:56 -07:00
John Blum
e06aa1e2ff Upgrade to Spring Data BOM 2022.0.5. 2023-05-11 15:41:36 -07:00
John Blum
aa6aac797a Set Spring Boot version to 3.0.7-SNAPSHOT. 2023-05-11 15:40:34 -07:00
John Blum
8c2e329d12 Upgrade to Spring Framework 6.0.9. 2023-05-11 15:39:47 -07:00
John Blum
d8cec88b90 Upgrade to VMware GemFire 9.15.5. 2023-05-11 15:39:18 -07:00
John Blum
3a9a3c1e33 Upgrade Jenkins CI/CD build pipeline to Temurin JDK 17.0.6_10-focal. 2023-02-27 13:45:21 -08:00
John Blum
4fa5da3a54 Include NOTICE in README.
The NOTICE summarizes and outlines the future roadmap of the SBDG project.
2023-01-17 13:49:22 -08:00
John Blum
28dfa582d4 Set Spring Boot version to 3.0.1-SNAPSHOT. 2022-12-05 15:55:47 -08:00
John Blum
2a267bd149 Upgrade to Gradle 7.6. 2022-12-05 15:35:22 -08:00
John Blum
bcf650e6d4 Upgrade to Testcontainers 1.17.6. 2022-12-05 15:28:26 -08:00
John Blum
6315079c4a Upgrade to Spring Session BOM 2022.0.0. 2022-12-05 15:15:36 -08:00
John Blum
66c6a4e571 Upgrade to Spring Data BOM 2022.0.0 (Turing-GA). 2022-12-05 15:15:06 -08:00
John Blum
a0055df080 Upgrade to Spring Framework 6.0.2. 2022-12-05 15:14:12 -08:00
John Blum
335acd2286 Upgrade to VMware GemFire 9.15.3. 2022-12-05 15:13:49 -08:00
John Blum
638dce7963 Upgrade to Freefair Lombok Gradle Plugin 6.5.1. 2022-11-08 13:30:34 -08:00
John Blum
21c40a6a4e Upgrade to Spring Data BOM 2022.0.0-RC2 (Turing-RC2). 2022-11-08 13:26:18 -08:00
John Blum
ee160e0e01 Upgrade to Spring Framework 6.0.0-RC3. 2022-11-08 13:24:30 -08:00
John Blum
6e8b23f555 Replace 'main' property with the 'mainClass' property in the Spring Boot 'bootRun' Gradle Task. 2022-11-08 13:21:47 -08:00
John Blum
4112aa99a5 Exclude the 'com.sun.xml.bind:jaxb-impl' transitive dependency pulled in my 'org.apache.geode:geode-core'.
The 'jaxb-impl' transitive dependency is producing a duplicate and potential incompatibility problem in a Java 17, Jakarta EE 10 environment.

JPA provider Hibernate 6.1.5.Final, pulled in by spring-boot-starter-data-jpa also pulls in JAXB, but the Glassfish JAXB dependency.
2022-11-08 13:16:22 -08:00
John Blum
66feee6c62 Adapt to API changes in the Jakarta EE Servlet 6.0 specification. 2022-11-08 12:02:06 -08:00
John Blum
34503d726f Upgrade to Testcontainers 1.17.5. 2022-10-24 13:10:34 -07:00
John Blum
9d8b74a8a7 Upgrade to Spring Session BOM 2022.0.0-RC1. 2022-10-24 13:10:04 -07:00
John Blum
3b2a3c8f5c Upgrade to Spring Data BOM 2022.0.0-RC1 (Turing-RC1). 2022-10-24 13:09:01 -07:00
John Blum
60270a79a3 Upgrade to Spring Framework 6.0.0-RC2. 2022-10-24 13:06:49 -07:00
John Blum
36b9932fa3 Upgrade to Apache Geode 1.15.1. 2022-10-24 13:04:31 -07:00
John Blum
85c1a30fc1 Edit README to refer to SBDG 1.7.5 release and 1.7.6-SNAPSHOT. 2022-10-24 13:03:35 -07:00
John Blum
793946d8ba Edit changelog and include 1.7.5 release notes. 2022-10-24 13:02:57 -07:00
John Blum
8fe3cb5978 Edit README to refer to SBDG 1.6.13 release and 1.6.14-SNAPSHOT. 2022-10-24 13:02:14 -07:00
John Blum
5b00d28966 Edit changelog and include 1.6.13 release notes. 2022-10-24 13:01:39 -07:00
John Blum
461bf5c3e0 Adapt to logging configuration and functional/behavior changes introduced in SLF4J 2.0.x and Logback 1.4.x. 2022-09-30 19:26:14 -07:00
John Blum
6f301e4627 Add static stopLogback() utility method to the LogbackSupport class. 2022-09-29 14:49:57 -07:00
John Blum
a1f7d3b564 Adapt to API changes in the Apache HttpComponents HttpClient5 library used by SecureClusterAwareConfigurationIntegrationTests. 2022-09-29 13:12:08 -07:00
John Blum
8e183df1cb Declare an 'implementation' configuration exclusion on 'org.apache.httpcomponents:httpclient' transitive dependency included by Apache Geode.
Apache Geode's core Management functionality and lib (org.apache.geode:gedoe-management) requires and includes the org.apache.httpcomponents:httclient:4.5.13 dependency
which is in conflict with core Spring Framework's use of the Apache HttpComponents HttpClient5 (org.apache.httpcomponents.client5:httpclient5) dependency in the spring-web module and HTTP (client) API.
2022-09-29 13:10:32 -07:00
John Blum
909576be58 Adapt to API changes in SLF4J 2.0 and Logback 1.4. 2022-09-29 11:03:25 -07:00
John Blum
fd241cf434 Change Apache Shiro Assert import to Spring Framework Assert in SpringBootApacheGeodeClientCacheApplication. 2022-09-29 10:37:51 -07:00
John Blum
3b6119261d Edit README to refer to Spring Boot 3.0.0-M5 and SBDG 2.0.0-M5 releases.
Refer to Spring Boot 3.0.0-M5 on Spring Initializter at start.spring.io.
2022-09-26 11:36:14 -07:00
John Blum
caf8c2369a Prepare next development iteration.
Set Spring Boot version to 3.0.0-SNAPSHOT.

Set version to 2.0.0-SNAPSHOT.
2022-09-26 11:01:44 -07:00
John Blum
9521e488be Release 2.0.0-M5. 2022-09-26 10:48:51 -07:00
John Blum
fc799ae951 Edit changelog and add 2.0.0-M5 release notes. 2022-09-26 10:44:04 -07:00
John Blum
c9c1b13eb7 Edit Samples chapter adding a note about the SBDG version. 2022-09-26 10:43:55 -07:00
John Blum
61df79c583 Add section in the reference documentation on declaring (transitive) dependency exclusions when using Gradle or Maven. 2022-09-26 10:43:09 -07:00