Spencer Gibb
2b6ad4a118
bump to version 1.3.0
8 years ago
Spencer Gibb
c953240620
Allow Discovery HealthIndicator description to be disabled.
...
fixes gh-223
8 years ago
Spencer Gibb
0c041591d1
Bump to version 1.2.3.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
6cfaea4bb7
Going back to snapshots
8 years ago
Spencer Gibb
79096fbf8d
Update SNAPSHOT to 1.2.2.RELEASE
8 years ago
Jon Schneider
c02398959d
Revert back to snapshots
8 years ago
Jon Schneider
9d53dd46bb
Update SNAPSHOT to 1.2.1.RELEASE
8 years ago
Jon Schneider
15aad9ca5f
Point build badge to CircleCI
8 years ago
Spencer Gibb
9675df02f6
Bumping versions to 1.2.1.BUILD-SNAPSHOT after release
8 years ago
Spencer Gibb
72685376a9
Going back to snapshots
8 years ago
Spencer Gibb
6b30820b09
Update SNAPSHOT to 1.2.0.RELEASE
8 years ago
Spencer Gibb
61199a151c
Adds ServiceRegistry documentation.
...
fixes gh-170
fixes gh-196
8 years ago
Ryan Baxter
414b1704e1
Documenting property to disable retry logic with Spring Retry on the class path
8 years ago
Ryan Baxter
8e34e0c5e4
Set spring.cloud.loadbalancer.retry.enabled to true by default
8 years ago
Ryan Baxter
b896f22c3e
Fixing documentation to add Spring Retry
...
Addresses documentation bug in #193
8 years ago
Spencer Gibb
23f3e461ac
Going back to snapshots
8 years ago
Spencer Gibb
e75034a6fc
Update SNAPSHOT to 1.2.0.RC1
8 years ago
Dave Syer
046c0f879e
Revert to snapshots
8 years ago
Dave Syer
d2e6d56cee
Update for 1.1.8
8 years ago
Spencer Gibb
b4bd6fdeff
Revert "Update SNAPSHOT to 1.2.0.M1"
...
This reverts commit d9d3b5f74a
.
8 years ago
Spencer Gibb
d9d3b5f74a
Update SNAPSHOT to 1.2.0.M1
8 years ago
Andreas Schöneck
373ef85079
Close verbatim block properly ( #146 )
...
Add missing backtick after RestTemplate in order to not have this blocker huger as intended.
8 years ago
Ryan Baxter
710080cd47
Updated versions for next release
8 years ago
Ryan Baxter
009b6ee7f3
Revert "Updating versions for 1.1.7 release"
...
This reverts commit 5b4cbaa245
.
8 years ago
Ryan Baxter
5b4cbaa245
Updating versions for 1.1.7 release
8 years ago
Ryan Baxter
1762a6a59f
Fixed typo in 'enabled'
8 years ago
Ryan Baxter
82175d1cac
Fixed retry policy
...
see spring-cloud/spring-cloud-netflx#1577
8 years ago
Vitalii
c5d73294c4
Fixed typo in event class name ( #152 )
8 years ago
Ryan Baxter
cfa761c4c0
Bumped versions for next release
8 years ago
Ryan Baxter
3e0c8099a2
Revert "Version changes for 1.1.3 RELEASE"
...
This reverts commit 8a8d27ab6b
.
8 years ago
Ryan Baxter
8a8d27ab6b
Version changes for 1.1.3 RELEASE
8 years ago
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
8 years ago
Spencer Gibb
216f744636
Update to SNAPSHOT
8 years ago
Spencer Gibb
bbba01a80d
Update SNAPSHOT to 1.1.5.RELEASE
8 years ago
Spencer Gibb
d850aad13f
Bump to 1.2.0.BUILD-SNAPSHOT
8 years ago
Ryan Baxter
19a7562c7c
Retry implementation for LoadBalanced RestTemplates
8 years ago
Dave Syer
65c00ecb93
Revert to snapshots
8 years ago
Dave Syer
5d2d2908db
Update for 1.1.4
8 years ago
Dave Syer
8089c0d411
Revert to snapshots
9 years ago
Dave Syer
897555a57a
Update to 1.1.3
9 years ago
Marcin Grzejszczak
3cfda6b31d
Removed adoc footer
9 years ago
Dave Syer
cff67e0a12
Revert to snapshots
9 years ago
Dave Syer
00a2f23c00
Update to 1.1.2
9 years ago
Marcin Grzejszczak
cecac1125e
Updating ghpages for all projects
9 years ago
Marcin Grzejszczak
4e0a70e4a8
Updating ghpages for all projects
9 years ago
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
9 years ago
Marcin Grzejszczak
6fc4e60c83
Updating ghpages for all projects
9 years ago
Marcin Grzejszczak
78c90d7db3
Updating ghpages for all projects
9 years ago
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/ )
9 years ago
Dave Syer
8280e2463d
Update readme script to handle local includes
9 years ago