Commit Graph

2118 Commits

Author SHA1 Message Date
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
John Blum
a74d500fad Edit README to refer to SBDG 1.7.2 and 1.7.3-SNAPSHOT. 2022-07-21 18:15:54 -07:00
John Blum
1e4bdc95c8 Edit changelog and include 1.7.2 release notes. 2022-07-21 18:15:27 -07:00
John Blum
5bdccc714f Edit README to refer to SBDG 1.6.10 and 1.6.11-SNAPSHOT. 2022-07-21 18:14:49 -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
1740f16bf6 Adapt to API changes in Apache Geode 1.15.0. 2022-07-19 18:18:01 -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
286f401ddd Upgrade to Gradle 7.5. 2022-07-19 17:55:29 -07:00
John Blum
115d01be30 Upgrade to Testcontainers 1.17.3. 2022-07-19 17:51:42 -07:00
John Blum
2f26d406a7 Upgrade to Spring Session for Apache Geode 3.0.0-M4. 2022-07-19 17:50:22 -07:00
John Blum
65f0e23f95 Upgrade to Spring Test for Apache Geode 1.0.0-M6. 2022-07-19 17:49:42 -07:00
John Blum
70acaf8f4d Upgrade to Spring Data for Apache Geode 3.0.0-M5. 2022-07-19 17:47:52 -07:00
John Blum
cd815bcb32 Upgrade to Spring Data BOM 2022.0.0-M5 (Turing-M5). 2022-07-19 17:47:24 -07:00
John Blum
a27f16f853 Upgrade to Spring Cloud Bindings 1.10.0. 2022-07-19 17:46:28 -07:00
John Blum
9711537f8a Upgrade to Spring Framework 6.0.0-M5. 2022-07-19 17:45:43 -07:00
John Blum
7d44f0d61e Upgrade to VMware Tanzu (Pivotal) GemFire 9.15.0. 2022-07-19 17:45:13 -07:00
John Blum
c2de48bf2e Upgrade to Apache Geode 1.15.0. 2022-07-19 17:43:00 -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
195d746a6a Add example spring-geode-logging.properties to Spring Geode Logging Smoke Tests. 2022-07-07 10:52:04 -07:00
John Blum
55f5ffea19 Edit SBDG ref doc and include new information about logging with the spring-geode-starter-logging module.
Closes #117.
2022-07-07 10:37:42 -07:00
John Blum
625a95af6a Remove logback-include.xml from Spring Geode Starter Logging.
Resolves #117.
2022-07-07 10:37:42 -07:00
John Blum
dd3c940aae Integrate Spring Geode Logging with Spring Boot Logging and externalizes configuration.
* Deprecates the logback-include.xml file.
* Declare the logging context name as 'geodeLoggingContext'.
* Determines whether Spring Boot SLF4J Logback logging configuration (metadata) files are present on the application classpath.
* Applies custom logging configuration declared by the user in the spring-geode-logging.properties file on the application classpath.
* Conditionally includes SLF4J Logback logging configuration from Spring Boot.
* Includes Appenders, Loggers and Properties configuration metadata files from Spring Geode Starter Logging.

Resolves #117.
2022-07-07 10:37:37 -07:00
John Blum
344afb742c Enable Spring Geode Logging configuration to be declared by the user in a spring-geode-logging.properties file on the Spring Boot application classpath.
Resolves #117.
2022-07-06 17:28:16 -07:00
John Blum
e187a0fd9a Add 'delegate' Appender to Apache Geode Logger configuration.
Resolves #117.
2022-07-06 17:27:43 -07:00
John Blum
354031fda2 Refactor and encapsulate Properties, Logger and Appender SLF4J Logback configuration (metadata) in separate includes (XML files) on the application classpath.
Resolves #117.
2022-07-06 17:27:21 -07:00
John Blum
be37045582 Declare 'org.codehaus.janino:janino' as an implementation dependency in Spring Geode Starter Logging.
This enables the SLF4J Logback configuration files to include conditional logic, such as if-then-else statements.

Resolves #117.
2022-07-06 14:20:36 -07:00
John Blum
fcadfb17f2 Declare JUL to SLF4J as a API dependency in Spring Geode Starter Logging.
The intent is to duplicate the spring-boot-starter-logging module even though the spring-boot-starter-logging module is a declared dependency. However, if the spring-boot-starter-logging module definitions changes then Spring Boot for Apache Geode logging is covered.

Resolves #117.
2022-07-06 14:20:03 -07:00
John Blum
043d1aab26 Edit README and move SBDG 1.5.x to EOL section. 2022-06-24 17:57:14 -07:00
John Blum
516dbbe03f Edit README to refer to 1.7.1 release and 1.7.2-SNAPSHOT. 2022-06-24 17:56:39 -07:00
John Blum
a57ad0dcc4 Edit changelog and include 1.7.1 release notes. 2022-06-24 17:56:10 -07:00
John Blum
5264150cc7 Edit README to refer to 1.6.9 release and 1.6.10-SNAPSHOT. 2022-06-24 17:55:24 -07:00
John Blum
7e8ee12d0e Edit changelog and include 1.6.9 release notes. 2022-06-24 17:54:38 -07:00
John Blum
13405c2f7d Upgrade to Testcontainers 1.17.2. 2022-06-24 17:53:47 -07:00
John Blum
486b8002fd Edit README to refer to 2.0.0-M3 release and 2.0.0-SNAPSHOT.
Refer to Spring Boot 3.0.0-M3 in references.
2022-05-19 16:33:24 -07:00
John Blum
bfd999082f Prepare next development iteration.
Set Spring Boot version to 3.0.0-SNAPSHOT.

Set version to 2.0.0-SNAPSHOT.
2022-05-19 16:12:49 -07:00
John Blum
1b70efdcaa Release 2.0.0-M3. 2022-05-19 15:48:27 -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
50d9e1e8c6 Upgrade to Spring Session BOM 2022.0.0-M2. 2022-05-19 15:29:53 -07:00
John Blum
67f8890edc Upgrade to Spring Boot 3.0.0-M3. 2022-05-19 15:27:04 -07:00
John Blum
da2128f07e Edit README to refer to 1.7.0 release and 1.7.1-SNAPSHOT. 2022-05-19 15:25:58 -07:00
John Blum
3bc786947a Edit changelog and include 1.7.0 release notes. 2022-05-19 15:25:15 -07:00
John Blum
ab3d58c505 Edit README to refer to 1.6.8 release and 1.6.9-SNAPSHOT. 2022-05-19 15:24:08 -07:00
John Blum
ce31f30b35 Edit changelog and include 1.6.8 release notes. 2022-05-19 15:23:27 -07:00
John Blum
2f8d583228 Edit README to refer to 1.5.14 release and 1.5.15-SNAPSHOT. 2022-05-19 15:22:39 -07:00