From 29443fdb50fd76af8b7ff0cd185c699abd64b51b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 5 Jun 2019 11:12:03 +0200 Subject: [PATCH] DATAGEODE-176 - URL Cleanup. --- .../LazyResolvingComposableCacheServerConfigurer.java | 2 +- .../LazyResolvingComposableClientCacheConfigurer.java | 2 +- .../annotation/LazyResolvingComposableDiskStoreConfigurer.java | 2 +- .../annotation/LazyResolvingComposableIndexConfigurer.java | 2 +- .../annotation/LazyResolvingComposablePeerCacheConfigurer.java | 2 +- .../annotation/LazyResolvingComposablePoolConfigurer.java | 2 +- .../annotation/LazyResolvingComposableRegionConfigurer.java | 2 +- .../support/AbstractLazyResolvingComposableConfigurer.java | 2 +- .../data/gemfire/config/annotation/support/Configurer.java | 2 +- .../org/springframework/data/gemfire/util/NetworkUtils.java | 2 +- src/main/resources/notice.txt | 2 +- .../remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java | 2 +- ...emplateFollowRedirectsClientHttpRequestFactoryUnitTests.java | 2 +- ...gDefinedRegionsAppliesRegionConfigurersIntegrationTests.java | 2 +- ...rationWithClientHttpRequestInterceptorsIntegrationTests.java | 2 +- ...urationWithCustomGemfireAdminOperationsIntegrationTests.java | 2 +- .../EnableClusterConfigurationWithSecurityIntegrationTests.java | 2 +- .../AbstractLazyResolvingComposableConfigurerUnitTests.java | 2 +- .../data/gemfire/util/NetworkUtilsUnitTests.java | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.java index ea48db5d..d79993cf 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.java index 52bffc19..83d612cf 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.java index 2167791a..00309c2b 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.java index 0ae1d54b..514a9bb1 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.java index 4a8bc428..ba94a4d3 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.java index d82bfa58..cb20418e 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.java index c55532b8..9ab67a3f 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.java index 50267f93..a77ec95f 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.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/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.java b/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.java index 104049f0..560644a4 100644 --- a/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.java +++ b/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.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/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.java b/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.java index ce743bf6..232b04fa 100644 --- a/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.java +++ b/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.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/src/main/resources/notice.txt b/src/main/resources/notice.txt index b7ef9f61..f7c9690a 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -4,7 +4,7 @@ Spring Data for Apache Geode 2.1.8 ====================================================================== This product includes software developed by - the Apache Software Foundation (http://www.apache.org). + the Apache Software Foundation (https://www.apache.org). The end-user documentation included with a redistribution, if any, must include the following acknowledgement: diff --git a/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java b/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java index cd56df60..5c11588b 100644 --- a/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.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/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.java b/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.java index 8a2da651..579287e8 100644 --- a/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.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/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.java index f2d9cb13..2337b03e 100644 --- a/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.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/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.java index 315d0e5d..16d7108f 100644 --- a/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.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/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.java index fc93456d..3ff86bca 100644 --- a/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.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/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.java index 09021702..5f0a3ec0 100644 --- a/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.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/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.java b/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.java index 9415ba1f..59b6900a 100644 --- a/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.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/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.java b/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.java index b455dc0b..b0d0683e 100644 --- a/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.java +++ b/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.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,