17 Commits

Author SHA1 Message Date
Spring Operator
75a4fd80be 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 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://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://example.com/oauth/token (404) with 1 occurrences migrated to:
  https://example.com/oauth/token ([https](https://example.com/oauth/token) result 404).

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-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200).
* [ ] http://example.com with 9 occurrences migrated to:
  https://example.com ([https](https://example.com) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://cloudfoundry.org with 1 occurrences migrated to:
  https://cloudfoundry.org ([https](https://cloudfoundry.org) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).
2019-04-01 12:36:30 -04:00
Ryan Baxter
a385582faf updating readme with circle status 2017-09-20 13:41:19 +01:00
Spencer Gibb
4f62c2a413 Bump to version 1.1.0
Upgrade s-c-build to 1.3.1

Upgrade netflix/commons/cloudfoundry-client-lib
2017-01-20 14:55:45 -07:00
Dave Syer
7a427eaee0 Update README with new CLA link 2016-07-11 14:35:08 +01:00
Dave Syer
531aa54f84 Update README 2016-06-11 10:50:32 +01:00
Dave Syer
f21c0bcbb9 Update README and remove .settings.xml where appropriate 2016-05-12 10:47:36 +01:00
Dave Syer
07ee4eb0a8 Update docs 2016-02-03 15:43:37 +00:00
Jean de Klerk
766416b974 Allow asciidoctor to read from uri, update README
- Allow asciidoctor to read from URI (contributing section)
- Add 'building documentation' section
- Add newly-updated README
- Small spelling fixes
2015-12-16 07:40:35 -07:00
Dave Syer
2c80e6c08c Update to 1.0.0.M3 2015-11-17 12:40:36 +00:00
Dave Syer
5a8930af9d Move VCAP_SERVICES processing over from spring-cloud-security 2015-08-27 10:18:06 +01:00
Dave Syer
1c862dab2b Fix docs 2015-05-21 14:44:15 +01:00
Dave Syer
86ebf4bb67 Update README 2014-12-26 14:05:08 +00:00
Joshua Kruck
d471110c18 fix typo 2014-11-22 23:13:12 -06:00
Dave Syer
22c8e64b1f Update README 2014-10-31 16:17:30 +00:00
Dave Syer
0877c8208e Tweak README 2014-10-02 11:41:15 +01:00
Dave Syer
3d7311e7eb Fix comment pre-amble in README 2014-09-29 14:46:54 +01:00
Dave Syer
b175545990 Move README to src/main/asciidoc 2014-09-29 14:12:56 +01:00