Commit Graph

21 Commits

Author SHA1 Message Date
John Blum
a0d9f6bf85 Update README and CONTRIBUTION adoc files to use shared, spring-projects GitHub Organization communnity health files. 2020-04-16 10:46:46 -07:00
John Blum
6819e2e62f Correct README section headers to move 1 level down. 2020-04-11 14:54:07 -07:00
John Blum
42c5237783 Edit README to refer to 2.3.0.RC2 reference documentation and Javadoc. 2020-04-10 20:15:19 -07:00
John Blum
5ee896944f Update README with URL references to latest Apache Geode and SSDG versions. 2020-03-03 17:56:29 +01:00
John Blum
27f3f1a63b Prepare next development iteration.
Set Spring Session core version to 2.2.0.BUILD-SNAPSHOT.

Set version to 2.2.0.BUILD-SNAPSTHOT.

Edit README and set Doc and Javadoc URL link versions to 2.2.0.M1.
2019-04-12 12:33:23 -07:00
Spring Operator
4138484793 URL Cleanup.
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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/filter/DelegatingFilterProxy.html with 2 occurrences migrated to:
  https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/filter/DelegatingFilterProxy.html ([https](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/filter/DelegatingFilterProxy.html) result 200).
* [ ] http://geode.apache.org with 2 occurrences migrated to:
  https://geode.apache.org ([https](https://geode.apache.org) result 200).
* [ ] http://geode.apache.org/ with 1 occurrences migrated to:
  https://geode.apache.org/ ([https](https://geode.apache.org/) result 200).
* [ ] http://geode.apache.org/docs/guide/ with 2 occurrences migrated to:
  https://geode.apache.org/docs/guide/ ([https](https://geode.apache.org/docs/guide/) result 200).
* [ ] http://geode.apache.org/schema/cache/cache-1.0.xsd with 1 occurrences migrated to:
  https://geode.apache.org/schema/cache/cache-1.0.xsd ([https](https://geode.apache.org/schema/cache/cache-1.0.xsd) result 200).
* [ ] http://projects.spring.io/spring-session/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-session/ ([https](https://projects.spring.io/spring-session/) result 200).
* [ ] http://stackoverflow.com with 1 occurrences migrated to:
  https://stackoverflow.com ([https](https://stackoverflow.com) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-session with 1 occurrences migrated to:
  https://stackoverflow.com/questions/tagged/spring-session ([https](https://stackoverflow.com/questions/tagged/spring-session) result 200).
* [ ] http://stackoverflow.com/tags/spring-session with 1 occurrences migrated to:
  https://stackoverflow.com/tags/spring-session ([https](https://stackoverflow.com/tags/spring-session) result 200).
* [ ] http://www.thymeleaf.org with 3 occurrences migrated to:
  https://www.thymeleaf.org ([https](https://www.thymeleaf.org) result 200).
* [ ] http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-3.dtd with 3 occurrences migrated to:
  https://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-3.dtd ([https](https://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-3.dtd) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
  https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
  https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301).
* [ ] http://geode.apache.org/releases/latest/javadoc with 2 occurrences migrated to:
  https://geode.apache.org/releases/latest/javadoc ([https](https://geode.apache.org/releases/latest/javadoc) result 301).
* [ ] http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ with 2 occurrences migrated to:
  https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ ([https](https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/) result 302).

These URLs were intentionally ignored.

* http://geode.apache.org/schema/cache with 2 occurrences
* http://java.sun.com/jsp/jstl/core with 4 occurrences
* http://localhost with 4 occurrences
* http://localhost:%s with 1 occurrences
* http://localhost:8080 with 1 occurrences
* http://localhost:8080/ with 6 occurrences
* http://localhost:8080/counts with 2 occurrences
* http://localhost:8080/ping with 1 occurrences
* http://www.w3.org/1999/xhtml with 3 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
* http://www.webjars.org/tags with 4 occurrences

Resolves gh-30.
2019-04-04 17:21:23 -07:00
Spring Operator
779bf6de61 URL Cleanup.
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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://www.apache.org/licenses/LICENSE-2.0 with 134 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).

Resolves gh-27.
2019-04-04 17:21:23 -07:00
John Blum
6b5bd4f640 Update README.adoc with 2.1.2.RELEASE details and documentation references. 2018-12-21 20:07:51 -08:00
John Blum
f1bd5bd2f3 Edit README.adoc. 2018-12-19 16:31:16 -08:00
John Blum
b077f66856 Update README describing SSDG custom, enterprise features. 2018-12-19 02:12:56 -08:00
John Blum
3df7146b9e Prepare next development iteration. 2018-11-13 22:25:04 -08:00
John Blum
184894eb5b Prepare next development iteration. 2018-10-24 23:14:42 -07:00
John Blum
d466d4ca99 Add reference to the API. 2018-08-31 08:48:51 -07:00
John Blum
c8f6a15f47 Fix URL to documentation. 2018-08-21 00:40:37 -07:00
John Blum
210b6ea04e Change branding from 'Spring Session for Apache Geode' to 'Spring Session for Apache Geode & Pivotal GemFire'. 2018-05-15 14:33:06 -07:00
John Blum
10e7f532b2 Changing branding from Geode to Apache Geode.
Change branding from GemFire to Pivotal GemFire.

Change branding from Spring Data Geode to Spring Data for Apache Geode.

Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire.

Change branding from Sppring Session Data GemFire/Geode to Spring Session for Pivotal GemFire and Apache Geode, respectively.
2018-05-09 13:58:44 -07:00
John Blum
0e27748882 Add URL/link to the documentation/reference guide for the current Spring Session Data GemFire/Geode release. 2018-03-06 09:04:27 -08:00
John Blum
4c68db97e4 Rebrand the Spring Session Data Geode project as Spring Session for Apache Geode. 2017-11-28 11:23:07 -08:00
John Blum
e3dfee103a Change Travis CI Repository/build URL to spring-session-data-geode. 2017-06-08 17:22:17 -07:00
John Blum
41ef526e8c Fixup the README. 2017-06-08 17:04:27 -07:00
John Blum
743bc4c7c3 Initial commit. 2017-06-06 15:59:00 -07:00