Commit Graph

270 Commits

Author SHA1 Message Date
John Blum
fc9e00a4d5 Cross-reference the reference documentation and sample guide for Look-Aside Caching with Spring using Apache Geode. 2020-09-17 18:03:32 -07:00
John Blum
1908c6e59c Cross-reference the reference documentation and sample guide for Spring Boot Security. 2020-09-17 18:03:32 -07:00
John Blum
912e7aa2ed Cross-reference the reference documentation and sample guide for Spring Boot Auto-configuration. 2020-09-17 18:03:32 -07:00
John Blum
ea048170fe Cross-reference the reference documentation and sample guide for Spring Boot Actuator. 2020-09-17 18:03:32 -07:00
John Blum
c8f9119336 Rename 'VMware GemFire' to 'VMware Tanzu GemFire'. 2020-09-17 18:03:32 -07:00
John Blum
e034469ad7 Add brief section on Multi-Site Caching referring to the Sample Guide and Code. 2020-09-17 18:03:32 -07:00
John Blum
00f95f8f40 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-17 18:03:32 -07:00
John Blum
b32999ba4b Add documentation variable reference pointing at Apache Geode source code in GitHub. 2020-09-17 18:03:32 -07:00
John Blum
cf1bb933f5 Fix compiler syntax errors in code snippets. 2020-09-17 18:03:32 -07:00
John Blum
8cf9ca98c3 Define documentation variable to the JDK Javadoc. 2020-08-20 15:37:10 -07:00
John Blum
77ed1f49d0 Edit chapter on caching. 2020-08-20 15:36:43 -07:00
John Blum
f739fab1ed Replace all references to Apache Geode and Pivotal GemFire with documentation variables.
Replace all references of Pivotal GemFire with VMware GemFire.
2020-08-20 15:36:36 -07:00
John Blum
d7b254a904 Polish Security Sample Guide.
Resolves gh-81.
2020-08-07 16:30:02 -07:00
Patrick Johnson
a918c9a8f1 Add Security Sample Guide and Code.
Resolves gh-81.
2020-08-07 16:29:53 -07:00
John Blum
7441a526ef 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-07 16:29:03 -07:00
John Blum
a64ec4e5bb Add additional documentation on matching client/server versions when using PCC in PCF. 2020-08-07 16:28:05 -07:00
John Blum
8b847d6c40 Add artifact version documentation attributes for Apache Geode, Pivotal/VMware GemFire and Pivotal/VMware Cloud Cache. 2020-08-07 16:07:02 -07:00
John Blum
59d7918019 Fix spelling. 2020-08-07 16:01: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
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
df69b414cc Enable the Gradle Lombok Plugin.
Switch 'org.assertj:assertj-core' and 'org.projectlombok:lombok' from 'testCompile' dependencies to 'compile'.
2020-06-04 02:06:39 -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
0053484007 Add optional 'spring-geode-starter-logging' dependency. 2020-04-29 20:55:21 -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
46288080de Add Asciidoc documentation attributes for STDG version. 2020-04-15 22:54:46 -07:00
John Blum
49b9c7340e Upgrade to Apache Geode documentation version 1.12. 2020-04-15 22:54:46 -07:00