Commit Graph

9 Commits

Author SHA1 Message Date
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