From e588d9385fc86aa5a0b2d0da47f3dbf199f58c94 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 17 Jul 2019 18:52:15 -0700 Subject: [PATCH] SGF-863 - Fixup non-HTTPS URLs. --- README.adoc | 8 ++++---- ...entQueuesAndGatewaySendersIntegrationTests-context.xml | 8 ++++---- ...tQueueByIdXmlConfigurationIntegrationTests-context.xml | 8 ++++---- ...SenderByIdXmlConfigurationIntegrationTests-context.xml | 8 ++++---- ...AsyncEventQueuesAndGatewaySendersUnitTests-context.xml | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.adoc b/README.adoc index 367ac968..1f5cb21a 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ The primary goal of the Spring Data for Pivotal GemFire project is to make it ea == Features -* XML namespace to http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#bootstrap[configure and create Pivotal GemFire resources declaratively with Spring] +* XML namespace to https://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#bootstrap[configure and create Pivotal GemFire resources declaratively with Spring] * Annotation model to https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#bootstrap-annotation-config[quickly and easily get started with Pivotal GemFire out-of-the-box] * Simplifies https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis[working with Pivotal GemFire APIs] * https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis:spring-cache-abstraction[Spring Cache Abstraction backed by Pivotal GemFire] @@ -19,7 +19,7 @@ The primary goal of the Spring Data for Pivotal GemFire project is to make it ea * https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis:continuous-query[Support for Continuous Query] * https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#bootstrap:lucene[Enhanced support for Apache Lucene Integration] * https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#gemfire-bootstrap[Bootstrapping a Spring Context with Pivotal GemFire] -* Spring Tool Suite http://docs.spring.io/sts/nan/v310/NewAndNoteworthy.html[Spring Project Templates for Pivotal GemFire] +* Spring Tool Suite https://docs.spring.io/sts/nan/v310/NewAndNoteworthy.html[Spring Project Templates for Pivotal GemFire] == Code of Conduct @@ -72,8 +72,8 @@ Configure a Pivotal GemFire cache and Region (REPLICATE, PARTITION and so on): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation=" http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/gemfire https://www.springframework.org/schema/gemfire/spring-gemfire.xsd - http://www.springframework.org/schema/data/gemfire https://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd"> + http://www.springframework.org/schema/geode https://www.springframework.org/schema/gemfire/spring-gemfire.xsd + http://www.springframework.org/schema/data/gemfire https://www.springframework.org/schema/data/geode/spring-data-gemfire.xsd"> diff --git a/src/test/resources/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests-context.xml b/src/test/resources/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests-context.xml index acd14648..a044742d 100644 --- a/src/test/resources/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests-context.xml +++ b/src/test/resources/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests-context.xml @@ -5,10 +5,10 @@ xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://www.springframework.org/schema/geode http://www.springframework.org/schema/geode/spring-geode.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/geode https://www.springframework.org/schema/geode/spring-geode.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd "> diff --git a/src/test/resources/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests-context.xml b/src/test/resources/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests-context.xml index 0be5d140..8b2f52a3 100644 --- a/src/test/resources/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests-context.xml +++ b/src/test/resources/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests-context.xml @@ -5,10 +5,10 @@ xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://www.springframework.org/schema/geode http://www.springframework.org/schema/geode/spring-geode.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/geode https://www.springframework.org/schema/geode/spring-geode.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd "> diff --git a/src/test/resources/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests-context.xml b/src/test/resources/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests-context.xml index 2ee11a4c..aff081a4 100644 --- a/src/test/resources/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests-context.xml +++ b/src/test/resources/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests-context.xml @@ -5,10 +5,10 @@ xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://www.springframework.org/schema/geode http://www.springframework.org/schema/geode/spring-geode.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/geode https://www.springframework.org/schema/geode/spring-geode.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd "> diff --git a/src/test/resources/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests-context.xml b/src/test/resources/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests-context.xml index 08520d01..b94d55b2 100644 --- a/src/test/resources/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests-context.xml +++ b/src/test/resources/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests-context.xml @@ -3,8 +3,8 @@ xmlns:gfe="http://www.springframework.org/schema/geode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/geode http://www.springframework.org/schema/geode/spring-geode.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/geode https://www.springframework.org/schema/geode/spring-geode.xsd ">