John Blum
be91548bcd
Create application-no-ssl.properties to ensure Apache Geode is configured to not use SSL network communications betwen client & server.
...
Activate the 'no-ssl' profile in the SpringBootApachGeodeIntegrationTest class example.
2021-03-25 03:20:57 -07:00
John Blum
430c2097a9
Reinstate (apply) Spring's @DirtiesContext annotation.
...
Additionally, declare before & after class setup/tear down proceduce to reset the ClusterAwareConfiguration.ClusterAwareCondition.
2021-03-24 16:03:00 -07:00
John Blum
b710f73d37
Add reference documentation chapter on 'Testing'.
...
Resolves gh-102.
2021-02-01 22:26:49 -08:00
John Blum
f93d198d2d
Add an example of Integration Testing with Apache Geode using Spring Boot Test and STDG frameworks in a Spring context for the 'Testing' chapter.
2021-02-01 22:01:05 -08:00
John Blum
9e4f3cca1f
Add an example of Unit Testing with Apache Geode using Spring Boot Test and STDG frameworks in a Spring context for the 'Testing' chapter.
2021-02-01 22:01:05 -08:00
John Blum
f26e55e10d
State the project goals in documentation.
...
Resolves gh-101.
2021-02-01 14:51:07 -08:00
John Blum
df2dcfbeff
Add documentation on the @EnableClusterAware annotation, strictMatch attribute.
2021-01-20 14:30:30 -08:00
John Blum
be76266a9e
Edit 'Caching with Apache Geode' chapter by moving references to the Guide and Sample code for 'Inline Caching' under the 'Synchronous Inline Caching' sub-section.
2021-01-20 11:42:21 -08:00
John Blum
32954221cb
Update documentation references for Apache Geode, VMware Tanzu Application Service for VMs (Pivotal CloudFoundry (PCF)) and VMware Tanzu GemFire for VMs (Pivotal Cloud Cache (PCC)).
...
Sets Apache Geode documentation version reference to 113.
Sets VMW TAS 4 VMs / PCF documentation version reference to 2-10.
Set VMW GF 4 VMs / PCC documentation version reference to 1-13.
2021-01-13 21:18:35 -08:00
John Blum
c7dd1869fa
Add section on 'Gradle Dependency Management' under the 'Using Spring Boot for Apache Geode' section of the reference documentation.
2020-12-09 16:57:18 -08:00
John Blum
a840c6a18d
Polish the Async Inline Caching Sample Guide based on review and feedback.
...
Add (URL) links to the Sample Guide and Code Example in the 'Asynchronous Inline Caching' section of the 'Caching with Apache Geode' chapter in the reference documentation.
Correct the Code Example URL in the samples.adoc for the Asynchronous Inline Caching Sample.
2020-12-09 11:21:13 -08:00
John Blum
1a33f03e3a
Edit and complete the Async Inline Caching Sample Guide.
...
Refactor the Async Inline Caching Sample Code to include (Asciidoc) documentation markers.
Change the batch time interval in the AEQ batch-size configuration/strategy bean definition to 15 minutes.
Rename the GolfTournament created in the SpringBootApplication class to 'The Masters'.
Refactor the isFinished(..) and isNotFinished() methods in the PgaTourService class to accept a nullable GolfTournament argument.
Refactor the GolferController class to declare the REST API web service endpoints to use '/api/golf/tournament/' as the base Webapp context.
2020-12-09 01:09:29 -08:00
John Blum
816a441d6e
Fix syntax error (misspelled class name) in a code snippet in the Inline Caching Sample Guide.
2020-12-08 19:54:00 -08:00
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
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
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
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