Commit Graph

53 Commits

Author SHA1 Message Date
John Blum
6f8db2407b Refactor the TestcontainersCassandraConfiguration class to use a mirror for Docker image pulling. 2023-05-12 14:29:21 -07:00
John Blum
59a5d98526 Add logging to, and enable logging using SLF4J for, TestcontainersCassandraConfiguration. 2023-05-12 13:49:09 -07:00
John Blum
39b05cdcc5 Add environment-specific configuration to the Cassandra Testcontainer. 2023-05-12 11:49:01 -07:00
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
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
638dce7963 Upgrade to Freefair Lombok Gradle Plugin 6.5.1. 2022-11-08 13:30:34 -08:00
John Blum
793946d8ba Edit changelog and include 1.7.5 release notes. 2022-10-24 13:02:57 -07:00
John Blum
5b00d28966 Edit changelog and include 1.6.13 release notes. 2022-10-24 13:01:39 -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
e7cf4f5c67 Edit changelog and include 1.7.4 release notes. 2022-09-24 00:11:42 -07:00
John Blum
09bfce0bb0 Edit changelog and include 1.6.12 release notes. 2022-09-24 00:10:32 -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
a83f8fbbfe Edit changelog and include 1.7.3 release notes. 2022-08-26 14:11:39 -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
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
1e4bdc95c8 Edit changelog and include 1.7.2 release notes. 2022-07-21 18:15:27 -07:00
John Blum
1191d1eed9 Edit changelog and include 1.6.10 release notes. 2022-07-21 18:14:10 -07:00
John Blum
9cdeaf0325 Apply addiitional polishing to the Inline Caching with Apache Cassandra Integration Tests.
The refactorings and code changes are based on feedback from Mark Paluch regarding Apache Cassandra and Spring Data for Apache Cassandra.

Note: a developer must quote the CqlIdentifier (e.g. table names) when the case is mixed.
2022-07-21 14:50:51 -07:00
John Blum
c5e66c0ddf Upgrade to Freefair Lombok Gradle Plugin 6.5.0.3. 2022-07-19 17:57:28 -07:00
John Blum
5a3c580a47 Polish Inline Caching with Apache Cassandra Integration Tests configuration. 2022-07-11 18:40:23 -07:00
John Blum
a410e25f05 Fix failing Inline Caching with Apache Cassandra Integration Tests. 2022-07-08 19:38:24 -07:00
John Blum
a57ad0dcc4 Edit changelog and include 1.7.1 release notes. 2022-06-24 17:56:10 -07:00
John Blum
7e8ee12d0e Edit changelog and include 1.6.9 release notes. 2022-06-24 17:54:38 -07:00
John Blum
8178df36fb Edit changelog and add 2.0.0-M3 release notes. 2022-05-19 15:35:38 -07:00
John Blum
3bc786947a Edit changelog and include 1.7.0 release notes. 2022-05-19 15:25:15 -07:00
John Blum
ce31f30b35 Edit changelog and include 1.6.8 release notes. 2022-05-19 15:23:27 -07:00
John Blum
0465d710c8 Edit changelog and include 1.5.14 release notes. 2022-05-19 15:22:01 -07:00
John Blum
4df6350502 Edit changelog and include 1.7.0-RC1 release notes. 2022-04-21 17:39:44 -07:00
John Blum
67becad89e Edit changelog and include 1.6.7 release notes. 2022-04-21 13:23:19 -07:00
John Blum
fb0185c25b Edit changelog and include 1.5.13 release notes. 2022-04-21 13:22:16 -07:00
John Blum
54572fcb4c Adapt to API changes in Spring Data for Apache Geode.
Replace use of SDG SpringUtils with SBDG's SpringExtensions, which now extends org.springframework.data.gemfire.util.SpringExtensions (renamed from o.s.d.g.util.SpringUtils).
2022-04-12 17:23:15 -07:00
John Blum
6c6aa354ec Refactor the SpringExtensions class to extend org.springframework.data.gemfire.util.SpringExtensions. 2022-04-12 17:23:15 -07:00
John Blum
7607415b36 Remove apache-geode-micrometer2 module.
The integration module between Apache Geode 1.14.x (based on Micrometer 1.x) and Micrometer 2.0 is not longer needed since the Micrometer team is rolling back changes to the Micrometer Binders API in 2.0 to re-include the Binders back in micrometer-core.
2022-04-12 15:52:14 -07:00
John Blum
bef0145500 Organize dependencies. 2022-04-06 13:43:55 -07:00
John Blum
3c741fc7c7 Add apache-geode-micrometer2 dependency as testRuntimeOnly dependency. 2022-04-06 13:43:23 -07:00
John Blum
e1539369d9 Add notice.txt file, stating the use of SBDG under the terms of the 'License', to the binary distribution. 2022-03-31 13:03:53 -07:00
John Blum
9240792430 Add Apache License version 2.0 file to binary distribution. 2022-03-31 12:58:27 -07:00
John Blum
8bd9b2cd49 Edit changelog and include 1.6.6 release notes. 2022-03-31 12:22:02 -07:00
John Blum
3f05b82fd9 Edit changelog and include 1.5.12 release notes. 2022-03-31 12:20:27 -07:00
John Blum
ccc4d3eb14 Edit changelog and add 2.0.0-M2 release notes. 2022-03-24 21:44:24 -07:00
John Blum
ebd8edd118 Edit changelog and include 1.7.0-M3 release notes. 2022-03-24 20:57:13 -07:00
John Blum
ef7c60712e Edit changelog and include 1.6.5 release notes. 2022-03-24 20:55:37 -07:00
John Blum
809cc4ca6d Edit changelog and include 1.5.11 release notes. 2022-03-24 20:53:57 -07:00
John Blum
929a4b2db6 Edit changelog and update 2.0.0-M1 release notes. 2022-02-28 17:01:35 -08:00
John Blum
fef6f7f7e9 Edit changelog and include 1.7.0-M2 release notes. 2022-02-28 15:54:24 -08:00