From 4d65473b49b46bb1c8add87f83890c4ffd3a7b39 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 26 Mar 2019 00:26:25 -0500 Subject: [PATCH] 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). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * [ ] http://xslthl.sf.net (301) with 1 occurrences could not be migrated: ([https](https://xslthl.sf.net) result AnnotatedConnectException). # 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://asciidoctor.org with 1 occurrences migrated to: https://asciidoctor.org ([https](https://asciidoctor.org) result 200). * [ ] http://docs.spring.io/spring-framework/docs/ with 1 occurrences migrated to: https://docs.spring.io/spring-framework/docs/ ([https](https://docs.spring.io/spring-framework/docs/) result 200). * [ ] http://docs.spring.io/spring-shell/docs/current/api/ with 1 occurrences migrated to: https://docs.spring.io/spring-shell/docs/current/api/ ([https](https://docs.spring.io/spring-shell/docs/current/api/) result 200). * [ ] 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://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to: https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/) result 200). * [ ] http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to: https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html) result 200). * [ ] http://repo.spring.io/libs-milestone-local with 6 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 6 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 3 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 8 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences --- pom.xml | 12 ++++++------ spring-cloud-starter-parent/pom.xml | 2 +- spring-cloud-stream-dependencies/pom.xml | 12 ++++++------ spring-cloud-stream-docs/pom.xml | 16 ++++++++-------- .../src/main/docbook/xsl/xslthl-config.xml | 2 +- .../src/main/docbook/xsl/xslthl/bourne-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/c-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/cpp-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/csharp-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/css-hl.xml | 4 ++-- .../src/main/docbook/xsl/xslthl/html-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/ini-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/java-hl.xml | 2 +- .../main/docbook/xsl/xslthl/javascript-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/perl-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/php-hl.xml | 2 +- .../main/docbook/xsl/xslthl/properties-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/python-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/ruby-hl.xml | 2 +- .../src/main/docbook/xsl/xslthl/sql2003-hl.xml | 2 +- 20 files changed, 38 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index c68e7ed..9b03382 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-cloud-stream-starter-build pom @@ -93,7 +93,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -101,7 +101,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -109,7 +109,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -119,7 +119,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -127,7 +127,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false diff --git a/spring-cloud-starter-parent/pom.xml b/spring-cloud-starter-parent/pom.xml index 282fe86..d2526a7 100644 --- a/spring-cloud-starter-parent/pom.xml +++ b/spring-cloud-starter-parent/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot diff --git a/spring-cloud-stream-dependencies/pom.xml b/spring-cloud-stream-dependencies/pom.xml index 9d46517..5e6e008 100644 --- a/spring-cloud-stream-dependencies/pom.xml +++ b/spring-cloud-stream-dependencies/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-cloud-dependencies-parent @@ -102,7 +102,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -113,7 +113,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -121,7 +121,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -131,7 +131,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -142,7 +142,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false diff --git a/spring-cloud-stream-docs/pom.xml b/spring-cloud-stream-docs/pom.xml index 40d34d8..2ead088 100644 --- a/spring-cloud-stream-docs/pom.xml +++ b/spring-cloud-stream-docs/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.cloud @@ -107,10 +107,10 @@ - http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/ + https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/ - http://docs.spring.io/spring-shell/docs/current/api/ + https://docs.spring.io/spring-shell/docs/current/api/ @@ -458,7 +458,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -466,7 +466,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -474,7 +474,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -484,7 +484,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -492,7 +492,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl-config.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl-config.xml index 1dce407..5aac449 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl-config.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl-config.xml @@ -19,5 +19,5 @@ - + diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml index 518fdb8..b98d756 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for SH xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2010 Mathieu Malaterre This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/c-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/c-hl.xml index 0c994db..7943634 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/c-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/c-hl.xml @@ -3,7 +3,7 @@ Syntax highlighting definition for C xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml index a9f7d0d..b0789e9 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for C++ xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml index e21a125..59ce58e 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for C# xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/css-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/css-hl.xml index e5a1428..b75f1e2 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/css-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/css-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for CSS files xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2011-2012 Martin Hujer, Michiel Hendriks This software is provided 'as-is', without any express or implied @@ -26,7 +26,7 @@ freely, subject to the following restrictions: Martin Hujer Michiel Hendriks -Reference: http://www.w3.org/TR/CSS21/propidx.html +Reference: https://www.w3.org/TR/CSS21/propidx.html --> diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/html-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/html-hl.xml index fd48f11..82d04d3 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/html-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/html-hl.xml @@ -7,7 +7,7 @@ myxml-hl.xml - konfigurace zvyraznovace XML, ktera zvlast zvyrazni HTML elementy a XSL elementy - This file has been customized for the Asciidoctor project (http://asciidoctor.org). + This file has been customized for the Asciidoctor project (https://asciidoctor.org). --> diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ini-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ini-hl.xml index 34c1036..6bd60b3 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ini-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ini-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for ini files xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/java-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/java-hl.xml index 96ef3da..d39f7da 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/java-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/java-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Java xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml index f74807f..85710a0 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for JavaScript xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/perl-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/perl-hl.xml index adf7b09..6518821 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/perl-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/perl-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Perl xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/php-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/php-hl.xml index 1060ae4..72a9bd4 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/php-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/php-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for PHP xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/properties-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/properties-hl.xml index 775f2f1..8205aac 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/properties-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/properties-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Java xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/python-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/python-hl.xml index fd6db57..fa1aeb6 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/python-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/python-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Python xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml index 5bf3473..bcef913 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Ruby xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml index bb561c6..85dcd03 100644 --- a/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml +++ b/spring-cloud-stream-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for SQL:1999 xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2012 Michiel Hendriks, Martin Hujer, k42b3 This software is provided 'as-is', without any express or implied