From bab4b8bc0ac2990c0df4a2d19ba3f66de7c3421c Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 22:28:44 -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://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200). * http://www.springframework.org/schema/beans/spring-beans-3.0.xsd with 2 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans-3.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.0.xsd) result 200). * http://www.springframework.org/schema/beans/spring-beans.xsd with 4 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200). * http://www.springframework.org/schema/redis/spring-redis.xsd with 2 occurrences migrated to: https://www.springframework.org/schema/redis/spring-redis.xsd ([https](https://www.springframework.org/schema/redis/spring-redis.xsd) result 200). * http://www.springframework.org/schema/task/spring-task.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/task/spring-task.xsd ([https](https://www.springframework.org/schema/task/spring-task.xsd) result 200). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 2 occurrences * http://www.springframework.org/schema/beans with 12 occurrences * http://www.springframework.org/schema/p with 4 occurrences * http://www.springframework.org/schema/redis with 4 occurrences * http://www.springframework.org/schema/task with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 7 occurrences --- pom.xml | 2 +- .../org/springframework/data/redis/config/namespace.xml | 6 +++--- .../jedis/JedisConnectionIntegrationTests-context.xml | 2 +- .../lettuce/LettuceConnectionIntegrationTests-context.xml | 2 +- .../org/springframework/data/redis/listener/container.xml | 2 +- src/test/resources/org/springframework/data/redis/pe.xml | 2 +- .../data/redis/support/collections/container.xml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index b370307e6a..b2b361a33d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/src/test/resources/org/springframework/data/redis/config/namespace.xml b/src/test/resources/org/springframework/data/redis/config/namespace.xml index 916b05aa24..6620556f54 100644 --- a/src/test/resources/org/springframework/data/redis/config/namespace.xml +++ b/src/test/resources/org/springframework/data/redis/config/namespace.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:redis="http://www.springframework.org/schema/redis" xmlns:task="http://www.springframework.org/schema/task" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd - http://www.springframework.org/schema/redis http://www.springframework.org/schema/redis/spring-redis.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd + http://www.springframework.org/schema/redis https://www.springframework.org/schema/redis/spring-redis.xsd"> diff --git a/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml b/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml index c613994a1a..30ea0a7b88 100644 --- a/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml +++ b/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/src/test/resources/org/springframework/data/redis/listener/container.xml b/src/test/resources/org/springframework/data/redis/listener/container.xml index e1c8157672..db6c56e1f3 100644 --- a/src/test/resources/org/springframework/data/redis/listener/container.xml +++ b/src/test/resources/org/springframework/data/redis/listener/container.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/src/test/resources/org/springframework/data/redis/pe.xml b/src/test/resources/org/springframework/data/redis/pe.xml index 947bfc42bd..a8be5b9612 100644 --- a/src/test/resources/org/springframework/data/redis/pe.xml +++ b/src/test/resources/org/springframework/data/redis/pe.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/src/test/resources/org/springframework/data/redis/support/collections/container.xml b/src/test/resources/org/springframework/data/redis/support/collections/container.xml index 144ac47917..d59de8bd7b 100644 --- a/src/test/resources/org/springframework/data/redis/support/collections/container.xml +++ b/src/test/resources/org/springframework/data/redis/support/collections/container.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:redis="http://www.springframework.org/schema/redis" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/redis http://www.springframework.org/schema/redis/spring-redis.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/redis https://www.springframework.org/schema/redis/spring-redis.xsd">