Spring Operator
|
a2b42ca023
|
URL Cleanup (#36)
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 21 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
|
2019-04-01 11:34:23 -04:00 |
|
Dave Syer
|
529e4d9f93
|
Update readme script to handle local includes
|
2016-06-11 09:54:41 +01:00 |
|
Dave Syer
|
2544c8ef15
|
Add a heartbeat event every 5s by default
Fixes gh-12
|
2016-05-09 13:02:54 +01:00 |
|
Dave Syer
|
4932bba3fc
|
Add ignored adhoc tests
|
2016-05-05 10:24:34 +01:00 |
|
Dave Syer
|
42306c1dba
|
Fix test (wrong assumption about exception handling)
|
2016-05-05 09:59:04 +01:00 |
|
Dave Syer
|
660dabdf9c
|
More detail on credentials for discovery
|
2016-04-29 13:49:13 +01:00 |
|
Dave Syer
|
611d2f3e65
|
Make discovery client more robust if there is no connection
The default behaviour is to know nothing if the client can't
connect to the cloud controller.
|
2016-04-26 09:15:14 +01:00 |
|
Dave Syer
|
8c8d218f71
|
Switch to @EnableConfigurationProperties to make override predictable
|
2016-04-24 14:08:11 +01:00 |
|
Dave Syer
|
9c4624389e
|
Tidy up some javadocs and change email->username
|
2016-04-22 09:49:20 +01:00 |
|
Dave Syer
|
0c3ce308c5
|
Be more liberal about not having a local instance
If an app is running locally it can still have a local service
instance, so it shouldn't barf if it can't find itself in
the cloud controller.
|
2016-04-21 17:17:55 +01:00 |
|
Dave Syer
|
b691349d52
|
Make ribbon dependency more obviously optional
|
2016-04-18 12:06:53 +01:00 |
|
Dave Syer
|
bdd196bda3
|
Remove netflix dependencies
There's no need to depend on netflix libraries but the sample was
using Ribbon, so we took that out so that the release can be
independent.
|
2016-04-18 11:57:29 +01:00 |
|
Dave Syer
|
b3f6bac3e5
|
Add some docs for config properties
|
2015-12-30 15:05:46 +00:00 |
|
Dave Syer
|
5a8930af9d
|
Move VCAP_SERVICES processing over from spring-cloud-security
|
2015-08-27 10:18:06 +01:00 |
|
Dave Syer
|
1c862dab2b
|
Fix docs
|
2015-05-21 14:44:15 +01:00 |
|
Dave Syer
|
24aca83e96
|
Tidy up failure cases of discovery client
|
2015-05-21 13:51:58 +01:00 |
|
Josh Long
|
e1bdaa7851
|
cfdc
|
2015-05-14 19:31:01 -05:00 |
|