Commit Graph

2163 Commits

Author SHA1 Message Date
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
John Blum
d5f6a8cb4b Edit README to refer to 1.7.4 release and 1.7.5-SNAPSHOT. 2022-09-24 00:12:20 -07:00
John Blum
e7cf4f5c67 Edit changelog and include 1.7.4 release notes. 2022-09-24 00:11:42 -07:00
John Blum
a9b713c9f1 Edit README to refer to 1.6.12 release and 1.6.13-SNAPSHOT. 2022-09-24 00:11:07 -07:00
John Blum
09bfce0bb0 Edit changelog and include 1.6.12 release notes. 2022-09-24 00:10:32 -07:00
John Blum
11b7fe0ba1 Upgrade to Spring Test for Apache Geode 1.0.0-M7. 2022-09-24 00:08:53 -07:00
John Blum
f5d45b9417 Upgrade to Spring Session for Apache Geode 3.0.0-M5. 2022-09-24 00:08:01 -07:00
John Blum
e9a684db83 Upgrade to Spring Boot 3.0.0-M5. 2022-09-24 00:06:26 -07:00
John Blum
4a29ea932d Adapt to API and framework changes in Spring Boot Auto-configuration. 2022-09-22 23:02:37 -07:00
John Blum
b73524c75c Adapt to API changes in Spring Data for Apache Geode (SDG). 2022-09-22 23:02:25 -07:00
John Blum
ba542b120e Upgrade to Spring Session BOM 2022.0.0-M3. 2022-09-22 14:20:50 -07:00
John Blum
e24083bdbb Upgrade to Spring Data for Apache Geode 3.0.0-M6. 2022-09-22 14:20:10 -07:00
John Blum
9f8f2aee02 Upgrade to Spring Data BOM 2022.0.0-M6 (Turing-M6). 2022-09-22 14:19:37 -07:00
John Blum
f920c60fb0 Upgrade to Spring Framework 6.0.0-M6. 2022-09-22 14:15:47 -07:00
John Blum
d83d57e658 Upgrade to VMware Tanzu (Pivotal) GemFire 9.15.2. 2022-09-22 14:14:40 -07:00
John Blum
2b614e065b Upgrade to VMware Tanzu GemFire 9.15.1. 2022-08-26 14:14:44 -07:00
John Blum
546da5e373 Upgrade to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.5. 2022-08-26 14:14:22 -07:00
John Blum
19be78c323 Upgrade to Gradle 7.5.1. 2022-08-26 14:12:59 -07:00
John Blum
48bbbd63b3 Edit README to refer to SBDG 1.7.3 release and 1.7.4-SNAPSHOT. 2022-08-26 14:12:12 -07:00
John Blum
a83f8fbbfe Edit changelog and include 1.7.3 release notes. 2022-08-26 14:11:39 -07:00
John Blum
2258774638 Edit README to refer to SBDG 1.6.11 release and 1.6.12-SNAPSHOT. 2022-08-26 14:10:49 -07:00
John Blum
8053dc3d4f Edit changelog and include 1.6.11 release notes. 2022-08-26 14:10:15 -07:00
John Blum
341162a49a Adapt to Spring Data (Cassandra) properties changes introduced in Spring Boot.
The changes were introduced in this commit: 0991bd3983#
2022-08-15 14:45:07 -07:00
John Blum
c7ebece479 Edit README to refer to Spring Boot 3.0.0-M4 and SBDG 2.0.0-M4. 2022-07-22 13:18:34 -07:00
John Blum
248821f756 Prepare next development iteration.
Set Spring Boot version to 3.0.0-SNAPSHOT.

Set version to 2.0.0-SNAPSHOT.
2022-07-22 13:02:53 -07:00
John Blum
bc3e31ed82 Release 2.0.0-M4. 2022-07-22 12:48:21 -07:00
John Blum
295278e34c Edit changelog and add 2.0.0-M4 release notes. 2022-07-22 12:34:31 -07:00
John Blum
0df3ae6bf3 Set SD Cassandra Schema Action to 'none' in the Inline Caching with Apache Cassandra Integration Tests. 2022-07-22 12:34:15 -07:00
John Blum
f5ca5b53ae Edit Javadoc in the EnableClusterAware annotation. 2022-07-22 12:28:56 -07:00
John Blum
b8fa1d9688 Upgrade to Spring Boot 3.0.0-M4. 2022-07-21 18:18:08 -07:00