From 4f54c4cab31fd9a337dd7103bc2a0835711c7fe6 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 20:05:52 -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://help.github.com/send-pull-requests (404) with 1 occurrences migrated to: https://help.github.com/send-pull-requests ([https](https://help.github.com/send-pull-requests) 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://kafka.apache.org/ with 1 occurrences migrated to: https://kafka.apache.org/ ([https](https://kafka.apache.org/) result 200). * [ ] http://www.apache.org with 1 occurrences migrated to: https://www.apache.org ([https](https://www.apache.org) result 200). * [ ] http://www.springframework.org/schema/integration/spring-integration.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd) result 200). * [ ] http://static.springsource.org/spring-integration/reference (301) with 1 occurrences migrated to: https://docs.spring.io/spring-integration/reference ([https](https://static.springsource.org/spring-integration/reference) result 301). * [ ] http://www.springframework.org with 1 occurrences migrated to: https://www.springframework.org ([https](https://www.springframework.org) result 301). * [ ] http://www.springsource.com with 2 occurrences migrated to: https://www.springsource.com ([https](https://www.springsource.com) result 301). # Ignored These URLs were intentionally ignored. * http://www.springframework.org/schema/beans with 1 occurrences * http://www.springframework.org/schema/integration with 2 occurrences * http://www.springframework.org/schema/integration/kafka with 2 occurrences * http://www.springframework.org/schema/tool with 2 occurrences * http://www.w3.org/2001/XMLSchema with 1 occurrences --- spring-integration-kafka/src/api/overview.html | 6 +++--- spring-integration-kafka/src/dist/notice.txt | 4 ++-- .../kafka/config/spring-integration-kafka-3.1.xsd | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-integration-kafka/src/api/overview.html b/spring-integration-kafka/src/api/overview.html index d9e5faadd2..8b6c313b36 100644 --- a/spring-integration-kafka/src/api/overview.html +++ b/spring-integration-kafka/src/api/overview.html @@ -5,7 +5,7 @@ This document is the API specification for Spring Integration Kafka Extension

For further API reference and developer documentation, see the - Spring + Spring Integration reference documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, @@ -14,8 +14,8 @@ This document is the API specification for Spring Integration Kafka Extension

If you are interested in commercial training, consultancy, and - support for Spring Integration, please visit - http://www.springsource.com + support for Spring Integration, please visit + https://www.springsource.com

diff --git a/spring-integration-kafka/src/dist/notice.txt b/spring-integration-kafka/src/dist/notice.txt index f62045a212..607cea5e0a 100644 --- a/spring-integration-kafka/src/dist/notice.txt +++ b/spring-integration-kafka/src/dist/notice.txt @@ -4,13 +4,13 @@ ======================================================================== This product includes software developed by - the Apache Software Foundation (http://www.apache.org). + the Apache Software Foundation (https://www.apache.org). The end-user documentation included with a redistribution, if any, must include the following acknowledgement: "This product includes software developed by the Spring Framework - Project (http://www.springframework.org)." + Project (https://www.springframework.org)." Alternatively, this acknowledgement may appear in the software itself, if and wherever such third-party acknowledgements normally appear. diff --git a/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-3.1.xsd b/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-3.1.xsd index a50008d7f6..2addbf8262 100644 --- a/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-3.1.xsd +++ b/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-3.1.xsd @@ -9,7 +9,7 @@ + schemaLocation="https://www.springframework.org/schema/integration/spring-integration.xsd"/>