Commit Graph

43 Commits

Author SHA1 Message Date
Marcin Grzejszczak
565a805bcb Migrated to new docs; fixes #248 2017-08-29 12:33:06 +02:00
Ryan Baxter
3d47188334 Added documentation 2017-07-09 14:15:11 -04:00
Spencer Gibb
c953240620 Allow Discovery HealthIndicator description to be disabled.
fixes gh-223
2017-06-29 16:15:09 -06:00
Jon Schneider
15aad9ca5f Point build badge to CircleCI 2017-05-11 14:20:47 -05:00
Spencer Gibb
61199a151c Adds ServiceRegistry documentation.
fixes gh-170
fixes gh-196
2017-04-03 19:15:40 -06:00
Ryan Baxter
414b1704e1 Documenting property to disable retry logic with Spring Retry on the class path 2017-03-30 19:11:03 -04:00
Ryan Baxter
8e34e0c5e4 Set spring.cloud.loadbalancer.retry.enabled to true by default 2017-03-30 16:30:40 -04:00
Ryan Baxter
b896f22c3e Fixing documentation to add Spring Retry
Addresses documentation bug in #193
2017-03-29 19:34:46 -04:00
Andreas Schöneck
373ef85079 Close verbatim block properly (#146)
Add missing backtick after RestTemplate in order to not have this blocker huger as intended.
2017-01-09 18:12:48 -05:00
Ryan Baxter
1762a6a59f Fixed typo in 'enabled' 2016-12-29 19:44:31 -05:00
Ryan Baxter
82175d1cac Fixed retry policy
see spring-cloud/spring-cloud-netflx#1577
2016-12-29 19:43:24 -05:00
Vitalii
c5d73294c4 Fixed typo in event class name (#152) 2016-12-20 13:12:08 -05:00
Spencer Gibb
bf4b6e3293 Create a ServiceRegistry interface.
Allow service discovery systems to register more than one instance.

Automatic registration will still take place.

Add boolean autoRegister() to EnableDiscoveryClient, defaults to true.

Add ServiceRegistryEndpoint.

fixes gh-9
2016-11-07 10:30:54 -07:00
Ryan Baxter
19a7562c7c Retry implementation for LoadBalanced RestTemplates 2016-10-17 06:52:12 -04:00
Marcin Grzejszczak
3cfda6b31d Removed adoc footer 2016-09-07 17:59:41 +02:00
Marcin Grzejszczak
cecac1125e Updating ghpages for all projects 2016-08-22 13:31:15 +02:00
Marcin Grzejszczak
4e0a70e4a8 Updating ghpages for all projects 2016-08-19 11:45:09 +02:00
Spencer Gibb
2da3fed95d Merge pull request #120 from ebjwc/gh-114
* ebjwc-gh-114:
  Add new properties to customize InetUtils.
2016-08-18 12:07:24 -06:00
Tomasz Juchniewicz
e6ccb824a6 Add new properties to customize InetUtils.
Added useOnlySiteLocalInterfaces and preferredNetworks properties to
InetUtils. The preferredNetworks property allows for a whitelist of
networks. The useOnlySiteLocalInterfaces allows InetAddresses where
isSiteLocalAddress is true.

Fixes gh-114
2016-08-18 12:04:46 -06:00
Marcin Grzejszczak
6fc4e60c83 Updating ghpages for all projects 2016-08-18 13:09:13 +02:00
Marcin Grzejszczak
78c90d7db3 Updating ghpages for all projects 2016-08-17 12:43:37 +02:00
Marcin Grzejszczak
67bea29be5 Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 15:55:41 +02:00
Dave Syer
8280e2463d Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Dave Syer
f29198bee1 Clarify flags for overriding remote property sources 2016-03-27 10:00:16 +01:00
Dave Syer
0078f55c96 Correct location of encryption features 2016-03-22 13:52:53 +00:00
Spencer Gibb
68c67df67d Update RestTemplate creation documentation. 2016-03-08 15:48:12 -07:00
Dave Syer
ad08ca55f4 Change in contract for @LoadBalanced
Users now need to create their own bean and qualify it, and Spring
Cloud will customize it (instead of providing the @Bean itself).

This is much better for users, since they remain in control of the
bean declarations, and can choose which one (if any) is @Primary.
It's a breaking change for some apps (if they rely on a
@LoadBalanced RestTemplate being automatically injected).
2016-03-07 17:44:41 +00:00
Spencer Gibb
bfd25e1d50 Document @Primary for plain RestTemplate beans.
fixes gh-60
2016-03-02 19:02:43 -07:00
Spencer Gibb
0a58870114 Add tip for RestOperations or proxyTargetClass
fixes gh-66
2016-03-02 18:55:55 -07:00
Spencer Gibb
0d35d3f322 Document ignoring network interfaces. 2015-12-22 17:10:09 -07:00
Stephane Nicoll
933d1abcdd Polish doc 2015-12-17 10:06:52 -07:00
Dave Syer
1a317a5ac9 Merge branch '1.0.x'
t message to explain why this merge is necessary,
2015-08-25 15:22:26 +01:00
Dave Syer
82a14bffc7 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Eric Bottard
d664cdd6eb Properly close fixed-font in documentation 2015-07-09 13:37:09 +02:00
Dave Syer
ee7e571ee5 Fix path to docs in README raw text 2015-06-25 12:31:28 +01:00
Spencer Gibb
d976dcc0d8 add build and contributing sections to readme 2015-06-16 22:35:13 -06:00
Dave Syer
59c4f1a662 Add separate section of links to JCE downloads 2015-06-08 06:35:18 +01:00
Dave Syer
598819bd66 Add support for @Order in BootstrapConfiguration 2015-04-21 08:19:36 +02:00
Spencer Gibb
9e9e30fd70 create RestTemplate with LoadBalancerInterceptor using @LoadBalanced qualifier.
fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/267
2015-03-20 11:31:22 -06:00
Dave Syer
3002f3c3ea Add link to github in rendered docs 2015-03-20 11:46:59 +00:00
Spencer Gibb
7339b6dbac added missing ghpages.sh 2015-03-19 12:31:00 -06:00
Dave Syer
92adcefe8a Shake up docs for new library layout 2015-03-19 17:15:37 +00:00
Dave Syer
7d480ab41b Extract former config-client features to a new spring-cloud-context
Fixes gh-14
2015-03-19 11:52:25 +00:00