From c3829ad82be785129ee23593e9f5d5430733be8a Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 21:20:18 -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 But Review Recommended 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://www.puppycrawl.com/dtds/configuration_1_2.dtd (404) with 1 occurrences migrated to: https://www.puppycrawl.com/dtds/configuration_1_2.dtd ([https](https://www.puppycrawl.com/dtds/configuration_1_2.dtd) result 404). ## 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://maven.apache.org/xsd/assembly-1.1.2.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200). * http://maven.apache.org/xsd/maven-4.0.0.xsd with 11 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). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 22 occurrences * http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 12 occurrences --- batch/file-ingest/checkstyle.xml | 2 +- batch/file-ingest/pom.xml | 2 +- batch/file-ingest/src/main/docker/assembly.xml | 2 +- dataflow-template-example/pom.xml | 2 +- dataflow-zuul/pom.xml | 2 +- javadsl/pom.xml | 2 +- kafka-samples/http-ingest/pom.xml | 2 +- kafka-samples/kstreams-join-user-clicks-and-region/pom.xml | 2 +- kafka-samples/kstreams-log-user-clicks-per-region/pom.xml | 2 +- kafka-samples/kstreams-word-count/pom.xml | 2 +- .../pom.xml | 2 +- pom.xml | 2 +- security-ldap-uaa-example/pom.xml | 2 +- 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 +- src/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 +- src/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 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/batch/file-ingest/checkstyle.xml b/batch/file-ingest/checkstyle.xml index 5421283..bfa0395 100644 --- a/batch/file-ingest/checkstyle.xml +++ b/batch/file-ingest/checkstyle.xml @@ -1,5 +1,5 @@ - + diff --git a/batch/file-ingest/pom.xml b/batch/file-ingest/pom.xml index aaacc2a..aa5a611 100644 --- a/batch/file-ingest/pom.xml +++ b/batch/file-ingest/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.spring.cloud.dataflow.ingest ingest diff --git a/batch/file-ingest/src/main/docker/assembly.xml b/batch/file-ingest/src/main/docker/assembly.xml index ce83c21..ecda0cd 100644 --- a/batch/file-ingest/src/main/docker/assembly.xml +++ b/batch/file-ingest/src/main/docker/assembly.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> file-ingest-task diff --git a/dataflow-template-example/pom.xml b/dataflow-template-example/pom.xml index 34f45d8..1740efc 100644 --- a/dataflow-template-example/pom.xml +++ b/dataflow-template-example/pom.xml @@ -1,6 +1,6 @@ + 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.samples diff --git a/dataflow-zuul/pom.xml b/dataflow-zuul/pom.xml index 3002d2c..55a44a8 100644 --- a/dataflow-zuul/pom.xml +++ b/dataflow-zuul/pom.xml @@ -1,6 +1,6 @@ + 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.samples diff --git a/javadsl/pom.xml b/javadsl/pom.xml index 9b8f98b..4751197 100644 --- a/javadsl/pom.xml +++ b/javadsl/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example diff --git a/kafka-samples/http-ingest/pom.xml b/kafka-samples/http-ingest/pom.xml index 75eaf61..da5cc03 100644 --- a/kafka-samples/http-ingest/pom.xml +++ b/kafka-samples/http-ingest/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 diff --git a/kafka-samples/kstreams-join-user-clicks-and-region/pom.xml b/kafka-samples/kstreams-join-user-clicks-and-region/pom.xml index 34a8d7a..8c93c15 100644 --- a/kafka-samples/kstreams-join-user-clicks-and-region/pom.xml +++ b/kafka-samples/kstreams-join-user-clicks-and-region/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/kafka-samples/kstreams-log-user-clicks-per-region/pom.xml b/kafka-samples/kstreams-log-user-clicks-per-region/pom.xml index 99ec15b..9c7a24e 100644 --- a/kafka-samples/kstreams-log-user-clicks-per-region/pom.xml +++ b/kafka-samples/kstreams-log-user-clicks-per-region/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 diff --git a/kafka-samples/kstreams-word-count/pom.xml b/kafka-samples/kstreams-word-count/pom.xml index 78ffb7a..e0099b1 100644 --- a/kafka-samples/kstreams-word-count/pom.xml +++ b/kafka-samples/kstreams-word-count/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/pom.xml b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/pom.xml index aa37cd8..641d34b 100644 --- a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/pom.xml +++ b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/pom.xml @@ -1,6 +1,6 @@ + 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 diff --git a/pom.xml b/pom.xml index ea13dfe..6a4bda0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-dataflow-samples org.springframework.cloud diff --git a/security-ldap-uaa-example/pom.xml b/security-ldap-uaa-example/pom.xml index e97958f..fb42c2c 100644 --- a/security-ldap-uaa-example/pom.xml +++ b/security-ldap-uaa-example/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.hillert.scdf diff --git a/src/main/docbook/xsl/xslthl-config.xml b/src/main/docbook/xsl/xslthl-config.xml index e4d677f..e354da1 100644 --- a/src/main/docbook/xsl/xslthl-config.xml +++ b/src/main/docbook/xsl/xslthl-config.xml @@ -19,5 +19,5 @@ - + diff --git a/src/main/docbook/xsl/xslthl/bourne-hl.xml b/src/main/docbook/xsl/xslthl/bourne-hl.xml index e2cd98d..90408ac 100644 --- a/src/main/docbook/xsl/xslthl/bourne-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/c-hl.xml b/src/main/docbook/xsl/xslthl/c-hl.xml index 176cc37..7363dba 100644 --- a/src/main/docbook/xsl/xslthl/c-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/cpp-hl.xml b/src/main/docbook/xsl/xslthl/cpp-hl.xml index ef83c4f..b31f736 100644 --- a/src/main/docbook/xsl/xslthl/cpp-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/csharp-hl.xml b/src/main/docbook/xsl/xslthl/csharp-hl.xml index d57e631..0937334 100644 --- a/src/main/docbook/xsl/xslthl/csharp-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/css-hl.xml b/src/main/docbook/xsl/xslthl/css-hl.xml index 164c48c..21439ae 100644 --- a/src/main/docbook/xsl/xslthl/css-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/html-hl.xml b/src/main/docbook/xsl/xslthl/html-hl.xml index 5b6761b..366cd46 100644 --- a/src/main/docbook/xsl/xslthl/html-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/ini-hl.xml b/src/main/docbook/xsl/xslthl/ini-hl.xml index 34c1036..6bd60b3 100644 --- a/src/main/docbook/xsl/xslthl/ini-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/java-hl.xml b/src/main/docbook/xsl/xslthl/java-hl.xml index f7bb164..4fe3c1f 100644 --- a/src/main/docbook/xsl/xslthl/java-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/javascript-hl.xml b/src/main/docbook/xsl/xslthl/javascript-hl.xml index 99b8a71..9162040 100644 --- a/src/main/docbook/xsl/xslthl/javascript-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/perl-hl.xml b/src/main/docbook/xsl/xslthl/perl-hl.xml index 73d71cc..c8a4d59 100644 --- a/src/main/docbook/xsl/xslthl/perl-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/php-hl.xml b/src/main/docbook/xsl/xslthl/php-hl.xml index 1da25b8..3ea1578 100644 --- a/src/main/docbook/xsl/xslthl/php-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/properties-hl.xml b/src/main/docbook/xsl/xslthl/properties-hl.xml index 775f2f1..8205aac 100644 --- a/src/main/docbook/xsl/xslthl/properties-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/python-hl.xml b/src/main/docbook/xsl/xslthl/python-hl.xml index a467443..72bf0db 100644 --- a/src/main/docbook/xsl/xslthl/python-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/ruby-hl.xml b/src/main/docbook/xsl/xslthl/ruby-hl.xml index d105640..a2cee72 100644 --- a/src/main/docbook/xsl/xslthl/ruby-hl.xml +++ b/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/src/main/docbook/xsl/xslthl/sql2003-hl.xml b/src/main/docbook/xsl/xslthl/sql2003-hl.xml index ac1d5d0..65c08a3 100644 --- a/src/main/docbook/xsl/xslthl/sql2003-hl.xml +++ b/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