Commit Graph

117 Commits

Author SHA1 Message Date
Spring Operator
c323301cfd URL Cleanup (#83)
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 4 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://projects.spring.io/spring-cloud/ with 2 occurrences migrated to:  
  https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) 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).
* http://www.spring.io with 1 occurrences migrated to:  
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://repo.spring.io/milestone with 2 occurrences migrated to:  
  https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) 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).
* http://repo.spring.io/snapshot with 2 occurrences migrated to:  
  https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302).
* http://www.springsource.com/download/community with 1 occurrences migrated to:  
  https://www.springsource.com/download/community ([https](https://www.springsource.com/download/community) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences
2019-03-16 11:38:15 -04:00
Marcin Grzejszczak
4152ad30d0 Updating mvnw for all projects 2016-09-19 19:29:31 +02:00
Marcin Grzejszczak
b6de22eef1 Updating mvnw for all projects 2016-09-19 14:16:31 +02:00
Marcin Grzejszczak
39b6cb570f Updating mvnw for all projects 2016-09-19 12:44:01 +02:00
Marcin Grzejszczak
bf0c933abc Updating mvnw for all projects 2016-09-15 16:09:44 +02:00
Marcin Grzejszczak
2ce3f31b98 Removed adoc footer 2016-09-07 17:58:05 +02:00
Marcin Grzejszczak
e875f489b1 Updating mvnw for all projects 2016-09-07 17:25:56 +02:00
Marcin Grzejszczak
bd2249492e Updating ghpages for all projects 2016-08-22 13:30:34 +02:00
Marcin Grzejszczak
c8adc64a65 Updating ghpages for all projects 2016-08-19 11:44:15 +02:00
Marcin Grzejszczak
2896ae3102 Updating ghpages for all projects 2016-08-18 13:08:29 +02:00
Marcin Grzejszczak
71dce440ec Updating ghpages for all projects 2016-08-17 12:42:28 +02:00
Marcin Grzejszczak
c4d701806f 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:42:34 +02:00
Spencer Gibb
f58daffe34 Add maven wrapper 2016-08-12 08:39:10 -06:00
Dave Syer
28c6e9e714 Revert to snapshots 2016-01-28 08:47:53 +00:00
Dave Syer
a9a9e120a8 Release 1.0.6 (Angel.SR6) 2016-01-28 07:54:33 +00:00
Dave Syer
8b1c8ffbd5 Revert to snapshots 2016-01-25 16:47:27 +00:00
Dave Syer
23f813fbc4 Update to 1.0.5 / Angel.SR5 2016-01-25 16:45:33 +00:00
Dave Syer
3c7a6f4e44 Extract all dependencies to BOMs and upgrade Boot 2016-01-25 15:20:17 +00:00
Dave Syer
4ac19a5ff4 Revert to snapshots 2015-11-16 17:41:18 +00:00
Dave Syer
5dfbfee0ae Update to Angel.SR4 (cli 1.0.4.RELEASE) 2015-11-16 17:39:17 +00:00
Dave Syer
e251951ae0 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Dave Syer
98de8026ee Prepare master for next snapshot 2015-06-26 10:57:17 +01:00
Dave Syer
55e4ca1963 Fix path to docs in README raw text 2015-06-25 12:31:28 +01:00
Dave Syer
0a279fb80c Use release train for versions 2015-06-24 17:38:15 +01:00
Spencer Gibb
5502b74167 move attach-zip execution to already included build-helper-maven-plugin 2015-05-01 11:48:27 -06:00
Spencer Gibb
3275c032c1 disable attaching of artifact for spring-cloud-versions 2015-05-01 11:40:10 -06:00
Spencer Gibb
8d453d12c7 fix version 2015-05-01 10:14:34 -06:00
Dave Syer
1433c51fe8 Fix parent version 2015-05-01 16:19:10 +01:00
Dave Syer
94a514f934 Fix parent version 2015-05-01 16:18:26 +01:00
Dave Syer
5fc113eab6 Update to 1.0.3 snapshots 2015-05-01 11:28:39 +02:00
Dave Syer
40d1a977ec Fix README versions 2015-04-24 15:08:23 +01:00
Dave Syer
03be8e718d Update version numbers in install guide 2015-04-24 15:06:05 +01:00
Dave Syer
ad3e5ed4ed Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
Dave Syer
58cb4a8a36 Update install docs for 1.0.0 2015-03-20 22:58:33 +00:00
Dave Syer
15be5d87dd Updates to README 2015-03-20 15:26:36 +00:00
Dave Syer
77a4801cd7 Add link to github in rendered docs 2015-03-20 11:48:07 +00:00
Dave Syer
ecd7903e9f Add annotation processor 2015-03-20 11:48:07 +00:00
Spencer Gibb
9ef4c901a2 touch 2015-03-19 15:21:35 -04:00
Dave Syer
33726d3294 Add bintray properties 2015-03-05 16:21:42 +00:00
Dave Syer
bd810d273f Update to next snapshot 2015-03-03 14:56:26 +00:00
Dave Syer
ac07afb6de Add release profile for distribution management 2015-02-27 15:49:52 +00:00
Dave Syer
8eb813e6c8 Fix typo in usage string 2015-02-24 12:04:18 +00:00
Dave Syer
b1c7ee43fb Use class/package to guess version 2015-02-13 11:01:14 +00:00
Dave Syer
411cc59ac0 Add MissingKeyException to catch users who don't add keys
on the command line for encrypt/decrypt. The key is (obviously)
mandatory, but I like the --key syntax, so it seems better to throw
an exception than try and make it a non-optional argument.

Fixes gh-5
2015-02-04 15:41:20 +01:00
Dave Syer
aaaf07ef2d Update install docs 2015-02-02 12:04:43 +01:00
Dave Syer
32f141dc46 Update some dependencies 2015-01-29 11:24:18 +00:00
Dave Syer
e5cb376d08 Harmonise spring oauth2 versions 2015-01-02 14:16:45 +00:00
Dave Syer
cf3bedb7e0 Add vanilla Ribbon autconfiguration 2015-01-02 10:12:17 +00:00
Dave Syer
487378978c Fix FQN of Enable annotation 2015-01-02 08:52:35 +00:00
Dave Syer
68d5ad1634 Correct Spring Boot version 2014-12-19 17:09:19 +00:00