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

Commit e575c15

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 2 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 2 occurrences * http://www.springframework.org/schema/integration with 4 occurrences * http://www.springframework.org/schema/integration/kafka with 4 occurrences * http://www.springframework.org/schema/tool with 4 occurrences * http://www.w3.org/2001/XMLSchema with 2 occurrences
1 parent 5868d0f commit e575c15

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The *Spring Integration Kafka* extension project provides inbound and outbound c
66
Apache Kafka is a distributed publish-subscribe messaging system
77
that is designed for high throughput (terabytes of data) and low latency (milliseconds). For more information on Kafka
88
and its design goals, see the
9-
http://kafka.apache.org/[Kafka main page].
9+
https://kafka.apache.org/[Kafka main page].
1010

1111
This 2.0 version is a complete rewrite based on the new
1212
https://github.com/spring-projects/spring-kafka[spring-kafka] project which uses the pure java `Producer` and
@@ -189,4 +189,5 @@ Since messages can't have `null` payloads, when such a value is received, it is
189189

190190
## Contributing
191191

192-
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.
192+
https://help.github.com/en/articles/creating-a-pull-request[Pull requests] are welcome.
193+
Please see the https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc[contributor guidelines] for details.

out/production/resources/org/springframework/integration/kafka/config/spring-integration-kafka-3.1.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[

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-2.3.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)