Commit Graph

16 Commits

Author SHA1 Message Date
John Blum
c218795e8d Refactor logging dependencies in SBDG Module Gradle build files.
Remove the exclude for 'org.apache.logging.log4j:log4j-to-slf4j'.

Add an exclude for 'org.apache.logging.log4j:log4j-core'.

Resolves gh-42.
2019-08-21 11:56:32 -07:00
John Blum
46be647e14 Add chapter on (Pivotal) CloudFoundry to the SBDG Reference Documentation.
Resolves gh-33.
2019-07-02 17:53:55 -07:00
John Blum
1faf18633e Add processResources Gradle task to replace property and tag placeholders in source files. 2019-07-02 15:45:14 -07:00
John Blum
d93830bede Fix path variables (e.g. samples-dir) used in documentation and source files.
Remove trailing path separator (/).
2019-05-01 18:48:45 -07:00
John Blum
66a130f954 Revert directory location references back to using 'rootProject.projectDir.path'.
Source file references must use the 'include:' directive and not 'link:' inside the source reference markup.
2019-04-24 11:23:55 -07:00
John Blum
f49aa679a2 Change directory locations to be based on GitHub URLs. 2019-04-24 09:55:56 -07:00
John Blum
687ba1e54c Include guide and example of Spring Boot auto-configuration for Apache Geode & Pivotal GemFire. 2019-04-22 23:45:35 -07:00
Spring Operator
74bec269d9 Cleanup HTTP URLs to use HTTPS.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://docs.spring.io/spring-boot-data-geode/docs/ (301) migrated to:
  https://docs.spring.io/spring-boot-data-geode/docs/ ([https](https://docs.spring.io/spring-boot-data-geode/docs/) result 404).

These URLs were fixed successfully.

* http://docs.spring.io/spring-data/commons/docs/current/api/ migrated to:
  https://docs.spring.io/spring-data/commons/docs/current/api/ ([https](https://docs.spring.io/spring-data/commons/docs/current/api/) result 200).
* http://docs.spring.io/spring/docs/current/javadoc-api/ migrated to:
  https://docs.spring.io/spring/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring/docs/current/javadoc-api/) result 200).
* http://geode.apache.org/releases/latest/javadoc/ migrated to:
  https://geode.apache.org/releases/latest/javadoc/ ([https](https://geode.apache.org/releases/latest/javadoc/) result 200).

Resolves gh-25.
2019-03-11 11:40:57 -07:00
John Blum
c89cc75bd8 Add Spring Shell runtime dependency to spring-geode-starter and spring-gemfire-starter.
Resolves gh-13.
2018-10-03 13:15:56 -07:00
John Blum
8ba2a55bb8 Add Spring Session auto-configuration documentation. 2018-08-29 14:43:26 -07:00
John Blum
db95c418eb Remove explicit IntellIJ IDEA (IDE) Gradle configuration for integrationTest source directory location. 2018-08-22 14:54:22 -07:00
John Blum
869347f59e Include index-docinfo.xml. 2018-06-25 18:15:57 -07:00
John Blum
b713c3253a Add appendix.adoc containing additional documentation to help developers during development. 2018-06-24 22:34:07 -07:00
John Blum
1ef8390791 Move section on using Spring Boot for Apache Geode/Pivotal GemFire, Maven and Gradle build configuration to index.adoc. 2018-06-24 20:29:10 -07:00
John Blum
da60e6d8a0 Refine Asciidoctor attributes and Javadoc links.
Declare compile-time depencency on the 'spring-geode-starter'.

Declare runtime dependency on Spring Shell.
2018-06-22 13:32:43 -07:00
John Blum
209c1d88a3 Add spring-geode-docs module. 2018-06-21 11:24:45 -07:00