191 Commits

Author SHA1 Message Date
Ryan Baxter
dd4a1f8262 Fixing versions 2019-05-28 16:11:15 -04:00
Spencer Gibb
9a19e26e4d Merge branch 'spring-operator-polish-urls-remaining-1.1.x' into 1.1.x 2019-04-01 12:36:43 -04:00
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
Spring Operator
97ad9227f5 URL Cleanup (#48)
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).

# Fixed URLs

## Fixed Success 
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:  
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:  
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:  
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
2019-04-01 11:36:17 -04:00
Spring Operator
929db4598d URL Cleanup (#37)
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).

# Fixed URLs

## Fixed Success 
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/ with 1 occurrences migrated to:  
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 21 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-04-01 11:34:14 -04:00
Spring Operator
7896afb528 URL Cleanup (#31)
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).

# Fixed URLs

## Fixed Success 
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 7 occurrences migrated to:  
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:  
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:  
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
2019-03-16 11:33:57 -04:00
Ryan Baxter
6e00837968 Adding circle 2.0 config 2019-03-14 07:43:02 -04:00
buildmaster
b64020f78a Bumping versions to 1.1.3.BUILD-SNAPSHOT after release 2018-06-29 17:12:00 +00:00
buildmaster
d2654d3894 Going back to snapshots 2018-06-29 17:12:00 +00:00
buildmaster
e26cd3b26a Update SNAPSHOT to 1.1.2.RELEASE 2018-06-29 17:10:34 +00:00
Ryan Baxter
ffa122a7ee adding spring boot autoconfigure processor 2018-06-11 09:54:59 -04:00
buildmaster
e27af11b2d Bumping versions to 1.1.2.BUILD-SNAPSHOT after release 2017-12-22 15:44:44 +00:00
buildmaster
87b1e20292 Going back to snapshots 2017-12-22 15:44:44 +00:00
buildmaster
6c02a9e02f Update SNAPSHOT to 1.1.1.RELEASE 2017-12-22 15:43:33 +00:00
Spencer Gibb
5a00ac698c Update docs branches 2017-11-28 12:53:52 -05:00
Ryan Baxter
3aadc35796 removed travis config 2017-09-20 13:43:42 +01:00
Ryan Baxter
2c2ebe39dd Merge branch 'master' of github.com:spring-cloud/spring-cloud-cloudfoundry 2017-09-20 13:41:42 +01:00
Ryan Baxter
a385582faf updating readme with circle status 2017-09-20 13:41:19 +01:00
Ryan Baxter
6c09965024 Rename .circle.yml to circle.yml 2017-09-20 13:24:04 +01:00
Ryan Baxter
04488de0ea Circle CI congif 2017-09-20 12:16:34 +01:00
Marcin Grzejszczak
dcfa2e0606 Referrencing resources from sc-build 2017-08-31 14:50:14 +02:00
Marcin Grzejszczak
9129d9abad Migrated to new docs; fixes #18 2017-08-29 12:28:04 +02:00
Marcin Grzejszczak
2917c43be0 Bumped libs 2017-08-29 12:25:29 +02:00
Spencer Gibb
807d1393da Update mvnw to resolve central profile for RELEASE 2017-04-10 21:41:43 -06:00
Spencer Gibb
1d1ba75c68 Bumping versions to 1.1.1.BUILD-SNAPSHOT after release 2017-04-10 21:40:34 -06:00
Spencer Gibb
683706a739 Going back to snapshots 2017-04-10 21:40:34 -06:00
Spencer Gibb
6040a6a1f3 Update SNAPSHOT to 1.1.0.RELEASE 2017-04-10 21:38:58 -06:00
Spencer Gibb
9e06627306 Revert "Update SNAPSHOT to 1.1.0.M1"
This reverts commit 2b0e681b2d.
2017-01-27 13:00:27 -07:00
Spencer Gibb
2b0e681b2d Update SNAPSHOT to 1.1.0.M1 2017-01-27 12:56:44 -07:00
Spencer Gibb
696e9212fd Move cloudfoundry-client-lib to maven property 2017-01-27 12:48:46 -07: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
1e2a1031f6 Revert to snapshots 2016-09-21 10:23:56 +01:00
Dave Syer
53ebccbbca Update to 1.0.1 2016-09-21 10:22:15 +01:00
Dave Syer
1ed8551746 Ensure version is scraped from parent pom 2016-09-20 13:48:13 +01:00
Marcin Grzejszczak
411093ed8c Updating mvnw for all projects 2016-09-19 19:29:52 +02:00
Marcin Grzejszczak
a5e4a06ff2 Updating mvnw for all projects 2016-09-19 14:16:55 +02:00
Dave Syer
bb68ed8d59 Move unnecessary dependencies up a level 2016-09-19 12:01:56 +01:00
Marcin Grzejszczak
aa1c76b60d Updating mvnw for all projects 2016-09-19 12:44:29 +02:00
Marcin Grzejszczak
832808619c Updating mvnw for all projects 2016-09-15 16:10:36 +02:00
Marcin Grzejszczak
cfbea8061d Removed adoc footer 2016-09-07 17:59:28 +02:00
Marcin Grzejszczak
37982de165 Updating mvnw for all projects 2016-09-07 17:26:41 +02:00
Marcin Grzejszczak
720588b717 Updating ghpages for all projects 2016-08-22 13:30:57 +02:00
Marcin Grzejszczak
7fcb429c83 Updating ghpages for all projects 2016-08-19 11:44:45 +02:00
Marcin Grzejszczak
b5236980ea Updating ghpages for all projects 2016-08-18 13:08:55 +02:00
Dave Syer
26b2826287 Change repo URLs to https 2016-08-17 17:31:21 +01:00
Marcin Grzejszczak
a403ef5a59 Updating ghpages for all projects 2016-08-17 12:43:08 +02:00
Marcin Grzejszczak
12f1924fa4 Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 15:17:49 +02: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
529e4d9f93 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00