Commit Graph

29 Commits

Author SHA1 Message Date
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
63b099c947 Add apache-geode-micrometer2 module as a runtimeOnly project dependency in the spring-geode-starter. 2022-04-06 13:43:48 -07:00
John Blum
3c741fc7c7 Add apache-geode-micrometer2 dependency as testRuntimeOnly dependency. 2022-04-06 13:43:23 -07:00
John Blum
f5ab7e537c Add new apache-geode-micrometer2 module.
The apache-geode-micrometer2 module includes integration support for Apache Geode 1.x with Micrometer 2.x.
2022-04-06 13:11:20 -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
17ceec0726 Change source XML blocks to source TEXT blocks in index.adoc. 2022-03-16 10:13:58 -07:00
John Blum
6f73f26552 Add warning about overriding Spring Boot managed dependency versions.
Additionally, edit the sub-chapter (section) on dependency version overriding.
2022-03-11 12:04:23 -08:00
John Blum
1a2cd019e5 Add the Java (JRE) version to the list of primary dependency versions. 2022-03-11 11:28:43 -08:00
John Blum
585ab03da6 Remove declared Apache Geode logging configuration in GeodeCacheServerHealthIndicatorAutoConfigurationIntegrationTests.
Format source code; optimize imports.

Edit Javadoc.
2022-03-09 10:13:32 -08:00
John Blum
292d6069f8 Add documentation on dependency version overriding.
Resolves gh-114.
2022-03-02 21:30:47 -08:00
John Blum
d16e70e823 Update Java documentation references (Java SE API) to Java 17. 2022-03-02 17:50:52 -08:00
John Blum
33f9d4bd41 Fix bug when parsing Spring Boot, spring.session.timeout property with java.time.Duration styling.
Resolves gh-113.
2022-03-02 14:45:47 -08: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
John Blum
ec993ff943 Edit changelog and include 1.6.4 release notes. 2022-02-28 15:52:50 -08:00
John Blum
9c4cdb3744 Edit changelog and include 1.5.10 release notes. 2022-02-28 15:50:49 -08:00
John Blum
73e52c0091 Add missing CloudFoundry cf command shell script and Apache Geode GFSH shell script.
These shell scripts are referenced in documentation.

Resolves gh-60.
2022-02-24 18:59:58 -08:00
John Blum
aa037ce747 Fix project source code references referenced in the reference documentation
Resolves gh-60.
2022-02-24 17:53:39 -08:00
John Blum
192133b95e Restructure the Spring Boot for Apache Geode project to mirror Spring Boot's project structure.
Resolves gh-60.
2022-02-24 16:24:03 -08:00