Files
Spring Operator 5a8d19da2f SGF-827 - 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://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 603 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Resolves gh-116
2019-03-27 10:00:01 +01:00
..
2019-03-27 10:00:01 +01:00

Spring GemFire Samples
----------------------
NOTE: Spring Data GemFire Sample code has been moved to https://github.com/SpringSource/spring-gemfire-examples
-----------------------------------------------------------------------------------------------------------------
This folder contains various various demo applications and samples for Spring GemFire.

Please see each folder for detailed instructions (readme.txt).

As a general rule, each demo provides an integration tests that bootstraps
the GemFire platform, installs the demo and its dependencies and interacts with 
the application.

SAMPLES OVERVIEW
----------------

* hello-world
A simple demo for configuring and interacting with the GemFire grid.


BUILDING AND DEPLOYMENT
-----------------------

All demos require JDK 1.5+.

Each module should be run from its top folder using gradle wrapper:

# ../../gradlew

RUNNING UNDER LINUX
-------------------

If you experience network problems under Linux, try passing "-Djava.net.preferIPv4Stack=true" to the command 
(note this is passed automatically when using the provided script).
See https://jira.springsource.org/browse/SGF-28 for more information.