Skip to content

Commit d38fd18

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://queue-url.com/ (UnknownHostException) with 2 occurrences migrated to: https://queue-url.com/ ([https](https://queue-url.com/) result UnknownHostException). * [ ] http://queue-url.com/bar (UnknownHostException) with 1 occurrences migrated to: https://queue-url.com/bar ([https](https://queue-url.com/bar) result UnknownHostException). * [ ] http://queue-url.com/baz (UnknownHostException) with 1 occurrences migrated to: https://queue-url.com/baz ([https](https://queue-url.com/baz) result UnknownHostException). * [ ] http://queue-url.com/foo (UnknownHostException) with 2 occurrences migrated to: https://queue-url.com/foo ([https](https://queue-url.com/foo) result UnknownHostException). * [ ] 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://aws.amazon.com/ with 1 occurrences migrated to: https://aws.amazon.com/ ([https](https://aws.amazon.com/) result 200). * [ ] http://aws.amazon.com/products/ with 3 occurrences migrated to: https://aws.amazon.com/products/ ([https](https://aws.amazon.com/products/) result 200). * [ ] http://aws.amazon.com/ses/ with 2 occurrences migrated to: https://aws.amazon.com/ses/ ([https](https://aws.amazon.com/ses/) result 200). * [ ] http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html with 1 occurrences migrated to: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html ([https](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html) result 200). * [ ] http://docs.spring.io/spring-integration/reference/ with 1 occurrences migrated to: https://docs.spring.io/spring-integration/reference/ ([https](https://docs.spring.io/spring-integration/reference/) result 200). * [ ] http://projects.spring.io/spring-integration/ with 1 occurrences migrated to: https://projects.spring.io/spring-integration/ ([https](https://projects.spring.io/spring-integration/) 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://aws.amazon.com/documentation/ses/ with 2 occurrences migrated to: https://aws.amazon.com/documentation/ses/ ([https](https://aws.amazon.com/documentation/ses/) result 301). * [ ] http://aws.amazon.com/sdkforjava/ with 1 occurrences migrated to: https://aws.amazon.com/sdkforjava/ ([https](https://aws.amazon.com/sdkforjava/) result 301). * [ ] http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301). * [ ] http://www.springframework.org with 1 occurrences migrated to: https://www.springframework.org ([https](https://www.springframework.org) result 301). # Ignored These URLs were intentionally ignored. * http://localhost with 4 occurrences * http://testQueue.amazonaws.com with 2 occurrences * http://www.springframework.org/schema/beans with 1 occurrences * http://www.springframework.org/schema/integration with 2 occurrences * http://www.springframework.org/schema/integration/aws with 2 occurrences * http://www.springframework.org/schema/tool with 2 occurrences * http://www.w3.org/2001/XMLSchema with 1 occurrences
1 parent 5d27d7e commit d38fd18

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

CODE_OF_CONDUCT.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

4242
This Code of Conduct is adapted from the
43-
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44-
http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
43+
https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44+
https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Spring Integration Extension for Amazon Web Services (AWS)
88
Launched in 2006, [Amazon Web Services][] (AWS) provides key infrastructure services for business through
99
its cloud computing platform. Using cloud computing businesses can adopt a new business model whereby they
1010
do not have to plan and invest in procuring their own IT infrastructure. They can use the infrastructure and services
11-
provided by the cloud service provider and pay as they use the services. Visit [http://aws.amazon.com/products/]
11+
provided by the cloud service provider and pay as they use the services. Visit [https://aws.amazon.com/products/]
1212
for more details about various products offered by Amazon as a part their cloud computing services.
1313

1414
*Spring Integration Extension for Amazon Web Services* provides Spring Integration adapters for the various services
@@ -649,13 +649,13 @@ This implementation can also be used for the distributed leader elections using
649649
The `com.amazonaws:dynamodb-lock-client` dependency must be present to make a `DynamoDbLockRegistry` working.
650650

651651
[Spring Cloud AWS]: https://github.com/spring-cloud/spring-cloud-aws
652-
[AWS SDK for Java]: http://aws.amazon.com/sdkforjava/
653-
[Amazon Web Services]: http://aws.amazon.com/
654-
[http://aws.amazon.com/products/]: http://aws.amazon.com/products/
655-
[http://aws.amazon.com/ses/]: http://aws.amazon.com/ses/
656-
[http://aws.amazon.com/documentation/ses/]: http://aws.amazon.com/documentation/ses/
652+
[AWS SDK for Java]: https://aws.amazon.com/sdkforjava/
653+
[Amazon Web Services]: https://aws.amazon.com/
654+
[https://aws.amazon.com/products/]: https://aws.amazon.com/products/
655+
[https://aws.amazon.com/ses/]: https://aws.amazon.com/ses/
656+
[https://aws.amazon.com/documentation/ses/]: https://aws.amazon.com/documentation/ses/
657657
[FTP/FTPS Adapters Chapter]: https://docs.spring.io/spring-integration/reference/html/ftp.html
658-
[Pull requests]: http://help.github.com/send-pull-requests
658+
[Pull requests]: https://help.github.com/send-pull-requests
659659
[contributor guidelines]: https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc
660660
[administrator guidelines]: https://github.com/spring-projects/spring-integration/wiki/Administrator-Guidelines
661661
[Dynalite]: https://github.com/mhart/dynalite

src/api/overview.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<div id="overviewBody">
66
<p>
77
For further API reference and developer documentation, see the
8-
<a href="http://docs.spring.io/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,
1212
workarounds, and working code examples.
1313
</p>
1414

1515
<p>
16-
<a href="http://projects.spring.io/spring-integration/" target="_top">Spring
16+
<a href="https://projects.spring.io/spring-integration/" target="_top">Spring
1717
Integration main project page</a>
1818
</p>
1919

src/dist/notice.txt

+2-2
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/aws/config/spring-integration-aws-2.2.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
1111
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
1212
<xsd:import namespace="http://www.springframework.org/schema/integration"
13-
schemaLocation="http://www.springframework.org/schema/integration/spring-integration.xsd"/>
13+
schemaLocation="https://www.springframework.org/schema/integration/spring-integration.xsd"/>
1414

1515

1616
<xsd:annotation>
@@ -745,7 +745,7 @@
745745
to arrive if the are currently no messages on the queue.
746746
Higher values will reduce poll request to the system significantly. The value should
747747
be between 1 and 20. For more information read the
748-
http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html
748+
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html
749749
]]>
750750
</xsd:documentation>
751751
</xsd:annotation>

src/test/java/org/springframework/integration/aws/outbound/SqsMessageHandlerTests.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ public void testSqsMessageHandler() {
103103
verify(this.amazonSqs)
104104
.sendMessageAsync(sendMessageRequestArgumentCaptor.capture(), any(AsyncHandler.class));
105105
assertThat(sendMessageRequestArgumentCaptor.getValue().getQueueUrl())
106-
.isEqualTo("http://queue-url.com/foo");
106+
.isEqualTo("https://queue-url.com/foo");
107107

108108
message = MessageBuilder.withPayload("message").setHeader(AwsHeaders.QUEUE, "bar").build();
109109
this.sqsSendChannel.send(message);
110110
verify(this.amazonSqs, times(2))
111111
.sendMessageAsync(sendMessageRequestArgumentCaptor.capture(), any(AsyncHandler.class));
112112

113113
assertThat(sendMessageRequestArgumentCaptor.getValue().getQueueUrl())
114-
.isEqualTo("http://queue-url.com/bar");
114+
.isEqualTo("https://queue-url.com/bar");
115115

116116
SpelExpressionParser spelExpressionParser = new SpelExpressionParser();
117117
Expression expression = spelExpressionParser.parseExpression("headers.foo");
@@ -123,7 +123,7 @@ public void testSqsMessageHandler() {
123123

124124
SendMessageRequest sendMessageRequestArgumentCaptorValue = sendMessageRequestArgumentCaptor.getValue();
125125
assertThat(sendMessageRequestArgumentCaptorValue.getQueueUrl())
126-
.isEqualTo("http://queue-url.com/baz");
126+
.isEqualTo("https://queue-url.com/baz");
127127

128128
Map<String, MessageAttributeValue> messageAttributes =
129129
sendMessageRequestArgumentCaptorValue.getMessageAttributes();
@@ -152,7 +152,7 @@ public void testSqsMessageHandlerWithAutoQueueCreate() {
152152
verify(this.amazonSqs)
153153
.sendMessageAsync(sendMessageRequestArgumentCaptor.capture(), any(AsyncHandler.class));
154154
assertThat(sendMessageRequestArgumentCaptor.getValue().getQueueUrl())
155-
.isEqualTo("http://queue-url.com/foo");
155+
.isEqualTo("https://queue-url.com/foo");
156156
}
157157

158158
@Configuration
@@ -166,7 +166,7 @@ public AmazonSQSAsync amazonSqs() {
166166
willAnswer(invocation -> {
167167
GetQueueUrlRequest getQueueUrlRequest = (GetQueueUrlRequest) invocation.getArguments()[0];
168168
GetQueueUrlResult queueUrl = new GetQueueUrlResult();
169-
queueUrl.setQueueUrl("http://queue-url.com/" + getQueueUrlRequest.getQueueName());
169+
queueUrl.setQueueUrl("https://queue-url.com/" + getQueueUrlRequest.getQueueName());
170170
return queueUrl;
171171
})
172172
.given(amazonSqs)
@@ -175,7 +175,7 @@ public AmazonSQSAsync amazonSqs() {
175175
willAnswer(invocation -> {
176176
CreateQueueRequest createQueueRequest = (CreateQueueRequest) invocation.getArguments()[0];
177177
CreateQueueResult queueUrl = new CreateQueueResult();
178-
queueUrl.setQueueUrl("http://queue-url.com/" + createQueueRequest.getQueueName());
178+
queueUrl.setQueueUrl("https://queue-url.com/" + createQueueRequest.getQueueName());
179179
return queueUrl;
180180
})
181181
.given(amazonSqs)

0 commit comments

Comments
 (0)