Dave Syer
00a2f23c00
Update to 1.1.2
2016-09-06 14:36:20 +01: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
Spencer Gibb
945f430efe
Update to SNAPSHOT
2016-06-06 17:01:58 -06:00
Spencer Gibb
aaff352781
Update SNAPSHOT to 1.1.1.RELEASE
2016-06-06 16:31:03 -06:00
Dave Syer
01edfbf7f6
Revert to snapshots
2016-05-09 10:33:44 +01:00
Dave Syer
90c8a81611
Update for 1.1.0.RELEASE
2016-05-09 10:26:47 +01:00
Dave Syer
0b654c22ab
Switch parent of docs poms
2016-05-06 17:40:09 +01:00
Dave Syer
9aa4ad97be
Update parent to 1.1.0.RELEASE
2016-05-06 17:13:33 +01:00
Dave Syer
a3fc78481a
Revert to snapshots
2016-04-18 10:17:36 +01:00
Dave Syer
3f5d5b90d3
Update to RC3
2016-04-18 10:16:24 +01:00
Dave Syer
f29198bee1
Clarify flags for overriding remote property sources
2016-03-27 10:00:16 +01:00
Dave Syer
81b4c11dbb
Revert to snapshots
2016-03-23 08:19:13 +00:00
Dave Syer
b4a6652f9e
Bump for 1.1.0.RC2
2016-03-23 08:18:19 +00: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
Dave Syer
a839006880
Revert to snapshots
2016-03-02 17:42:58 +00:00
Dave Syer
449b65fcbe
Update for 1.1.0.RC1
2016-03-02 17:42:35 +00:00
Dave Syer
fc44a48194
Revert to snapshots
2016-02-04 18:01:59 +00:00
Dave Syer
fc895ca514
Update to 1.0.0.M5
2016-02-04 18:01:59 +00:00
Spencer Gibb
0d35d3f322
Document ignoring network interfaces.
2015-12-22 17:10:09 -07:00
Dave Syer
18b29ba35b
Revert to snapshot
2015-12-18 15:52:36 +00:00
Dave Syer
cb25fa2166
Update to 1.1.0.M4
2015-12-18 15:50:30 +00:00
Stephane Nicoll
933d1abcdd
Polish doc
2015-12-17 10:06:52 -07:00
Dave Syer
346e513bcb
Revert to snapshots
2015-11-17 09:52:52 +00:00
Dave Syer
a0e95019f0
Update to 1.1.0.M3
2015-11-17 09:47:41 +00:00
Dave Syer
51983c376c
Revert to snapshot
2015-09-08 10:21:35 +01:00
Dave Syer
8093134713
Update for M1 release
2015-09-08 10:12:42 +01: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
8a8baee253
Update to Brixton
2015-06-26 12:57:05 +01:00
Dave Syer
3e0bf055fe
Prepare master for next snapshot
2015-06-26 10:57:17 +01: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
17f15447e9
Update to 1.0.2 snapshots
2015-04-23 11:11:21 +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