diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc
index 45ff00a4..17d769bb 100644
--- a/src/main/asciidoc/index.adoc
+++ b/src/main/asciidoc/index.adoc
@@ -11,31 +11,31 @@ Costin Leau; David Turanski; John Blum; Oliver Gierke; Jay Bryant
:icons: font
:imagesdir: images
:apache-geode-version: 16
-:apache-geode-docs: http://geode.apache.org/docs/guide/{apache-geode-version}
-:apache-geode-javadoc: http://geode.apache.org/releases/latest/javadoc
-:apache-geode-website: http://geode.apache.org
+:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
+:apache-geode-javadoc: https://geode.apache.org/releases/latest/javadoc
+:apache-geode-website: https://geode.apache.org
:apache-geode-wiki: https://cwiki.apache.org/confluence/display/GEODE
:data-store-name-symbolic: gemfire
:data-store-name-simple: GemFire
:data-store-name: Pivotal {data-store-name-simple}
:data-store-version: 9.5.1
:pivotal-gemfire-version: 95
-:pivotal-gemfire-docs: http://gemfire.docs.pivotal.io/{pivotal-gemfire-version}
-:pivotal-gemfire-javadoc: http://gemfire-{pivotal-gemfire-version}-javadocs.docs.pivotal.io/
+:pivotal-gemfire-docs: https://gemfire.docs.pivotal.io/{pivotal-gemfire-version}
+:pivotal-gemfire-javadoc: https://gemfire-{pivotal-gemfire-version}-javadocs.docs.pivotal.io/
:pivotal-gemfire-website: https://pivotal.io/pivotal-gemfire
:pivotal-gemfire-wiki: https://cwiki.apache.org/confluence/display/GEODE
:sdg-acronym: SDG
:sdg-javadoc: https://docs.spring.io/spring-data/{data-store-name-symbolic}/docs/current/api
:sdg-name: Spring Data for {data-store-name}
:sdg-website: https://projects.spring.io/spring-data-gemfire
-:spring-data-access-schema-location: http://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd
-:spring-data-access-schema-namespace: http://www.springframework.org/schema/data/gemfire
+:spring-data-access-schema-location: https://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd
+:spring-data-access-schema-namespace: https://www.springframework.org/schema/data/gemfire
:spring-data-commons-docs: https://docs.spring.io/spring-data/commons/docs/current/reference
:spring-data-commons-include: ../../../../spring-data-commons/src/main/asciidoc
:spring-data-commons-docs-html: {spring-data-commons-docs}/html
:spring-data-commons-javadoc: https://docs.spring.io/spring-data/commons/docs/current/api
:spring-data-schema-location: https://www.springframework.org/schema/gemfire/spring-gemfire.xsd
-:spring-data-schema-namespace: http://www.springframework.org/schema/gemfire
+:spring-data-schema-namespace: https://www.springframework.org/schema/gemfire
:spring-data-website: https://spring.io/projects/spring-data
:spring-framework-docs: https://docs.spring.io/spring/docs/current/spring-framework-reference
:spring-framework-javadoc: https://docs.spring.io/spring/docs/current/javadoc-api
diff --git a/src/main/asciidoc/links.adoc b/src/main/asciidoc/links.adoc
index 49f75267..5729099d 100644
--- a/src/main/asciidoc/links.adoc
+++ b/src/main/asciidoc/links.adoc
@@ -1,14 +1,14 @@
[[sgf-links]]
= Useful Links
-* http://projects.spring.io/spring-data-gemfire[{sdg-name} Project Page]
+* https://projects.spring.io/spring-data-gemfire[{sdg-name} Project Page]
* https://github.com/spring-projects/spring-data-gemfire[{sdg-name} source code]
* https://jira.spring.io/browse/SGF[{sdg-name} JIRA]
-* http://stackoverflow.com/questions/tagged/spring-data-gemfire[{sdg-name} on StackOverflow]
-* http://forum.spring.io/forum/spring-projects/data/gemfire[Archive of the {sdg-name} Forum on Spring IO]
+* https://stackoverflow.com/questions/tagged/spring-data-gemfire[{sdg-name} on StackOverflow]
+* https://forum.spring.io/forum/spring-projects/data/gemfire[Archive of the {sdg-name} Forum on Spring IO]
* {x-data-store-website}[{data-store-name} Home Page]
* {x-data-store-docs}/getting_started/book_intro.html[{data-store-name} Documentation]
* {apache-geode-website}/community/[Apache Geode Community]
* https://github.com/apache/geode[Apache Geode source code]
* https://issues.apache.org/jira/projects/GEODE/issues[Apache Geode JIRA]
-* http://stackoverflow.com/questions/tagged/gemfire[{data-store-name} on StackOverflow]
+* https://stackoverflow.com/questions/tagged/gemfire[{data-store-name} on StackOverflow]
diff --git a/src/main/asciidoc/reference/bootstrap-annotations.adoc b/src/main/asciidoc/reference/bootstrap-annotations.adoc
index 0b53109d..9203d7a8 100644
--- a/src/main/asciidoc/reference/bootstrap-annotations.adoc
+++ b/src/main/asciidoc/reference/bootstrap-annotations.adoc
@@ -1462,7 +1462,7 @@ with compression to reduce memory consumption.
{data-store-name} lets you compress in memory Region values by using pluggable
{x-data-store-javadoc}/org/apache/geode/compression/Compressor.html[`Compressors`], or different compression codecs.
-{data-store-name} uses Google's http://google.github.io/snappy/[Snappy] compression library by default.
+{data-store-name} uses Google's https://google.github.io/snappy/[Snappy] compression library by default.
To enable compression, annotate the application class with `@EnableCompression`, as follows:
@@ -1501,7 +1501,7 @@ See the https://docs.spring.io/spring-data/gemfire/docs/current/api/org/springfr
for more details.
More details on {data-store-name} compression can be found
-http://gemfire91.docs.pivotal.io/geode/managing/region_compression.html[here].
+https://gemfire91.docs.pivotal.io/geode/managing/region_compression.html[here].
[[bootstrap-annotation-config-region-off-heap]]
=== Configuring Off-Heap Memory
diff --git a/src/main/asciidoc/reference/cache.adoc b/src/main/asciidoc/reference/cache.adoc
index 81e507eb..db71eb88 100644
--- a/src/main/asciidoc/reference/cache.adoc
+++ b/src/main/asciidoc/reference/cache.adoc
@@ -45,7 +45,7 @@ as follows:
In this example, if a cache needs to be created, it uses a file named `cache.xml` located in the classpath root
to configure it.
-NOTE: The configuration makes use of Spring's http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#resources[`Resource`]
+NOTE: The configuration makes use of Spring's https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#resources[`Resource`]
abstraction to locate the file. The `Resource` abstraction lets various search patterns be used, depending on the runtime environment
or the prefix specified (if any) in the resource location.
@@ -129,7 +129,7 @@ or child elements, as the following listing shows:
----
<1> Attributes support various cache options. For further information regarding anything shown in this example,
-see the {data-store-name} http://docs.pivotal.io/gemfire[product documentation].
+see the {data-store-name} https://docs.pivotal.io/gemfire[product documentation].
The `close` attribute determines whether the cache should be closed when the Spring application context is closed.
The default is `true`. However, for use cases in which multiple application contexts use the cache
(common in web applications), set this value to `false`.
@@ -285,13 +285,13 @@ allowing complete configuration through the Spring container, as the following e
The preceding configuration shows the `cache-server` element and the many available options.
NOTE: Rather than hard-coding the port, this configuration uses Spring's
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#xsd-config-body-schemas-context[context]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#xsd-config-body-schemas-context[context]
namespace to declare a `property-placeholder`. A
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-factory-placeholderconfigurer[property placeholder]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-factory-placeholderconfigurer[property placeholder]
reads one or more properties files and then replaces property placeholders with values at runtime. Doing so lets administrators
change values without having to touch the main application configuration. Spring also provides
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#expressions[SpEL]
-and an http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-environment[environment abstraction]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#expressions[SpEL]
+and an https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-environment[environment abstraction]
to support externalization of environment-specific properties from the main codebase, easing deployment across multiple machines.
NOTE: To avoid initialization problems, the `CacheServer` started by {sdg-name} starts *after* the Spring container
diff --git a/src/main/asciidoc/reference/data.adoc b/src/main/asciidoc/reference/data.adoc
index f4364a09..cd60df24 100644
--- a/src/main/asciidoc/reference/data.adoc
+++ b/src/main/asciidoc/reference/data.adoc
@@ -55,12 +55,12 @@ Using a new data access technology requires not only accommodating a new API but
specific to that technology.
To accommodate the exception handling case, the _Spring Framework_ provides a technology agnostic and consistent
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#dao-exceptions[exception hierarchy]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#dao-exceptions[exception hierarchy]
that abstracts the application from proprietary, and usually "checked", exceptions to a set of focused runtime
exceptions.
As mentioned in _Spring Framework's_ documentation,
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#orm-exception-translation[Exception translation]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#orm-exception-translation[Exception translation]
can be applied transparently to your Data Access Objects (DAO) through the use of the `@Repository` annotation and AOP
by defining a `PersistenceExceptionTranslationPostProcessor` bean. The same exception translation functionality
is enabled when using {data-store-name} as long as the `CacheFactoryBean` is declared, e.g. using either a ``
@@ -71,10 +71,10 @@ the Spring infrastructure and used accordingly.
== Local, Cache Transaction Management
One of the most popular features of the _Spring Framework_ is
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction[Transaction Management].
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction[Transaction Management].
If you are not familiar with Spring's transaction abstraction then we strongly recommend
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction-motivation[reading]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction-motivation[reading]
about _Spring's Transaction Management_ infrastructure as it offers a consistent _programming model_ that works
transparently across multiple APIs and can be configured either programmatically or declaratively
(the most popular choice).
@@ -130,12 +130,12 @@ involving more than 1 transactional resource. Additionally, there can only be 1
(e.g. {data-store-name}) in such an arrangement.
1) First, you must complete Steps 1-4 in {data-store-name}'s documentation
-http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[here].
+https://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[here].
NOTE: #1 above is independent of your Spring [Boot] and/or [Data for {data-store-name}] application
and must be completed successfully.
-2) Referring to Step 5 in {data-store-name}'s http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[documentation],
+2) Referring to Step 5 in {data-store-name}'s https://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[documentation],
{sdg-name}'s Annotation support will attempt to set the `GemFireCache`, {x-data-store-javadoc}/org/apache/geode/cache/GemFireCache.html#setCopyOnRead-boolean-[`copyOnRead`]
property for you when using the `@EnableGemFireAsLastResource` annotation.
@@ -192,10 +192,10 @@ ClientCacheFactoryBean gemfireCache() {
NOTE: explicitly setting the `copy-on-read` attribute or optionally the `copyOnRead` property
really should not be necessary.
-3) At this point, you *skip* Steps 6-8 in {data-store-name}'s http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[documentation]
+3) At this point, you *skip* Steps 6-8 in {data-store-name}'s https://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[documentation]
and let _Spring Data Geode_ work its magic. All you need do is annotate your Spring `@Configuration` class
with {sdg-name}'s *new* `@EnableGemFireAsLastResource` annotation and a combination of Spring's
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction[Transaction Management]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction[Transaction Management]
infrastructure and {sdg-name}'s `@EnableGemFireAsLastResource` configuration does the trick.
The configuration looks like this...
@@ -241,7 +241,7 @@ The use of {sdg-name}'s `GemfireTransactionManager` is applicable only in "Local
You configure Spring's `JtaTransactionManager` as shown above.
For more details on using _Spring's Transaction Management_ with JTA,
-see http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction-application-server-integration[here].
+see https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#transaction-application-server-integration[here].
Effectively, {sdg-name}'s `@EnableGemFireAsLastResource` annotation imports configuration containing 2 Aspect
bean definitions that handles the {data-store-name} `o.a.g.ra.GFConnectionFactory.getConnection()`
@@ -261,7 +261,7 @@ Specifically, the correct sequence of events are...
This is consistent with how you, as the application developer, would code this manually if you had to use the JTA API
+ {data-store-name} API yourself, as shown in the
-{data-store-name} http://gemfire90.docs.pivotal.io/geode/developing/transactions/jca_adapter_example.html#concept_swv_z2p_wk[example].
+{data-store-name} https://gemfire90.docs.pivotal.io/geode/developing/transactions/jca_adapter_example.html#concept_swv_z2p_wk[example].
Thankfully, Spring does the heavy lifting for you and all you need do after applying the appropriate configuration
(shown above) is...
@@ -307,10 +307,10 @@ JSON : [{"id":"MSG0000000000","message":"SENT"}] ]
----
For more details on using {data-store-name} in JTA transactions,
-see http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html[here].
+see https://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html[here].
For more details on configuring {data-store-name} as a "_Last Resource_",
-see http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[here].
+see https://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[here].
:leveloffset: +1
@@ -458,13 +458,13 @@ Any format is allowed (Groovy, annotations, etc).
=== Configuration using auto-wiring and annotations
By default, if no bean definition is found, `WiringDeclarableSupport` will
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-factory-autowire[autowire]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-factory-autowire[autowire]
the declaring instance. This means that unless any dependency injection *metadata* is offered by the instance,
the container will find the object setters and try to automatically satisfy these dependencies.
However, a developer can also use JDK 5 annotations to provide additional information to the auto-wiring process.
TIP: We strongly recommend reading the dedicated
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-annotation-config[chapter]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-annotation-config[chapter]
in the Spring documentation for more information on the supported annotations and enabling factors.
For example, the hypothetical `DBLoader` declaration above can be injected with a Spring-configured `DataSource`
@@ -517,7 +517,7 @@ the `DBLoader` code.
== Support for the Spring Cache Abstraction
{sdg-name} provides an implementation of the Spring
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache[Cache Abstraction]
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache[Cache Abstraction]
to position {data-store-name} as a _caching provider_ in Spring's caching infrastructure.
To use {data-store-name} as a backing implementation, a "_caching provider_" _in Spring's Cache Abstraction_,
@@ -533,7 +533,7 @@ simply add `GemfireCacheManager` to your configuration:
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/cache http://www.springframework.org/schema/cache/spring-cache.xsd
+ http://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd
{spring-data-schema-namespace} {spring-data-schema-location}
">
@@ -587,7 +587,7 @@ XML:
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/cache http://www.springframework.org/schema/cache/spring-cache.xsd
+ http://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd
{spring-data-schema-namespace} {spring-data-schema-location}
">
@@ -640,4 +640,4 @@ class ApplicationConfiguration {
Of course, you are free to choose whatever Region type you like (e.g. REPLICATE, PARTITION, LOCAL, etc).
For more details on _Spring's Cache Abstraction_, again, please refer to the
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache[documentation].
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache[documentation].
diff --git a/src/main/asciidoc/reference/function-annotations.adoc b/src/main/asciidoc/reference/function-annotations.adoc
index 43d7e5d9..d9a703b5 100644
--- a/src/main/asciidoc/reference/function-annotations.adoc
+++ b/src/main/asciidoc/reference/function-annotations.adoc
@@ -122,7 +122,7 @@ Note that the class itself must be registered as a Spring bean and each {data-st
`@GemfireFunction`. In the preceding example, Spring's `@Component` annotation was used, but you can register the bean
by using any method supported by Spring (such as XML configuration or with a Java configuration class when using
Spring Boot). This lets the Spring container create an instance of this class and wrap it in a
-http://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/PojoFunctionWrapper.html[`PojoFunctionWrapper`].
+https://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/PojoFunctionWrapper.html[`PojoFunctionWrapper`].
Spring creates a wrapper instance for each method annotated with `@GemfireFunction`. Each wrapper instance shares
the same target object instance to invoke the corresponding method.
@@ -248,7 +248,7 @@ Function execution annotation processing in XML, insert the following element in
The `function-executions` element is provided in the `gfe-data` XML namespace. The `base-package` attribute is required
to avoid scanning the entire classpath. Additional filters can be provided as described in the Spring
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-scanning-filters[reference documentation].
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-scanning-filters[reference documentation].
Optionally, you can annotate your Java configuration class as follows:
@@ -305,7 +305,7 @@ there are a few logistical things to keep in mind.
As explained earlier in this section, and by way of example, you should typically define {data-store-name} Functions
by using POJO classes annotated with {sdg-name}
-http://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/annotation/package-summary.html[Function annotations],
+https://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/annotation/package-summary.html[Function annotations],
as follows:
[source,java]
diff --git a/src/main/asciidoc/reference/gemfire-bootstrap.adoc b/src/main/asciidoc/reference/gemfire-bootstrap.adoc
index b59fe050..5d323e68 100644
--- a/src/main/asciidoc/reference/gemfire-bootstrap.adoc
+++ b/src/main/asciidoc/reference/gemfire-bootstrap.adoc
@@ -40,7 +40,7 @@ The following example shows a typical, yet minimal, configuration for this class
@@ -67,7 +67,7 @@ in the classpath, as the following example shows:
@@ -151,7 +151,7 @@ the following (which comes from {sdg-acronym}'s test suite):
diff --git a/src/main/asciidoc/reference/indexing.adoc b/src/main/asciidoc/reference/indexing.adoc
index 787ab9be..fddd4288 100644
--- a/src/main/asciidoc/reference/indexing.adoc
+++ b/src/main/asciidoc/reference/indexing.adoc
@@ -85,7 +85,7 @@ is invoked to create a `KEY` `Index`.
The default is `FUNCTIONAL` and results in one of the `QueryService.createIndex(..)` methods being invoked. See the
{sdg-name} XML schema for a full set of options.
-For more information on indexing in {data-store-name}, see "`http://gemfire90.docs.pivotal.io/geode/developing/query_index/query_index.html[Working with Indexes]`"
+For more information on indexing in {data-store-name}, see "`https://gemfire90.docs.pivotal.io/geode/developing/query_index/query_index.html[Working with Indexes]`"
in {data-store-name}'s User Guide.
== Defining Indexes
@@ -107,7 +107,7 @@ an `ApplicationListener` listening for the `ContextRefreshedEvent`. When fired,
Defining indexes and creating them all at once boosts speed and efficiency when creating indexes.
-See "`http://gemfire90.docs.pivotal.io/geode/developing/query_index/create_multiple_indexes.html[Creating Multiple Indexes at Once]`"
+See "`https://gemfire90.docs.pivotal.io/geode/developing/query_index/create_multiple_indexes.html[Creating Multiple Indexes at Once]`"
for more details.
== `IgnoreIfExists` and `Override`
diff --git a/src/main/asciidoc/reference/lucene.adoc b/src/main/asciidoc/reference/lucene.adoc
index 8953676b..095a5fd7 100644
--- a/src/main/asciidoc/reference/lucene.adoc
+++ b/src/main/asciidoc/reference/lucene.adoc
@@ -1,7 +1,7 @@
[[bootstrap:lucene]]
= Apache Lucene Integration
-{x-data-store-website}[{data-store-name}] integrates with http://lucene.apache.org/[Apache Lucene] to let you
+{x-data-store-website}[{data-store-name}] integrates with https://lucene.apache.org/[Apache Lucene] to let you
index and search on data stored in {data-store-name} by using Lucene queries. Search-based queries also include
the ability to page through query results.
@@ -17,7 +17,7 @@ can be created in Spring (Data for {data-store-name}) XML config as follows:
----
Additionally, Apache Lucene allows the specification of
-http://lucene.apache.org/core/6_5_0/core/org/apache/lucene/analysis/Analyzer.html[analyzers]
+https://lucene.apache.org/core/6_5_0/core/org/apache/lucene/analysis/Analyzer.html[analyzers]
per field and can be configured as shown in the following example:
[source,xml]
@@ -175,7 +175,7 @@ The operations in the `LuceneOperations` interface match the operations provided
{x-data-store-javadoc}/org/apache/geode/cache/lucene/LuceneQuery.html[LuceneQuery] interface.
However, {sdg-acronym} has the added value of translating proprietary {data-store-name} or Apache Lucene `Exceptions`
into Spring's highly consistent and expressive DAO
-http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#dao-exceptions[exception hierarchy],
+https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#dao-exceptions[exception hierarchy],
particularly as many modern data access operations involve more than one store or repository.
Additionally, {sdg-acronym}'s `LuceneOperations` interface can shield your application from interface-breaking changes
@@ -285,7 +285,7 @@ to iterate over the contents.
The only restriction to the Spring Data Commons Projection infrastructure is that the projection type must be
an interface. However, it is possible to extend the provided SDC Projection infrastructure and provide a custom
-http://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/projection/ProjectionFactory.html[`ProjectionFactory`]
+https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/projection/ProjectionFactory.html[`ProjectionFactory`]
that uses https://github.com/cglib/cglib[CGLIB] to generate proxy classes as the projected entity.
You can use `setProjectionFactory(:ProjectionFactory)` to set a custom `ProjectionFactory` on a Lucene template.
diff --git a/src/main/asciidoc/reference/mapping.adoc b/src/main/asciidoc/reference/mapping.adoc
index 44bd1f25..a66ea187 100644
--- a/src/main/asciidoc/reference/mapping.adoc
+++ b/src/main/asciidoc/reference/mapping.adoc
@@ -276,7 +276,7 @@ when the `PdxSerializer.toData(..)` method is called during serialization.
What happens when your entity defines a read-only property?
First, it is important to understand what a "`read-only`" property is. If you define a POJO by following the
-http://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html[JavaBeans] specification (as Spring does),
+https://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html[JavaBeans] specification (as Spring does),
you might define a POJO with a read-only property, as follows:
[source,java]
diff --git a/src/main/asciidoc/reference/region.adoc b/src/main/asciidoc/reference/region.adoc
index d58b67b8..e705aa59 100644
--- a/src/main/asciidoc/reference/region.adoc
+++ b/src/main/asciidoc/reference/region.adoc
@@ -69,9 +69,9 @@ For instance, consider the following `cache.xml` file:
[source,xml]
----
-
@@ -569,9 +569,9 @@ Consider the following native {data-store-name} `cache.xml` configuration file:
[source,xml]
----
-
@@ -680,7 +680,7 @@ as `REPLICATE` and exist before the cache bean is initialized (once the `` element
@@ -187,7 +187,7 @@ to export data. However, you may want to trigger periodic, event-based snapshots
from within your Spring application.
For this purpose, {sdg-name} defines two additional Spring application events, extending Spring's
-http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/ApplicationEvent.html[`ApplicationEvent`]
+https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/ApplicationEvent.html[`ApplicationEvent`]
class for imports and exports, respectively: `ImportSnapshotApplicationEvent` and `ExportSnapshotApplicationEvent`.
The two application events can be targeted for the entire {data-store-name} cache or for individual {data-store-name}
diff --git a/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java b/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java
index 56a22a29..0522f13e 100644
--- a/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java
+++ b/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java
@@ -37,8 +37,8 @@ import org.apache.geode.cache.Region;
*
* @author John Blum
* @see org.springframework.data.gemfire.PeerRegionFactoryBean
- * @link http://gemfire.docs.pivotal.io/latest/userguide/index.html#developing/region_options/region_types.html
- * @link http://gemfire.docs.pivotal.io/latest/userguide/index.html#developing/region_options/storage_distribution_options.html
+ * @link https://gemfire.docs.pivotal.io/latest/userguide/index.html#developing/region_options/region_types.html
+ * @link https://gemfire.docs.pivotal.io/latest/userguide/index.html#developing/region_options/storage_distribution_options.html
* @since 1.7.0
*/
@SuppressWarnings("unused")
diff --git a/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java b/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java
index c3280334..2ba39ffa 100644
--- a/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java
+++ b/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java
@@ -23,7 +23,7 @@ import org.springframework.util.StringUtils;
* The JndiDataSourceType class is an enumeration of valid JNDI DataSource implementation types supported by GemFire.
*
* @author John Blum
- * @link http://gemfire.docs.pivotal.io/latest/userguide/index.html#reference/topics/cache_xml.html#jndi-binding
+ * @link https://gemfire.docs.pivotal.io/latest/userguide/index.html#reference/topics/cache_xml.html#jndi-binding
* @since 1.7.0
*/
@SuppressWarnings("unused")
diff --git a/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java b/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java
index 6a226e9c..94166964 100644
--- a/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java
+++ b/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java
@@ -35,9 +35,9 @@ import org.springframework.context.annotation.Import;
* @see java.lang.annotation.Retention
* @see java.lang.annotation.Target
* @see org.springframework.context.annotation.Import
- * @see Cache Abstraction
- * @see GemFire-based Cache
- * @see Support for Spring Cache Abstraction
+ * @see Cache Abstraction
+ * @see GemFire-based Cache
+ * @see Support for Spring Cache Abstraction
* @since 2.0.0
*/
@Target(ElementType.TYPE)
diff --git a/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java b/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java
index b6f3962b..83a283cb 100644
--- a/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java
+++ b/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java
@@ -41,9 +41,9 @@ import org.springframework.data.gemfire.cache.GemfireCacheManager;
* @see org.springframework.context.annotation.Configuration
* @see org.springframework.data.gemfire.cache.GemfireCacheManager
* @see org.springframework.data.gemfire.cache.config.EnableGemfireCaching
- * @see Cache Abstraction
- * @see GemFire-based Cache
- * @see Support for Spring Cache Abstraction
+ * @see Cache Abstraction
+ * @see GemFire-based Cache
+ * @see Support for Spring Cache Abstraction
* @since 2.0.0
*/
@Configuration
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java b/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java
index b71bf1bb..f068eb30 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java
@@ -14,7 +14,6 @@
* limitations under the License.
*
*/
-
package org.springframework.data.gemfire.config.annotation;
import static org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport;
@@ -33,6 +32,7 @@ import org.apache.geode.cache.TransactionWriter;
import org.apache.geode.cache.client.ClientCache;
import org.apache.geode.cache.server.CacheServer;
import org.apache.geode.cache.util.GatewayConflictResolver;
+
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
import org.springframework.context.annotation.Bean;
@@ -149,7 +149,7 @@ public abstract class AbstractCacheConfiguration extends AbstractAnnotationConfi
*
* @return a {@link Properties} object containing Pivotal GemFire/Apache Geode properties used to configure
* the Pivotal GemFire/Apache Geode cache instance.
- * @see Pivotal GemFire Properties
+ * @see Pivotal GemFire Properties
* @see java.util.Properties
* @see #locators()
* @see #logLevel()
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java b/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java
index 91b553fe..e2d58c31 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java
@@ -34,7 +34,7 @@ import org.springframework.data.gemfire.util.PropertiesBuilder;
* @see org.springframework.context.annotation.ImportBeanDefinitionRegistrar
* @see org.springframework.data.gemfire.config.annotation.EnableAuth
* @see org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
- * @see http://gemfire.docs.pivotal.io/docs-gemfire/managing/security/chapter_overview.html
+ * @see https://gemfire.docs.pivotal.io/docs-gemfire/managing/security/chapter_overview.html
* @since 1.9.0
*/
public class AuthConfiguration extends EmbeddedServiceConfigurationSupport {
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java
index dd80e571..0ad9fbbe 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java
@@ -41,8 +41,8 @@ import org.springframework.context.annotation.Import;
* @see org.apache.geode.security.Authenticator
* @see org.springframework.context.annotation.Import
* @see org.springframework.data.gemfire.config.annotation.AuthConfiguration
- * @see Authentication
- * @see Authorization
+ * @see Authentication
+ * @see Authorization
* @since 1.9.0
*/
@Target(ElementType.TYPE)
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java
index 7498a7b8..2b00f9ce 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java
@@ -14,7 +14,6 @@
* limitations under the License.
*
*/
-
package org.springframework.data.gemfire.config.annotation;
import static org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType.IDLE_TIMEOUT;
@@ -27,6 +26,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.apache.geode.cache.Region;
+
import org.springframework.context.annotation.Import;
import org.springframework.data.gemfire.expiration.Expiration;
import org.springframework.data.gemfire.expiration.ExpirationActionType;
@@ -46,9 +46,9 @@ import org.springframework.data.gemfire.expiration.TimeToLiveExpiration;
* @see org.springframework.data.gemfire.expiration.ExpirationActionType
* @see org.springframework.data.gemfire.expiration.IdleTimeoutExpiration
* @see org.springframework.data.gemfire.expiration.TimeToLiveExpiration
- * @see Annotation-based Data Expiration
- * @see Pivotal GemFire Expiration
- * @see Geode Expiration
+ * @see Annotation-based Data Expiration
+ * @see GemFire Expiration
+ * @see Geode Expiration
* @since 1.9.0
*/
@Target(ElementType.TYPE)
@@ -87,7 +87,7 @@ public @interface EnableExpiration {
*
* See the SDG Reference Guide for more details...
*
- * @see Annotation-based Data Expiration
+ * @see Annotation-based Data Expiration
*/
int timeout();
@@ -100,7 +100,7 @@ public @interface EnableExpiration {
*
* See the SDG Reference Guide for more details...
*
- * @see Annotation-based Data Expiration
+ * @see Annotation-based Data Expiration
*/
ExpirationActionType action();
@@ -130,8 +130,8 @@ public @interface EnableExpiration {
* {@link ExpirationType} defines different types of Pivotal GemFire/Apache Geode Expiration policies such as
* (Entry) Idle Timeout (TTI) and (Entry) Time to Live (TTL).
*
- * @see Pivotal GemFire Expiration
- * @see Geode Expiration
+ * @see Pivotal GemFire Expiration
+ * @see Apache Geode Expiration
*/
enum ExpirationType {
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java
index 33d56049..ede81563 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java
@@ -32,8 +32,8 @@ import org.springframework.context.annotation.Import;
*
* @author John Blum
* @see org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
- * @see Pivotal GemFire System Properties
- * @see Geode System Properties
+ * @see Pivotal GemFire System Properties
+ * @see Apache Geode System Properties
* @since 1.9.0
*/
@Target(ElementType.TYPE)
@@ -320,7 +320,7 @@ public @interface EnableGemFireProperties {
*
* Defaults to unset.
*
- * @see Configure High Availability for a Partitioned Region
+ * @see Configure High Availability for a Partitioned Region
*/
String redundancyZone() default GemFirePropertiesConfiguration.DEFAULT_REDUNDANCY_ZONE;
@@ -411,7 +411,7 @@ public @interface EnableGemFireProperties {
*
* Defaults to {@literal 100000} tombstones.
*
- * @see How Destroy and Clear Operations Are Resolved
+ * @see How Destroy and Clear Operations Are Resolved
*/
int tombstoneGcThreshold() default GemFirePropertiesConfiguration.DEFAULT_TOMBSTONE_THRESHOLD;
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java
index 563e8d78..8c71c5e2 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java
@@ -44,7 +44,7 @@ import org.springframework.context.annotation.Import;
* @see java.lang.annotation.Annotation
* @see org.springframework.context.annotation.Import
* @see org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
- * @see Developing REST Applications for Apache Geode
+ * @see Developing REST Applications for Apache Geode
* @since 1.9.0
*/
@Target(ElementType.TYPE)
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java
index cfa33dd8..b6bf9e2d 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java
@@ -62,7 +62,7 @@ public @interface EnableMcast {
*
* Defaults to {@literal 239.192.81.1} for IPv4 and {@literal FF38::1234} for IPv6.
*
- * @see IANA chart
+ * @see IANA chart
*/
String address() default McastConfiguration.DEFAULT_MCAST_ADDRESS;
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java b/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java
index ba36d418..7ba5be79 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java
@@ -35,7 +35,7 @@ import org.springframework.data.gemfire.util.PropertiesBuilder;
* @see org.springframework.context.annotation.ImportBeanDefinitionRegistrar
* @see org.springframework.data.gemfire.config.annotation.EnableHttpService
* @see org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
- * @see Developing REST Applications for Apache Geode
+ * @see Developing REST Applications for Apache Geode
* @since 1.9.0
*/
public class HttpServiceConfiguration extends EmbeddedServiceConfigurationSupport {
diff --git a/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java b/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java
index d599546c..d6752fbe 100644
--- a/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java
+++ b/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java
@@ -187,7 +187,7 @@ public class PdxConfiguration extends AbstractAnnotationConfigSupport implements
* @param cacheFactoryBean {@link CacheFactoryBean} instance on which to configure PDX.
* with PDX de/serialization capabilities.
* @see org.springframework.data.gemfire.CacheFactoryBean
- * @see GemFire PDX Serialization
+ * @see GemFire PDX Serialization
*/
protected void configurePdx(CacheFactoryBean cacheFactoryBean) {
diff --git a/src/main/java/org/springframework/data/gemfire/config/xml/package-info.java b/src/main/java/org/springframework/data/gemfire/config/xml/package-info.java
index 33152d27..5b3c2995 100644
--- a/src/main/java/org/springframework/data/gemfire/config/xml/package-info.java
+++ b/src/main/java/org/springframework/data/gemfire/config/xml/package-info.java
@@ -2,6 +2,6 @@
* This package provides classes and components for configuring Pivotal GemFire using Spring Data's
* XML namespace support. See more details here...
*
- * SDG Core Schema (gfe)
+ * Spring Data GemFire Core Schema (gfe)
*/
package org.springframework.data.gemfire.config.xml;
diff --git a/src/main/java/org/springframework/data/gemfire/package-info.java b/src/main/java/org/springframework/data/gemfire/package-info.java
index 1b480ae0..de6432eb 100644
--- a/src/main/java/org/springframework/data/gemfire/package-info.java
+++ b/src/main/java/org/springframework/data/gemfire/package-info.java
@@ -1,7 +1,6 @@
-
/**
* Package providing integration of
- * GemFire
+ * GemFire
* with Spring concepts.
*
* Contains helper classes, a template plus callback for GemFire
@@ -9,4 +8,3 @@
* Pivotal GemFire transactions.
*/
package org.springframework.data.gemfire;
-
diff --git a/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java b/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java
index b82cbfaf..4d6f020e 100644
--- a/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java
+++ b/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java
@@ -24,7 +24,7 @@ import org.springframework.util.StringUtils;
* in Pivotal GemFire's Object Query Language (OQL).
*
* @author John Blum
- * @see Supported Keywords
+ * @see Supported Keywords
* @since 1.0.0
*/
public enum OqlKeyword {
diff --git a/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java b/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java
index e38a960e..f0a16dec 100644
--- a/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java
+++ b/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java
@@ -62,7 +62,7 @@ import org.springframework.util.StringUtils;
* @see org.springframework.core.io.DefaultResourceLoader
* @see org.apache.geode.cache.Cache
* @see org.apache.geode.cache.Declarable
- * @link http://gemfire.docs.pivotal.io/latest/userguide/index.html#basic_config/the_cache/setting_cache_initializer.html
+ * @link https://gemfire.docs.pivotal.io/latest/userguide/index.html#basic_config/the_cache/setting_cache_initializer.html
* @link https://jira.springsource.org/browse/SGF-248
* @since 1.4.0
*/
diff --git a/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java b/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java
index 1cef289d..942e309a 100644
--- a/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java
+++ b/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java
@@ -43,7 +43,7 @@ import org.springframework.data.gemfire.GemfireUtils;
* @see org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
* @see org.apache.geode.distributed.ServerLauncherCacheProvider
* @since 1.7.0
- * @link http://gemfire.docs.pivotal.io/latest/userguide/index.html#basic_config/the_cache/setting_cache_initializer.html
+ * @link https://gemfire.docs.pivotal.io/latest/userguide/index.html#basic_config/the_cache/setting_cache_initializer.html
*/
public class SpringServerLauncherCacheProvider implements ServerLauncherCacheProvider {
diff --git a/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java b/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java
index b8be39e7..c157f98f 100644
--- a/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java
+++ b/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java
@@ -35,10 +35,10 @@ import org.springframework.context.annotation.Import;
* @see java.lang.annotation.Retention
* @see java.lang.annotation.Target
* @see org.springframework.context.annotation.Import
- * @see Spring Transaction Management
- * @see SDG Transaction Management
- * @see Pivotal GemFire Cache Transactions
- * @see Apache Geode Cache Transactions
+ * @see Spring Transaction Management
+ * @see Spring Data GemFire Transaction Management
+ * @see Pivotal GemFire Cache Transactions
+ * @see Apache Geode Cache Transactions
* @since 2.0.0
*/
@Target(ElementType.TYPE)
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index d61e90b7..02cbf00c 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,7 +1,7 @@
SPRING DATA GEMFIRE CHANGELOG
-----------------------------
-http://www.springsource.org/spring-gemfire
-=============================
+https://www.springsource.org/spring-gemfire
+===========================================
Changes in version 2.2.0.RC1 (2019-06-14)
-----------------------------------------
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index e92f395d..31463965 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -10,7 +10,7 @@ Spring Data Gemfire 2.1.9
must include the following acknowledgement:
"This product includes software developed by the Spring Framework
- Project (http://www.springframework.org)."
+ Project (https://www.springframework.org)."
Alternately, this acknowledgement may appear in the software itself,
if and wherever such third-party acknowledgements normally appear.
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt
index 9808fe69..19e90faf 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,6 +1,6 @@
SPRING DATA GEMFIRE
-------------------
-http://www.springsource.org/spring-gemfire
+https://www.springsource.org/spring-gemfire
1. INTRODUCTION
@@ -15,10 +15,10 @@ details, consult the provided javadoc for specific packages and classes.
3. GETTING STARTED
-Please see the reference documentation at http://www.springsource.org/spring-gemfire/
+Please see the reference documentation at https://spring.io/projects/spring-data-geode
and the Spring GemFire Examples at https://github.com/SpringSource/spring-gemfire-examples
ADDITIONAL RESOURCES
-Spring Data GemFire Homepage : http://www.springsource.org/spring-gemfire
-VMware vFabric GemFire Documentation: http://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html
-VMware vFabric GemFire product page: http://www.vmware.com/products/application-platform/vfabric-gemfire
\ No newline at end of file
+Spring Data GemFire Homepage : https://www.springsource.org/spring-gemfire
+VMware vFabric GemFire Documentation: https://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html
+VMware vFabric GemFire product page: https://www.vmware.com/products/application-platform/vfabric-gemfire
diff --git a/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java
index 36e9c53a..64d41802 100644
--- a/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java
+++ b/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java
@@ -69,7 +69,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
* @see org.springframework.test.context.junit4.SpringJUnit4ClassRunner
* @see GemfireCache#evict(Object)
* @see GemfireCache#put(Object, Object)
- * @see Gemfire EntryNotFoundException on @CacheEvict
+ * @see Gemfire EntryNotFoundException on @CacheEvict
* @see Change GemfireCache.evict(key) to call Region.remove(key)
* @since 1.9.0
*/
diff --git a/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java b/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java
index c3a5e401..ab98f1ea 100644
--- a/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java
+++ b/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java
@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.springframework.data.gemfire.repository.query;
import static org.hamcrest.CoreMatchers.equalTo;
@@ -144,7 +143,7 @@ public class GemfireQueryMethodUnitTests {
}
/**
- * @link http://jira.spring.io/browse/SGF-112
+ * @link https://jira.spring.io/browse/SGF-112
*/
@Test
public void rejectsQueryMethodWithPageableParameter() throws Exception {
diff --git a/src/test/resources/autoregionlookup-cache.xml b/src/test/resources/autoregionlookup-cache.xml
index a6abc0d7..384c9f2d 100644
--- a/src/test/resources/autoregionlookup-cache.xml
+++ b/src/test/resources/autoregionlookup-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/cache-with-declarable.xml b/src/test/resources/cache-with-declarable.xml
index 5adaaf07..400b8035 100644
--- a/src/test/resources/cache-with-declarable.xml
+++ b/src/test/resources/cache-with-declarable.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/cache-with-regions.xml b/src/test/resources/cache-with-regions.xml
index d96f7c86..2ca2acd8 100644
--- a/src/test/resources/cache-with-regions.xml
+++ b/src/test/resources/cache-with-regions.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml b/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml
index bfaefcc6..4bc04122 100644
--- a/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml
+++ b/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml b/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml
index 7338d6e9..a45f7099 100644
--- a/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml
+++ b/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/clientcache-with-regions.xml b/src/test/resources/clientcache-with-regions.xml
index 2da6b5a4..384c4ee8 100644
--- a/src/test/resources/clientcache-with-regions.xml
+++ b/src/test/resources/clientcache-with-regions.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/empty-cache.xml b/src/test/resources/empty-cache.xml
index 183dd436..f5965f40 100644
--- a/src/test/resources/empty-cache.xml
+++ b/src/test/resources/empty-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/empty-client-cache.xml b/src/test/resources/empty-client-cache.xml
index e9236267..f4f8967d 100644
--- a/src/test/resources/empty-client-cache.xml
+++ b/src/test/resources/empty-client-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/gemfire-cache.xml b/src/test/resources/gemfire-cache.xml
index d7bdfdd3..bb3af478 100644
--- a/src/test/resources/gemfire-cache.xml
+++ b/src/test/resources/gemfire-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/gemfire-client-cache.xml b/src/test/resources/gemfire-client-cache.xml
index c2474749..273985d4 100644
--- a/src/test/resources/gemfire-client-cache.xml
+++ b/src/test/resources/gemfire-client-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/gemfire-datasource-integration-test-cache.xml b/src/test/resources/gemfire-datasource-integration-test-cache.xml
index d73ce8e0..5c6aebb0 100644
--- a/src/test/resources/gemfire-datasource-integration-test-cache.xml
+++ b/src/test/resources/gemfire-datasource-integration-test-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/lazy-wiring-declarable-support-function-cache.xml b/src/test/resources/lazy-wiring-declarable-support-function-cache.xml
index 88b171e0..fb406945 100644
--- a/src/test/resources/lazy-wiring-declarable-support-function-cache.xml
+++ b/src/test/resources/lazy-wiring-declarable-support-function-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/lookup-region-mutation-cache.xml b/src/test/resources/lookup-region-mutation-cache.xml
index 61c3cdee..137aeeca 100644
--- a/src/test/resources/lookup-region-mutation-cache.xml
+++ b/src/test/resources/lookup-region-mutation-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/non-cluster-config-cache.xml b/src/test/resources/non-cluster-config-cache.xml
index f3189fab..e5833a77 100644
--- a/src/test/resources/non-cluster-config-cache.xml
+++ b/src/test/resources/non-cluster-config-cache.xml
@@ -1,7 +1,7 @@
diff --git a/src/test/resources/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest-context.xml b/src/test/resources/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest-context.xml
index e5f3ccf7..89702d82 100644
--- a/src/test/resources/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest-context.xml
+++ b/src/test/resources/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest-context.xml
@@ -8,7 +8,7 @@
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/cache http://www.springframework.org/schema/cache/spring-cache.xsd
+ http://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd
http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/gemfire https://www.springframework.org/schema/gemfire/spring-gemfire.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/locatorContext.xml b/src/test/resources/org/springframework/data/gemfire/locatorContext.xml
index a12e6305..4b394312 100644
--- a/src/test/resources/org/springframework/data/gemfire/locatorContext.xml
+++ b/src/test/resources/org/springframework/data/gemfire/locatorContext.xml
@@ -1,11 +1,6 @@
-
-
-
+
-
\ No newline at end of file
+
diff --git a/src/test/resources/subregion-cache.xml b/src/test/resources/subregion-cache.xml
index 984581d6..19193c8d 100644
--- a/src/test/resources/subregion-cache.xml
+++ b/src/test/resources/subregion-cache.xml
@@ -1,7 +1,7 @@