Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 8f380d3

Browse files
spring-operatorartembilan
authored andcommitted
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
1 parent 9d86bfd commit 8f380d3

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image::https://build.spring.io/plugins/servlet/buildStatusImage/INTEXT-KAFKA[]
44

55
The *Spring Integration Kafka* extension project provides inbound and outbound channel adapters for Apache Kafka.
66
Apache Kafka is a distributed publish-subscribe messaging system that is designed for high throughput (terabytes of data) and low latency (milliseconds).
7-
For more information on Kafka and its design goals, see the http://kafka.apache.org/[Kafka main page].
7+
For more information on Kafka and its design goals, see the https://kafka.apache.org/[Kafka main page].
88

99
Starting from _version 2.0_ version this project is a complete rewrite based on the new
1010
https://github.com/spring-projects/spring-kafka[spring-kafka] project which uses the pure java `Producer` and
@@ -206,4 +206,5 @@ Since messages can't have `null` payloads, when such a value is received, it is
206206

207207
## Contributing
208208

209-
http://help.github.com/send-pull-requests[Pull requests] are welcome. Please see the https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc[contributor guidelines] for details.
209+
https://help.github.com/en/articles/creating-a-pull-request[Pull requests] are welcome.
210+
Please see the https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc[contributor guidelines] for details.

src/api/overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div id="overviewBody">
66
<p>
77
For further API reference and developer documentation, see the
8-
<a href="http://static.springsource.org/spring-integration/reference" target="_top">Spring
8+
<a href="https://docs.spring.io/spring-integration/reference" target="_top">Spring
99
Integration reference documentation</a>.
1010
That documentation contains more detailed, developer-targeted
1111
descriptions, with conceptual overviews, definitions of terms,
@@ -14,8 +14,8 @@
1414

1515
<p>
1616
If you are interested in commercial training, consultancy, and
17-
support for Spring Integration, please visit <a href="http://www.springsource.com" target="_top">
18-
http://www.springsource.com</a>
17+
support for Spring Integration, please visit <a href="https://www.springsource.com" target="_top">
18+
https://www.springsource.com</a>
1919
</p>
2020
</div>
2121
</body>

src/dist/notice.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
========================================================================
55

66
This product includes software developed by
7-
the Apache Software Foundation (http://www.apache.org).
7+
the Apache Software Foundation (https://www.apache.org).
88

99
The end-user documentation included with a redistribution, if any,
1010
must include the following acknowledgement:
1111

1212
"This product includes software developed by the Spring Framework
13-
Project (http://www.springframework.org)."
13+
Project (https://www.springframework.org)."
1414

1515
Alternatively, this acknowledgement may appear in the software itself,
1616
if and wherever such third-party acknowledgements normally appear.

src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-3.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
1010
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
1111
<xsd:import namespace="http://www.springframework.org/schema/integration"
12-
schemaLocation="http://www.springframework.org/schema/integration/spring-integration.xsd"/>
12+
schemaLocation="https://www.springframework.org/schema/integration/spring-integration.xsd"/>
1313

1414
<xsd:annotation>
1515
<xsd:documentation><![CDATA[

0 commit comments

Comments
 (0)