From a01c18ddea3d8bf1323b185a9faaf09f9ae7dfa9 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 25 Mar 2019 23:50:35 -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). # 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/suppressions_1_1.dtd (404) with 1 occurrences migrated to: https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.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://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://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://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd with 1 occurrences migrated to: https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ([https](https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd) result 200). * [ ] 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). # Ignored These URLs were intentionally ignored. * http://docbook.org/ns/docbook with 4 occurrences * http://maven.apache.org/POM/4.0.0 with 8 occurrences * http://www.w3.org/1999/xlink with 4 occurrences * http://www.w3.org/2000/svg with 1 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences --- .flattened-pom.xml | 2 +- docs/.flattened-pom.xml | 2 +- font-awesome/font/fontawesome-webfont.svg | 2 +- spring-cloud-build-tools/.flattened-pom.xml | 2 +- spring-cloud-build.xml | 6 +++--- spring-cloud-dependencies-parent/.flattened-pom.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.flattened-pom.xml b/.flattened-pom.xml index 3eaf6739..5cecc397 100644 --- a/.flattened-pom.xml +++ b/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.cloud diff --git a/docs/.flattened-pom.xml b/docs/.flattened-pom.xml index 8c92386c..767c6c56 100644 --- a/docs/.flattened-pom.xml +++ b/docs/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 diff --git a/font-awesome/font/fontawesome-webfont.svg b/font-awesome/font/fontawesome-webfont.svg index 2edb4ec3..8b349d50 100755 --- a/font-awesome/font/fontawesome-webfont.svg +++ b/font-awesome/font/fontawesome-webfont.svg @@ -1,5 +1,5 @@ - + diff --git a/spring-cloud-build-tools/.flattened-pom.xml b/spring-cloud-build-tools/.flattened-pom.xml index 85712146..fa7da7a4 100644 --- a/spring-cloud-build-tools/.flattened-pom.xml +++ b/spring-cloud-build-tools/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 diff --git a/spring-cloud-build.xml b/spring-cloud-build.xml index bad7ed15..9b131733 100644 --- a/spring-cloud-build.xml +++ b/spring-cloud-build.xml @@ -64,7 +64,7 @@ you can import formatter settings using the eclipse-code-formatter.xml file from the Spring Cloud Build project. If using IntelliJ, you can use the -Eclipse Code Formatter +Eclipse Code Formatter Plugin to import the same file. @@ -91,7 +91,7 @@ than cosmetic changes). other target branch in the main project). -When writing a commit message please follow these conventions, +When writing a commit message please follow these conventions, if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit message (where XXXX is the issue number). @@ -184,7 +184,7 @@ message (where XXXX is the issue number). <?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" - "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> + "https://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <suppress files=".*ConfigServerApplication\.java" checks="HideUtilityClassConstructor"/> <suppress files=".*ConfigClientWatch\.java" checks="LineLengthCheck"/> diff --git a/spring-cloud-dependencies-parent/.flattened-pom.xml b/spring-cloud-dependencies-parent/.flattened-pom.xml index a1cab861..51a83d35 100644 --- a/spring-cloud-dependencies-parent/.flattened-pom.xml +++ b/spring-cloud-dependencies-parent/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.cloud