From 09de2a139a29e6f00f2b636866bd5f32b5719e98 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 12:28: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 8 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- config-retry/src/main/java/bootstrap/RetryConfiguration.java | 2 +- config-retry/src/test/java/apps/ConfigServer.java | 2 +- feign-hystrix/src/test/java/demo/AdhocTestSuite.java | 2 +- feign/src/test/java/demo/AdhocTestSuite.java | 2 +- .../src/test/java/demo/RibbonDefaultConfigApplicationTests.java | 2 +- ribbon-eureka/src/test/java/apps/SimpleApplication.java | 2 +- turbine/src/test/java/apps/OtherApplication.java | 2 +- turbine/src/test/java/apps/SimpleApplication.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config-retry/src/main/java/bootstrap/RetryConfiguration.java b/config-retry/src/main/java/bootstrap/RetryConfiguration.java index 474d384..b8c4a2e 100644 --- a/config-retry/src/main/java/bootstrap/RetryConfiguration.java +++ b/config-retry/src/main/java/bootstrap/RetryConfiguration.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/config-retry/src/test/java/apps/ConfigServer.java b/config-retry/src/test/java/apps/ConfigServer.java index 45134f3..0589395 100644 --- a/config-retry/src/test/java/apps/ConfigServer.java +++ b/config-retry/src/test/java/apps/ConfigServer.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/feign-hystrix/src/test/java/demo/AdhocTestSuite.java b/feign-hystrix/src/test/java/demo/AdhocTestSuite.java index 8e2c7f2..5408619 100644 --- a/feign-hystrix/src/test/java/demo/AdhocTestSuite.java +++ b/feign-hystrix/src/test/java/demo/AdhocTestSuite.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/feign/src/test/java/demo/AdhocTestSuite.java b/feign/src/test/java/demo/AdhocTestSuite.java index 8e2c7f2..5408619 100644 --- a/feign/src/test/java/demo/AdhocTestSuite.java +++ b/feign/src/test/java/demo/AdhocTestSuite.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/ribbon-default-config/src/test/java/demo/RibbonDefaultConfigApplicationTests.java b/ribbon-default-config/src/test/java/demo/RibbonDefaultConfigApplicationTests.java index 0c10bb9..27c2653 100644 --- a/ribbon-default-config/src/test/java/demo/RibbonDefaultConfigApplicationTests.java +++ b/ribbon-default-config/src/test/java/demo/RibbonDefaultConfigApplicationTests.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/ribbon-eureka/src/test/java/apps/SimpleApplication.java b/ribbon-eureka/src/test/java/apps/SimpleApplication.java index e3e9a91..78a3cb0 100644 --- a/ribbon-eureka/src/test/java/apps/SimpleApplication.java +++ b/ribbon-eureka/src/test/java/apps/SimpleApplication.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/turbine/src/test/java/apps/OtherApplication.java b/turbine/src/test/java/apps/OtherApplication.java index dbb5837..6fffaa3 100644 --- a/turbine/src/test/java/apps/OtherApplication.java +++ b/turbine/src/test/java/apps/OtherApplication.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/turbine/src/test/java/apps/SimpleApplication.java b/turbine/src/test/java/apps/SimpleApplication.java index d24596f..9469361 100644 --- a/turbine/src/test/java/apps/SimpleApplication.java +++ b/turbine/src/test/java/apps/SimpleApplication.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,