From e83c25f27d859742e6566fd81f9b07a41f06f634 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 17 Jul 2019 18:52:15 -0700 Subject: [PATCH] DATAGEODE-197 - Fixup non-HTTPS URLs. --- README.adoc | 6 +++--- ...entQueuesAndGatewaySendersIntegrationTests-context.xml | 8 ++++---- ...tQueueByIdXmlConfigurationIntegrationTests-context.xml | 8 ++++---- ...SenderByIdXmlConfigurationIntegrationTests-context.xml | 8 ++++---- ...AsyncEventQueuesAndGatewaySendersUnitTests-context.xml | 4 ++-- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.adoc b/README.adoc index 7042f38e..ebaee432 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ Spring Data for Apache Geode brings the full power of the Spring Framework to yo == Features -* XML namespace to http://docs.spring.io/spring-data-geode/docs/current/reference/html/#bootstrap[configure and create Apache Geode resources declaratively with Spring] +* XML namespace to https://docs.spring.io/spring-data-geode/docs/current/reference/html/#bootstrap[configure and create Apache Geode resources declaratively with Spring] * Annotation model to https://docs.spring.io/spring-data/geode/docs/current/reference/html/#bootstrap-annotation-config[quickly and easily get started with Apache Geode out-of-the-box] * Simplifies https://docs.spring.io/spring-data/geode/docs/current/reference/html/#apis[working with Apache Geode APIs] * https://docs.spring.io/spring-data/geode/docs/current/reference/html/#apis:spring-cache-abstraction[Spring Cache Abstraction backed by Apache Geode] @@ -19,7 +19,7 @@ Spring Data for Apache Geode brings the full power of the Spring Framework to yo * https://docs.spring.io/spring-data/geode/docs/current/reference/html/#apis:continuous-query[Support for Continuous Query] * https://docs.spring.io/spring-data/geode/docs/current/reference/html/#bootstrap:lucene[Enhanced support for Apache Lucene Integration] * https://docs.spring.io/spring-data/geode/docs/current/reference/html/#gemfire-bootstrap[Bootstrapping a Spring Context with Apache Geode] -* Spring Tool Suite http://docs.spring.io/sts/nan/v310/NewAndNoteworthy.html[Spring Project Templates for Apache Geode] +* Spring Tool Suite https://docs.spring.io/sts/nan/v310/NewAndNoteworthy.html[Spring Project Templates for Apache Geode] == Code of Conduct @@ -73,7 +73,7 @@ Configure a Pivotal Geode cache and Region (REPLICATE, PARTITION and so on): xsi:schemaLocation=" 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 - http://www.springframework.org/schema/data/gemfire https://www.springframework.org/schema/data/geode/spring-data-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 ">