Commit Graph

2008 Commits

Author SHA1 Message Date
John Blum
081166a5e6 Edit SBDG ref doc and include new information about logging with the spring-geode-starter-logging module.
Closes #117.
2022-07-07 11:15:37 -07:00
John Blum
7422af0746 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 11:13:09 -07:00
John Blum
b0f83ea9a2 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-07 11:11:34 -07:00
John Blum
d93c93f36d Refactor and encapsulate Properties, Logger and Appender SLF4J Logback configuration (metadata) in separate includes (XML files) on the application classpath.
Resolves #117.
2022-07-07 11:10:37 -07:00
John Blum
e5183d886f 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-07 11:07:50 -07:00
John Blum
7703510bf4 Edit README to refer to 1.7.1 and 1.7.2-SNAPSHOT. 2022-06-24 18:04:53 -07:00
John Blum
91e2a728c5 Prepare next development iteration.
Set Spring Boot version to 2.7.2-SNAPSHOT.

Set version to 1.7.2-SNAPSHOT.
2022-06-24 17:49:15 -07:00
John Blum
cad09b9eef Release 1.7.1. 2022-06-24 17:38:26 -07:00
John Blum
04763dd2a2 Edit changelog and add 1.7.1 release notes. 2022-06-24 17:28:13 -07:00
John Blum
d9268b2bb0 Upgrade Spring Geode Samples parent Maven POM to Spring Boot 2.7.1 and SBDG 1.7.1-SNAPSHOT. 2022-06-24 17:27:58 -07:00
John Blum
0d9c1bbf73 Upgrade to Testcontainers 1.17.2. 2022-06-24 17:22:21 -07:00
John Blum
acc030f9e4 Upgrade to Spring Data for Apache Geode 2.7.1. 2022-06-24 17:20:31 -07:00
John Blum
59efe201c7 Upgrade to Spring Data BOM 2021.2.1 (RAJ-SR1).
Refers to Spring Data 2.7.1.
2022-06-24 17:20:06 -07:00
John Blum
6add86be5e Upgrade to Spring Boot 2.7.1. 2022-06-24 17:19:19 -07:00
John Blum
848d193a44 Upgrade to Spring Framework 5.3.21. 2022-06-24 17:19:06 -07:00
John Blum
1b3a691a4a Edit README to refer to 1.6.9 release and 1.6.10-SNAPSHOT.
Move SBDG 1.5.x to EOL section.
2022-06-24 17:16:59 -07:00
John Blum
365f7a1875 Edit changelog and include 1.6.9 release notes. 2022-06-24 17:16:03 -07:00
John Blum
024fbf6ea5 Edit README to refer to 1.7.0 release and 1.7.1-SNAPSHOT.
Refer to Spring Boot 2.7.0 in references.
2022-05-19 13:48:39 -07:00
John Blum
28ac805ddd Prepare next development iteration.
Set Spring Boot version to 2.7.1-SNAPSHOT.

Set version to 1.7.1-SNAPSHOT.
2022-05-19 13:33:42 -07:00
John Blum
74440f7ccc Release 1.7.0. 2022-05-19 13:21:00 -07:00
John Blum
8c95d2a5d5 Upgrade Spring Geode Samples parent Maven POM to Spring Boot 2.7.0. 2022-05-19 13:19:44 -07:00
John Blum
7d6ab25e43 Edit changelog and add 1.7.0 release notes. 2022-05-19 13:06:13 -07:00
John Blum
d492bb5c2e Upgrade to Spring Session BOM 2021.2.0. 2022-05-19 13:05:57 -07:00
John Blum
baa596ddae Upgrade to Spring Boot 2.7.0. 2022-05-19 12:56:58 -07:00
John Blum
331ed5c208 Edit README to refer to 1.6.8 release and 1.6.9-SNAPSHOT. 2022-05-19 12:55:06 -07:00
John Blum
b24fc42e2f Edit changelog and include 1.6.8 release notes. 2022-05-19 12:54:17 -07:00
John Blum
29d78162ed Edit README to refer to 1.5.14 release and 1.5.15-SNAPSHOT. 2022-05-19 12:53:42 -07:00
John Blum
3def340699 Edit changelog and include 1.5.14 release notes. 2022-05-19 12:53:01 -07:00
John Blum
70959bd215 Adapt to API changes in Spring Data for Apache Geode 2.7.0. 2022-05-18 14:29:01 -07:00
John Blum
a96e0a812a Upgrade to Spring Session for Apache Geode 2.7.0. 2022-05-18 14:20:27 -07:00
John Blum
b20a5cf8cd Upgrade to Spring Test for Apache Geode 0.3.0-RAJ (GA). 2022-05-18 14:20:04 -07:00
John Blum
f1c63a8162 Upgrade to Spring Data for Apache Geode 2.7.0. 2022-05-18 14:19:38 -07:00
John Blum
f01a739dc2 Upgrade to Spring Data BOM 2021.2.0 (Raj-GA). 2022-05-18 14:19:11 -07:00
John Blum
81aecbcf8e Upgrade to Spring Framework 5.3.20. 2022-05-18 14:18:14 -07:00
John Blum
b181c3353c Reconfigure the Jenkins CI build pipeline.
* Configure the buld to use the VMW provided Harbor DockerHub Proxy.
* Use pipeline.properties to parameterize the build.
* Remove Docker logins (docker.withRegistry(..) directtives in Jenkinsfile & 'docker login' command in setup.sh).
2022-05-03 17:08:03 -07:00
John Blum
87d48f7077 Edit README to refer to 1.7.0-RC1 release and 1.7.0-SNAPSHOT.
Refer to Spring Boot 2.7.0-RC1 documentation.
2022-04-21 17:34:54 -07:00
John Blum
f5f34898a0 Prepare next development iteration.
Set Spring Boot version to 2.7.0-SNAPSHOT.

Set version to 1.7.0-SNAPSHOT.
2022-04-21 17:17:36 -07:00
John Blum
228d1ed2c1 Release 1.7.0-RC1. 2022-04-21 17:07:08 -07:00
John Blum
9cc56fde69 Edit changelog and add 1.7.0-RC1 release notes. 2022-04-21 17:03:32 -07:00
John Blum
ee08cccd0c Upgrade to Spring Boot 2.7.0-RC1. 2022-04-21 16:43:09 -07:00
John Blum
7829939859 Upgrade to Spring Test for Apache Geode 2.7.0-RC1. 2022-04-21 13:04:02 -07:00
John Blum
576ef35374 Upgrade to Spring Session for Apache Geode 2.7.0-RC1. 2022-04-21 13:03:10 -07:00
John Blum
5571606b37 Upgrade to Spring Session BOM 2021.2.0-RC1. 2022-04-21 13:02:52 -07:00
John Blum
84c3cac4ae Upgrade to Spring Data for Apache Geode 2.7.0-RC1. 2022-04-21 13:02:07 -07:00
John Blum
58d6d02d21 Upgrade to Spring Data BOM 2021.2.0-RC1 (Raj-RC1). 2022-04-21 13:01:44 -07:00
John Blum
198048d0f3 Edit README to refer to 1.6.7 release and 1.6.8-SNAPSHOT. 2022-04-21 12:59:57 -07:00
John Blum
3af73c8a68 Edit changelog and include 1.6.7 release notes. 2022-04-21 12:59:08 -07:00
John Blum
e05bc3406a Edit README to refer to 1.5.13 release and 1.5.14-SNAPSHOT. 2022-04-21 12:58:18 -07:00
John Blum
152d9c5dcb Edit changelog and include 1.5.13 release notes. 2022-04-21 12:57:37 -07:00
John Blum
e12028b1d8 Upgrade to Spring Framework 5.3.19. 2022-04-21 10:15:38 -07:00