Commit Graph

24 Commits

Author SHA1 Message Date
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
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