22 Commits

Author SHA1 Message Date
John Blum
1b262e1f8e Clear secondary sources and configure DuplicatesStrategy for resources when generating Docs. 2021-11-30 21:52:27 -08:00
John Blum
d70b8d9ed3 Replace all 'javax.servlet:javax.servlet-api' dependency declarations in all Gradle module build files with 'jakarta.servlet:jakarta.servlet-api'. 2021-11-16 21:48:30 -08:00
John Blum
56134a0fe1 Adapt all SSDG Gradle module build files to Gradle 7.3. 2021-11-16 20:47:47 -08:00
John Blum
f47c503e36 Declare Spring 'release' Repository to resolve Spring Documentation Resources. 2021-01-22 15:22:25 -08:00
John Blum
b2babe7410 Add Asciidoctor configuration for AsciidoctorJ and AsciidoctorPDF.
Define global/master 'data-store-name' and 'data-store-version' documentation variables.
2020-05-18 20:08:43 -07:00
John Blum
86a66f768f Include commented out absolute path to spring.css Stylesheet location for reference purposes.
Resolves gh-50.
2020-03-03 16:01:59 +01:00
Eleftheria Stein
549ae2d1aa Add index page links; Add stylesheet location to gfsh docs.
Resolves gh-50.
2020-03-03 15:58:58 +01:00
John Blum
428aa46fd0 Use absolute path to resolve the spring.css Stylesheet and workaround issues in the Spring Build Conventions Gradle Plugin 0.0.28.RELEASE. 2020-03-03 04:44:07 +01:00
John Blum
2fd6729dcd Update documentation style. 2020-03-03 04:15:25 +01:00
John Blum
a6611244b4 Fix Javadoc URLs.
Both spring-data-commons and spring-data-geode links were incorrect.
2019-04-04 17:21:23 -07:00
Spring Operator
7d4102d19f Switch HTTP URLs to 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-data-geode/docs/current/api/ (301) migrated to:
  https://docs.spring.io/spring-data-geode/docs/current/api/ ([https](https://docs.spring.io/spring-data-geode/docs/current/api/) result 404).

These URLs were fixed successfully.

* http://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html migrated to:
  https://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html ([https](https://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html) result 200).
* http://docs.spring.io/spring-session/docs/ migrated to:
  https://docs.spring.io/spring-session/docs/ ([https](https://docs.spring.io/spring-session/docs/) 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/index.html migrated to:
  https://geode.apache.org/releases/latest/javadoc/index.html ([https](https://geode.apache.org/releases/latest/javadoc/index.html) result 200).

Resolves gh-25.
2019-04-04 17:21:23 -07:00
John Blum
a1cb7bb41c Update documentation to include information on configuring Apache Geode/Pivotal GemFire server's with the DataSerialization framework as required by Spring Session.
Resolves gh-11.
2018-11-09 17:08:32 -08:00
John Blum
cf8699c00a Refer to Spring Data for Apache Geode API Javadoc.
Parameterize version in Spring Session core API Javadoc URL.
2018-10-30 12:50:23 -07:00
John Blum
16734f4516 Remove all repository declarations from modulde build.gradle files and add to gradle/dependency-management.gradle. 2018-10-24 21:50:54 -07:00
John Blum
c95f5aeddd Remove unnecessary ide.gradle file and remove 'apply from: IDE_GRADLE' plugin declarations from Gradle module build files.
All IDE configuration logic is handle by the Spring Build Conventions Gradle project.
2018-08-16 17:55:12 -07:00
John Blum
d6be6dacc4 Switch to Spring Boot Dependencies BOM for complete project dependency management. 2018-06-19 22:19:48 -07:00
John Blum
d7c9038e23 Remove Spring IO Platform Dependency Management.
Declare Spring's Dependency Management Gradle Plugin to manage project dependency versions.
2018-06-19 22:19:47 -07:00
John Blum
04168ef1b3 Fixup documentation and samples. 2017-07-26 16:08:11 -07:00
John Blum
3513e5765b Add Javadoc links configuration to resolve Java API docs for Spring, Spring Session and Apache Geode types. 2017-06-07 08:42:41 -07:00
John Blum
6b25500f09 Add gradle/ide.gradle file to mark src/integration-test/java sources as an IJ Test Sources Root. 2017-06-06 20:07:41 -07:00
John Blum
767074d7b8 Additional spring-session-data-geode setup. 2017-06-06 16:04:40 -07:00
Rob Winch
35e1ba929b Initial spirng-session-data-geode setup.
(cherry picked from commit c5a1ee021016d37dda5e5eb96320ee1be9869314)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-06-06 16:00:46 -07:00