Commit Graph

167 Commits

Author SHA1 Message Date
John Blum
fef9ba47be Add documentation on the required dependencies used to run an Apache Geode Manager.
Resolves gh-72.
2020-02-20 23:34:15 -08:00
John Blum
32d0b5339e Edit chapter on Building ClientCache Applications. 2020-02-20 22:53:03 -08:00
John Blum
d5ac5f0c1f Add documentation in the reference guide on the new spring-geode-starter-logging module.
Resolves gh-71.
2020-02-19 22:54:20 -08:00
John Blum
99157badbc Fix typo. 2019-12-13 08:34:05 -08:00
John Blum
84e596e926 Change HTTP URL to HTTPS. 2019-10-17 13:59:12 -07:00
John Blum
f98b6299d2 Cleanup all documentation references to the spring-cloudcache-starter* modules.
Resolves gh-63.
2019-10-17 12:04:44 -07:00
John Blum
7b1c2cfd01 Add additional documentation on required modifications to the Maven ~/.m2/settings.xml file in order to authenticate with the Pivotal Commercial Repository server.
Clarify in the documentation that explicit declarations on the Pivotal GemFire dependencies is not needed, and is provided by the spring-gemfire-starter.

Resolves gh-62.
2019-10-17 12:01:58 -07:00
John Blum
469880ee03 Add documentation on the required repository declaration when switching from Apache Geode to Pivotal Cloud Cache (or Pivotal GemFire).
Resolves gh-62.
2019-10-10 14:41:40 -05:00
John Blum
07827d6465 Edit the chapter on Spring Session.
Add new section on using Spring Session with Pivotal Cloud Cache.
2019-10-03 20:49:58 -07:00
John Blum
493dc5a84f Update 'Getting Started' Guide with the current/latest release of Spring Boot, version 2.2.0.RC1.
Update Spring Initializer screenshots at start.spring.io to reflect the use of Spring Boot 2.2.0.RC1 in the guide.
2019-10-03 13:21:58 -07:00
John Blum
ae4b3fac23 Edit the 'Begin with Spring Initializer at start.spring.io' section in the 'Getting Started' Guide to parameterize the Spring Boot version selection based on 'this' version of SBDG. 2019-10-03 00:44:52 -07:00
John Blum
3210f875bb Change section title from 'Beginning with Spring Initializer at start.spring.io' to 'Begin with Spring Initializer at start.spring.io' in the 'Getting Started' Guide. 2019-10-03 00:22:08 -07:00
John Blum
7acf3c92c5 Improve section on using Spring Initializer at start.spring.io in the 'Getting Started' Guide.
Change the selected options (lables & values) to match the screenshot.

Add sidebar on Spring Boot vs. Spring Boot for Apache Geode versions.
2019-10-02 22:01:46 -07:00
John Blum
ecbd7e5299 Edit Appendix, in the section 'Switching from Apache Geode to Pivotal Cloud Cache', for more concise wording. 2019-10-02 15:32:47 -07:00
John Blum
b7420a70d6 Fix broken URL/link to Appendix; Correct spelling. 2019-10-01 20:47:11 -07:00
John Blum
0be5ece5c5 Add reference to the 'Switch from Apache Geode to Pivotal Cloud Cache (a.k.a. Pivotal GemFire)' in the Appendix to the 'Getting Started' Guide when running and deploying the CRM, Spring Boot application to Pivotal Platform. 2019-10-01 20:21:26 -07:00
John Blum
62cf72aa30 Format guide content. 2019-09-30 14:04:28 -07:00
John Blum
8569ac3a12 Add section in 'Getting Started' Guide on Hybrid Cloud Architectures. 2019-09-28 16:52:40 -07:00
John Blum
06b9e84987 Add 'Back' links. 2019-09-27 17:04:33 -07:00
John Blum
c2f78ef4aa Refer to the Pivotal GemFire Documentation on acquiring Pivotal GemFire or Pivotal Cloud Cache bits from the commercial Pivotal Maven Repository.
Resolves gh-59.
2019-09-27 16:56:06 -07:00
John Blum
7301dd91cf Edit the Spring Geode Sample on Getting Started with SBDG.
Finish section on deploying the CRM, Spring Boot ClientCache application to PCF using PCC.

Resolves gh-54.
2019-09-27 16:30:00 -07:00
John Blum
2f5c88ac16 Edit Sample Guide on 'Getting Started.'
Resolves gh-54.
2019-09-24 02:06:00 -07:00
John Blum
b59a41b61f Add the 'Getting Started' Guide and Example Code to the Samples Table.
Resolves gh-54.
2019-09-24 02:05:59 -07:00
John Blum
33d99be80d Fix HTTP URLs in 'Getting Started' Guide and switch to HTTPS.
Resolves gh-54.
2019-09-24 02:05:59 -07:00
John Blum
44b6b27257 Add new Sample including Guide and Example Code on 'Getting Started' with SBDG.
Resolves gh-54.
2019-09-24 02:05:59 -07:00
John Blum
508d4f293c Set 'apache-geode-version' to 'master-apache-geode-version'. 2019-09-24 02:05:59 -07:00
John Blum
977662e8c4 Edit chapter on 'Declarative Configuration'. 2019-09-23 23:29:12 -07:00
John Blum
31d01739b0 Edit chapter on 'Auto-configuration'. 2019-09-23 23:29:12 -07:00
John Blum
75a43ed393 Edit documentation on GemfireTemplate auto-configuration and add warning about Caching-defined Regions.
Resolves gh-55.
2019-09-20 01:44:27 -07:00
John Blum
0639042893 Edit chapters on Auto-configuration & Declarative Configuration. 2019-09-14 18:54:33 -07:00
John Blum
1cf8986496 Edit appendix. 2019-09-12 01:12:27 -07:00
John Blum
196be60838 Edit the chapters on Auto-configuration and Declarative Configuration. 2019-09-12 01:12:27 -07:00
John Blum
381f6aa572 Edit the index to include the chapters on Auto-configuration and Declarative Configuration. 2019-09-12 01:12:27 -07:00
John Blum
af95b61eaa Add chapter on Declarative Configuration. 2019-09-12 01:12:27 -07:00
John Blum
2d9c4410a0 Add chapter on Auto-configuration. 2019-09-12 01:12:27 -07:00
John Blum
554331a356 Add @EnableClusterDefinedRegions, @EnableGatewayReceiver and @EnableGatewaySender(s) annotations to the list of Annotations provided by SDG in the 'Explicit Configuration' section. 2019-09-12 01:12:27 -07:00
John Blum
d13d34e6d9 Add section title for the complete set of SBDG Auto-configuration classes.
Correct spelling in 'SpringSessionPropertiesAutoConfiguration' class name.
2019-09-12 01:09:38 -07:00
John Blum
43ec48a5e4 Rename configuration.adoc to configuration-externalized.adoc to reflect the title. 2019-09-12 01:09:38 -07:00
John Blum
ed3eea4c1d Edit chapter on 'Externalized Configuration'. 2019-09-12 01:09:38 -07:00
John Blum
9bb6f6b0ea Fix documentation anchor reference. 2019-09-12 01:08:28 -07:00
John Blum
980ad35a6f Change Apache Geode documentation version to 1.9.
Change Pivotal GemFire documentation version to 9.8.
2019-09-10 21:50:50 -07:00
John Blum
83c036a42c Edit the 'Security' and 'Pivotal CloudFoundry' chapters regarding client authentication. 2019-09-10 21:47:18 -07:00
John Blum
4b06829671 Fix URL reference to Pivotal Cloud Cache documentation. 2019-09-10 21:45:34 -07:00
John Blum
0dc82ea588 Add documentation on running a Spring Boot application in PCF using PCC as a specific, assigned user.
Resolves gh-44.
2019-09-10 20:36:36 -07:00
John Blum
5379d9164d Edit 'Building Embedded (Peer & Server) Cache Applications' and 'Building Locator Application' sections. 2019-09-03 21:20:26 -07:00
John Blum
ea3889174a Edit documentation and add section on Apache Geode Locator-based applications configured and bootstrapped with Spring Boot. 2019-09-03 10:56:38 -07:00
John Blum
195f929da1 Edit documentation on ClientCache applications. 2019-09-01 11:26:10 -07:00
John Blum
51c4a9659b Add documentation variable for 'spring-data-commons' website. 2019-09-01 10:54:51 -07:00
John Blum
8f869c3995 Edit the wording in 'Building ClientCache Applications' that describes local development vs. the client/server architecture to clarify the meaning and intent.
Resolves gh-41.
2019-08-19 20:06:33 -07:00
John Blum
51cfb068ad Edit Sample Guide on HTTP Session Caching. 2019-08-19 17:33:09 -07:00