Spring Operator
|
0c93235dc3
|
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/LICENSE-2.0 with 287 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
|
2019-03-14 20:37:55 -05:00 |
|
Rob Winch
|
e9f097db5c
|
Gemfire Boot Sample uses Random Port
Previously, the Gemfire Boot Sample didn't select a random port for
Tomcat to run on.
Issue gh-496
|
2016-06-29 21:02:10 -05:00 |
|
Rob Winch
|
82cb417910
|
Boot Gemfire Sample JDK7 compatible
Issue gh-496
|
2016-06-29 11:22:16 -05:00 |
|
Rob Winch
|
808a550343
|
Polish Boot Gemfire Sample
Issue gh-496
|
2016-06-29 11:08:05 -05:00 |
|
John Blum
|
53c81de5e3
|
Add Spring Session Data GemFire with Spring Boot sample
Fixes gh-496
|
2016-06-29 10:34:58 -05:00 |
|