From fa2085d1c685a01ec10dbdd06bda64bd63bcb2d1 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 13:20: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 Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 22 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- .../src/main/java/demo/PartitioningKafkaDemo.java | 2 +- .../src/main/java/demo/PartitioningKafkaDemoApplication.java | 2 +- .../src/test/java/demo/ModuleApplicationTests.java | 2 +- .../src/main/java/demo/PartitioningRabbitDemo.java | 2 +- .../src/main/java/demo/PartitioningRabbitDemoApplication.java | 2 +- .../src/test/java/demo/ModuleApplicationTests.java | 2 +- .../src/test/java/demo/producer/ModuleApplicationTests.java | 2 +- .../src/test/java/demo/producer/ModuleApplicationTests.java | 2 +- .../src/main/java/demo/UppercaseTransformer.java | 2 +- .../src/main/java/demo/UppercaseTransformerApplication.java | 2 +- .../src/test/java/demo/ModuleApplicationTests.java | 2 +- .../src/main/java/demo/UppercaseTransformer.java | 2 +- .../src/main/java/demo/UppercaseTransformerApplication.java | 2 +- .../src/test/java/demo/ModuleApplicationTests.java | 2 +- .../java/sample/acceptance/tests/AbstractAcceptanceTests.java | 2 +- .../sample/acceptance/tests/HttpSplitterLogAcceptanceTests.java | 2 +- .../acceptance/tests/HttpTransformLogAcceptanceTests.java | 2 +- .../java/sample/acceptance/tests/JdbcLogAcceptanceTests.java | 2 +- .../sample/acceptance/tests/PartitioningAcceptanceTests.java | 2 +- .../java/sample/acceptance/tests/TickTock13AcceptanceTests.java | 2 +- .../sample/acceptance/tests/TickTockLatestAcceptanceTests.java | 2 +- .../acceptance/tests/UppercaseTransformerAcceptanceTests.java | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemo.java b/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemo.java index e24550a..ec13f14 100644 --- a/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemo.java +++ b/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemoApplication.java b/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemoApplication.java index 623df2d..485734f 100644 --- a/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemoApplication.java +++ b/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/java/demo/PartitioningKafkaDemoApplication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/partitioning-consumer-sample-kafka/src/test/java/demo/ModuleApplicationTests.java b/custom-stream-apps/partitioning-consumer-sample-kafka/src/test/java/demo/ModuleApplicationTests.java index c9d06e6..af232dd 100644 --- a/custom-stream-apps/partitioning-consumer-sample-kafka/src/test/java/demo/ModuleApplicationTests.java +++ b/custom-stream-apps/partitioning-consumer-sample-kafka/src/test/java/demo/ModuleApplicationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemo.java b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemo.java index d6cd881..9cee7c0 100644 --- a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemo.java +++ b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemoApplication.java b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemoApplication.java index 8828d0a..ea4119b 100644 --- a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemoApplication.java +++ b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/java/demo/PartitioningRabbitDemoApplication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/test/java/demo/ModuleApplicationTests.java b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/test/java/demo/ModuleApplicationTests.java index 0374c74..8adfae8 100644 --- a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/test/java/demo/ModuleApplicationTests.java +++ b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/test/java/demo/ModuleApplicationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/partitioning-producer-sample-kafka/src/test/java/demo/producer/ModuleApplicationTests.java b/custom-stream-apps/partitioning-producer-sample-kafka/src/test/java/demo/producer/ModuleApplicationTests.java index 4860a34..1498cd6 100644 --- a/custom-stream-apps/partitioning-producer-sample-kafka/src/test/java/demo/producer/ModuleApplicationTests.java +++ b/custom-stream-apps/partitioning-producer-sample-kafka/src/test/java/demo/producer/ModuleApplicationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/partitioning-producer-sample-rabbit/src/test/java/demo/producer/ModuleApplicationTests.java b/custom-stream-apps/partitioning-producer-sample-rabbit/src/test/java/demo/producer/ModuleApplicationTests.java index 4860a34..1498cd6 100644 --- a/custom-stream-apps/partitioning-producer-sample-rabbit/src/test/java/demo/producer/ModuleApplicationTests.java +++ b/custom-stream-apps/partitioning-producer-sample-rabbit/src/test/java/demo/producer/ModuleApplicationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformer.java b/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformer.java index 48437fb..9ad99cc 100644 --- a/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformer.java +++ b/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformerApplication.java b/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformerApplication.java index 5c761d0..adb4743 100644 --- a/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformerApplication.java +++ b/custom-stream-apps/uppercase-transformer-kafka/src/main/java/demo/UppercaseTransformerApplication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/uppercase-transformer-kafka/src/test/java/demo/ModuleApplicationTests.java b/custom-stream-apps/uppercase-transformer-kafka/src/test/java/demo/ModuleApplicationTests.java index e00b6d2..8b76c71 100644 --- a/custom-stream-apps/uppercase-transformer-kafka/src/test/java/demo/ModuleApplicationTests.java +++ b/custom-stream-apps/uppercase-transformer-kafka/src/test/java/demo/ModuleApplicationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformer.java b/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformer.java index 48437fb..9ad99cc 100644 --- a/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformer.java +++ b/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformerApplication.java b/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformerApplication.java index 5c761d0..adb4743 100644 --- a/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformerApplication.java +++ b/custom-stream-apps/uppercase-transformer-rabbit/src/main/java/demo/UppercaseTransformerApplication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/custom-stream-apps/uppercase-transformer-rabbit/src/test/java/demo/ModuleApplicationTests.java b/custom-stream-apps/uppercase-transformer-rabbit/src/test/java/demo/ModuleApplicationTests.java index e00b6d2..8b76c71 100644 --- a/custom-stream-apps/uppercase-transformer-rabbit/src/test/java/demo/ModuleApplicationTests.java +++ b/custom-stream-apps/uppercase-transformer-rabbit/src/test/java/demo/ModuleApplicationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/AbstractAcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/AbstractAcceptanceTests.java index 6ee5ee4..e786a72 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/AbstractAcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/AbstractAcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpSplitterLogAcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpSplitterLogAcceptanceTests.java index fadd8c7..a5583e2 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpSplitterLogAcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpSplitterLogAcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpTransformLogAcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpTransformLogAcceptanceTests.java index ab6e42e..3afd56e 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpTransformLogAcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/HttpTransformLogAcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/JdbcLogAcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/JdbcLogAcceptanceTests.java index 9f02239..5a77cf5 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/JdbcLogAcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/JdbcLogAcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/PartitioningAcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/PartitioningAcceptanceTests.java index 3844fc6..85c6ff4 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/PartitioningAcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/PartitioningAcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTock13AcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTock13AcceptanceTests.java index 0031809..1fc0068 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTock13AcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTock13AcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTockLatestAcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTockLatestAcceptanceTests.java index 2e62e12..40817a4 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTockLatestAcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/TickTockLatestAcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/UppercaseTransformerAcceptanceTests.java b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/UppercaseTransformerAcceptanceTests.java index c84139a..55c1bef 100644 --- a/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/UppercaseTransformerAcceptanceTests.java +++ b/spring-cloud-stream-acceptance-tests/src/test/java/sample/acceptance/tests/UppercaseTransformerAcceptanceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,