John Blum
be01322025
Create base Spring Geode Sample Guide (documentation) on Async Inline Caching.
2020-12-01 16:56:27 -08:00
John Blum
488dedd0de
Edit TIP to include a reference to the specific documentation on Synchronous, Inline Caching.
2020-11-18 19:54:48 -08:00
John Blum
4ea2b62560
Add documentation on using the 'spring-geode-bom' in the 'Using Spring Boot for Apache Geode' section.
2020-11-18 12:39:30 -08:00
John Blum
d9e6118860
Rename 'springDataReleaseTrainVersion' property to 'springDataBomVersion'.
2020-11-10 12:03:20 -08:00
John Blum
13d577d069
Fix formatting in Logging chapter.
2020-10-21 10:34:27 -07:00
John Blum
a9fce4577d
Fix spelling error.
...
Change 'mat' to 'may'.
2020-10-13 11:49:47 -07:00
John Blum
85ebb49248
Add Introduction bullet points on Data Initialization, Actuator and Testing.
2020-10-01 11:45:58 -07:00
John Blum
da073b8ef3
Rename Reference Guide to 'Spring Boot for Apache Geode Reference Guide'.
2020-09-18 16:47:41 -07:00
John Blum
546aa298f8
Edit Sample Guides and replace all references to 'Apache Geode' using a documentation variable.
...
Remove all references to 'GemFire'.
Fix compiler syntax errors in example code snippets.
2020-09-18 16:19:05 -07:00
John Blum
68c34b86ea
Edit Appendix and replace all references to 'Apache Geode' using a documentation variable.
...
Remove all references to 'GemFire'.
2020-09-18 16:19:05 -07:00
John Blum
429ff3f6dd
Edit Reference Guide and replace all references to 'Apache Geode' using a documentation variable.
...
Remove all references to 'GemFire'.
Fix compiler syntax errors in documentation code snippets.
2020-09-18 16:19:05 -07:00
John Blum
8f9a4e2f70
Define Asciidoc documenation variables for the 'Pivotal Cloud Cache' (PCC) name, 'Pivotal CloudFoundry' (PCF) name and 'VMware Tanzu GemFire' name.
2020-09-18 16:16:23 -07:00
John Blum
09d15e87c2
Upgrade to FreeFair Lombok Gradle Plugin 5.2.1.
2020-09-18 02:33:58 -07:00
John Blum
62e001efc7
Remove dependency management for Spring Data for VMware Tanzu (Pivotal) GemFire.
2020-09-17 21:49:43 -07:00
John Blum
cb34cd2201
Remove all source code (Javadoc) references to 'Pivotal GemFire' or 'GemFire' in general.
2020-09-17 21:24:16 -07:00
John Blum
ed1e155579
Add Asciidoc TIP referring to the 'Getting Started' Sample Guide and Code.
2020-09-03 18:57:25 -07:00
John Blum
85aed4b3a0
Add another numbered bullet point of Apache Geode's excessive use of static initializer blocks.
2020-09-03 18:57:25 -07:00
John Blum
c6c46ee70e
Cross-reference the reference documentation and sample guide for HTTP Session Caching with Spring Session using Apache Geode.
2020-09-03 18:40:04 -07:00
John Blum
37f458905d
Cross-reference the reference documentation and sample guide for Near Caching with Spring using Apache Geode.
2020-09-03 18:22:48 -07:00
John Blum
d499ca47cc
Cross-reference the reference documentation and sample guide for Multi-Site Caching with Spring using Apache Geode.
2020-09-03 18:13:44 -07:00
John Blum
4f16a7a217
Cross-reference the reference documentation and sample guide for Inline Caching with Spring using Apache Geode.
2020-09-03 18:09:01 -07:00
John Blum
ea5ec28b1f
Cross-reference the reference documentation and sample guide for Look-Aside Caching with Spring using Apache Geode.
2020-09-03 18:01:35 -07:00
John Blum
f8a8ff723d
Cross-reference the reference documentation and sample guide for Spring Boot Security.
2020-09-03 17:46:36 -07:00
John Blum
c4302adafe
Cross-reference the reference documentation and sample guide for Spring Boot Auto-configuration.
2020-09-03 17:30:12 -07:00
John Blum
ab1c64dbf8
Cross-reference the reference documentation and sample guide for Spring Boot Actuator.
2020-09-03 17:29:39 -07:00
John Blum
81622a4580
Rename 'VMware GemFire' to 'VMware Tanzu GemFire'.
2020-09-03 17:01:19 -07:00
John Blum
ce9c523b4f
Add brief section on Multi-Site Caching referring to the Sample Guide and Code.
2020-09-03 16:41:52 -07:00
John Blum
f143196839
Add WARNING about GemFire/Geode's JVM Shutdown Hook in the 'Using Data' chapter, 'Exporting Data' section when using the Cache Data Export functionality.
2020-09-03 14:22:38 -07:00
John Blum
f95554e563
Add documentation variable reference pointing at Apache Geode source code in GitHub.
2020-09-03 14:05:53 -07:00
John Blum
56ce511775
Fix syntax (compiler) errors in code snippets.
2020-09-03 13:31:11 -07:00
John Blum
34c36ada40
Add Regular Expressions (REGEX) script to catch documentation errors, specifically in code snippets.
2020-09-03 13:30:46 -07:00
John Blum
24ac11715a
Edit section on Asynchronous (Write-Behind) Inline Cacching in caching chapter.
...
Resolves gh-58.
2020-08-20 12:01:10 -07:00
John Blum
0c981aad4f
Add section on configuring and using Asynchronous Inline Caching.
...
Resolves gh-58.
2020-08-19 21:58:05 -07:00
John Blum
a9eac44868
Define documentation variable to the JDK Javadoc.
2020-08-19 21:57:25 -07:00
John Blum
72812055a6
Edit chapter on caching.
2020-08-19 18:48:38 -07:00
John Blum
389ece7948
Replace all references to Apache Geode and Pivotal GemFire with documentation variables.
...
Replace all references of Pivotal GemFire with VMware GemFire.
2020-08-19 18:48:38 -07:00
John Blum
76039f4099
Polish Security Sample Guide.
...
Resolves gh-81.
2020-08-07 15:04:43 -07:00
Patrick Johnson
16abdea031
Add Security Sample Guide and Code.
...
Resolves gh-81.
2020-08-07 15:04:43 -07:00
John Blum
1707013cb6
Rename 'master' version documentation attributes.
...
Rename 'master-apache-geode-version' to 'apache-geode-doc-version'.
Rename 'master-pivotal-cloudcache-version' to 'pivotal-cloudcache-doc-version'.
Rename 'master-pivotal-gemfire-version' to 'pivotal-gemfire-doc-version'.
2020-08-04 15:46:54 -07:00
John Blum
ff12facfb2
Add additional documentation on matching client/server versions when using PCC in PCF.
2020-08-04 15:46:54 -07:00
John Blum
b2818414d2
Add artifact version documentation attributes for Apache Geode, Pivotal/VMware GemFire and Pivotal/VMware Cloud Cache.
2020-08-04 15:46:54 -07:00
John Blum
6ce9737549
Fix spelling.
2020-08-04 15:46:20 -07:00
John Blum
2498df47be
Set Pivotal CloudCache (PCC) docs version to 1.12.
2020-08-04 15:46:20 -07:00
John Blum
dc2d6e4056
Edit 'Apache Geode API Extensions' chapter and include documentation on the new ObjectPdxInstanceAdapter class.
2020-07-26 17:40:03 -07:00
John Blum
4ddf64fc14
Edit 'Apache Geode API Extensions' chapter.
...
Add documentation for the PdxInstanceWrapper.getIdentifier() method.
2020-07-26 16:22:22 -07:00
John Blum
f06cb1a470
Edit 'Using Data' chapter to include new content on Import/Export API Extensions.
...
Resolves gh-92.
2020-07-24 17:16:47 -07:00
John Blum
adbbda54f4
Edit the 'Working with Data' chapter.
...
Change title to 'Using Data'.
Revise the reference documentation to be more concise.
2020-07-24 12:05:39 -07:00
John Blum
5994d6b6a3
Upgrade to FreeFair Lombok Gradle Plugin 5.1.0.
2020-06-10 23:48:29 -07:00
John Blum
80c34d2198
Correct grammer, misspellings and wording in the Docker chapter.
2020-06-05 08:57:38 -07:00
John Blum
9333f72850
Correct grammar, misspellings and wording in the Apache Geode API extensions chapter.
2020-06-05 08:57:38 -07:00