Commit Graph

244 Commits

Author SHA1 Message Date
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
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
6ce9737549 Fix spelling. 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
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
John Blum
5bcf39f208 Change ClientCache object reference type to GemFireCache. 2020-06-04 11:31:06 -07:00
John Blum
12048914c6 Add example Spring Boot, Apache Geode ClientCache application used to connect to an Apache Geode cluster running in a Docker Container.
Resolves gh-86.
2020-06-04 02:09:27 -07:00
John Blum
5a5edb9e67 Add chapter to reference documentation on running Apache Geode in Docker.
Resolves gh-86.
2020-06-04 02:08:43 -07:00
John Blum
4bb5d84ea4 Edit index.adoc. 2020-06-03 12:08:56 -07:00
John Blum
08e7bf7cd1 Add chapter to reference documentation on SBDG's Apache Geode API Extensions.
Resolves gh-84.
2020-06-03 11:34:43 -07:00
John Blum
c0d858d982 Add instructions on how to run the Look-Aside Caching example using the 'gradlew' command from the command-line as well as the IDE. 2020-05-18 10:34:30 -07:00
John Blum
754989b568 Fix broken include with source code reference. 2020-05-18 01:13:41 -07:00
John Blum
2af2443620 Add instructions on how to run the Inline Caching example using the 'gradlew' command from the command-line as well as the IDE. 2020-05-18 00:29:16 -07:00
John Blum
d84b2d77dc Add instructions on how to run the HttpSession Caching example using the 'gradlew' command from the command-line as well as the IDE. 2020-05-17 23:54:46 -07:00
John Blum
d31f53cdb3 Add instructions on how to run the Boot Auto-Configuration example using the 'gradlew' command from the command-line as well as the IDE.
Add instructions on how to configure the Loggers and log-level when running the example.
2020-05-17 23:54:46 -07:00
John Blum
aadeadaf39 Add instructions on how to run the Boot Actuator example client and server using the 'gradlew' command from the command-line as well as the IDE.
Add instructions on how to configure the Loggers and log-levels when running the example.
2020-05-17 23:54:30 -07:00
John Blum
83c944a253 Add reference documentation for the new (JSON) Cache Data Import/Export feature.
Resolves gh-67.
2020-05-13 22:37:19 -07:00
John Blum
293eebb676 Add Spring Boot application class configuring and bootstrapping an Apache Geode (or Pivotal GemFire) ClientCache instance for documentation purposes. 2020-05-05 10:56:56 -07:00
John Blum
f2f502e288 Fix misspelling. 2020-04-20 21:18:11 -07:00
John Blum
ff9594e26d Correct grammar, spelling and verbiage in the Multi-Site Caching Guide.
Resolves gh-80.
2020-04-19 20:46:00 -07:00
John Blum
01e0f2f5f0 Clean up all HTTP URLS; replace with HTTPS.
Resolves gh-80.
2020-04-19 17:01:27 -07:00
John Blum
efcfcb0952 Add Guide for the Multi-Site Caching Sample.
Resolves gh-80.
2020-04-19 16:58:08 -07:00
John Blum
9091dc0d78 Add details concerning SBDG's type-safe GemFireProperties class hierarchy and Geode Properties.
Edit documentation.

Resolves gh-79.
2020-04-15 22:54:46 -07:00
John Blum
4eaecfc1e7 Add Asciidoc variables to consistently refer to the Apache Geode and GemFire product names.
Resolves gh-79.
2020-04-15 22:54:46 -07:00
John Blum
2978fa9b53 Add details concerning property precedence.
Resolves gh-79.
2020-04-15 22:54:46 -07:00
John Blum
43400dd31b Add documentation for using GemFire Properties in application.properties.
Resolves gh-79.
2020-04-15 22:54:46 -07:00
John Blum
9266aefcdc Upgrade to Pivotal GemFire documentation version 9.10. 2020-04-15 22:54:46 -07:00
John Blum
db3dd51482 Upgrade to Pivotal Cloud Cache (PCC) documentation version 1.11. 2020-04-15 22:54:46 -07:00
John Blum
45095106c6 Change URL to Pivotal Platform (Tanzu Application Service (TAS)) documentation and upgrade to 2.9.
Pivotal Platform (Tanzu) Application Service (PAS/TAS) was formerly known as Pivotal CloudFoundry (PCF) Application Service (PAS).
2020-04-15 22:54:46 -07:00
John Blum
ec6a674832 Fix spelling error. 2020-04-15 22:54:46 -07:00
John Blum
9fcc29c2fd Fix URL to Apache Geode gemfire.properties reference documentation. 2020-04-15 22:54:46 -07:00
John Blum
bd98382dc1 Fix source block formatting. 2020-04-14 20:22:56 -07:00