Ryan Baxter
8814da3b78
Document how to use thread isolation with hystrix and feign. Fixes #1191 .
8 years ago
Ryan Baxter
eff1f0d77a
Fixes #1459
8 years ago
Dave Syer
704a874e84
Add example of empty sensitive headers
...
Emphasises that it's a black list, and clarifies that you need to
set it to empty to get authorization and cookie headers.
8 years ago
Spencer Gibb
428ed6c88c
Bump to 1.3.0.BUILD-SNAPSHOT
8 years ago
Ryan Baxter
14a31cd5f8
Switched media type to application/json
8 years ago
Ryan Baxter
8a7df36d88
Added route config
8 years ago
Ryan Baxter
fe56d96295
Fixes #1429
8 years ago
Ryan Baxter
b16a95d0f2
Fixed typo
8 years ago
Ryan Baxter
2c8bac5666
Use client interface instead of Eureka directly
8 years ago
Ryan Baxter
cc24d00fde
Fixes #1211
8 years ago
Ryan Baxter
c9704d3c97
Updating versions for next release
8 years ago
Ryan Baxter
34775eb8db
Revert "Version changes for the release"
...
This reverts commit 90d6490fea
.
8 years ago
Ryan Baxter
90d6490fea
Version changes for the release
8 years ago
Gregor Zurowski
acb9e5ebdf
Fix formatting ( #1397 )
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
8 years ago
mg
5a127d0700
Warning for GC Overhead Limit Reached with servo.
...
Fixes gh-947
8 years ago
bpicode
8e18c3d3b6
Add support for fallback factories in feign client annotation. ( #1373 )
...
Adds `@FeignClient.fallbackFactory` to define a `feign.hystrix.FallbackFactory`.
fixes gh-1117
9 years ago
Mathias Düsterhöft
e109093b83
add config option to not ignore security headers ( #1354 )
...
* add config option to not ignore security headers
* fix field documentation of ignoreSecurityHeaders
* add documenation for zuul.ignoreSecurityHeaders
fixes gh-1096
9 years ago
Ryan Baxter
4ba3411292
Clarified zuul.stripPrefix usage
...
Helps with the confusion seen in #1365
9 years ago
Spencer Gibb
bbff2b24d0
Put Apache Http Client and OkHttpClient in ribbon context.
...
This eliminates them being created for every zuul request.
Also makes properties consistent accross modules: ribbon.httpclient.*, ribbon.restclient.* and ribbon.okhttp.*
fixes gh-1150
9 years ago
Ryan Baxter
b91fa734d2
Bumping versions for next release
9 years ago
Ryan Baxter
302eae6aeb
Revert "version changes for Camden release"
...
This reverts commit 088afa6d71
.
9 years ago
Ryan Baxter
088afa6d71
version changes for Camden release
9 years ago
Niklas Herder
61de118130
Use management.port for locating hystrix.stream ( #1317 )
...
Allow override of /hystrix.stream location via management.port metadata.
9 years ago
Marcin Grzejszczak
7ebb46a092
Removed adoc footer
9 years ago
Ryan Baxter
08ed3c7fc4
Revert "Updated versions for Camden.RC1 release"
...
This reverts commit 3c1a23e7b1
.
9 years ago
Ryan Baxter
3c1a23e7b1
Updated versions for Camden.RC1 release
9 years ago
Spencer Gibb
c5b0ffe310
Document customizing the Ribbon Client using properties
...
fixes gh-1188
9 years ago
Spencer Gibb
1ffa7825ed
Add {spring-cloud-version}
9 years ago
Spencer Gibb
d95f3cd1c5
Mention starters to include for features.
...
fixes gh-1134
9 years ago
Spencer Gibb
fa508a2c7e
Add warning for eureka healthcheck.
...
fixes gh-1276
9 years ago
Ryan Baxter
047e25f7f7
Revert "Camden.M1 release"
...
This reverts commit 258e53a402
.
9 years ago
Ryan Baxter
258e53a402
Camden.M1 release
9 years ago
Marcin Grzejszczak
c8c4dfba6e
Updating ghpages for all projects
9 years ago
Marcin Grzejszczak
886382f568
Updating ghpages for all projects
9 years ago
Spencer Gibb
25366c2a37
Add not about zuul route ordering.
...
fixes gh-1266
9 years ago
Marcin Grzejszczak
1fefd410be
Updating ghpages for all projects
9 years ago
Spencer Gibb
9ed5621a78
Revert "Adds zuul property to customize Hystrix ExecutionIsolationStrategy"
...
This reverts commit 21df6e43a3
.
9 years ago
Marcin Grzejszczak
4602fc1105
Updating ghpages for all projects
9 years ago
Stéphane Lagraulet
21df6e43a3
Adds zuul property to customize Hystrix ExecutionIsolationStrategy
...
Add a check to current context as contentLength is already in the context
Get content length from Headers when RibbonCommandContext is built + add tests
Use request content length RibbonRoutingFilter
Add documentation for new zuul.ribbonIsolationStrategy property
fixes gh-339
9 years ago
Marcin Grzejszczak
cf0c3bda92
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
Spencer Gibb
674e45f473
Add Client to list of feign objects that can be customized.
9 years ago
Mike Liu
f37b513f21
Add @Qualifier customization for @FeignClient
...
Changed test to use @Qualifier .
Add documentation to reference the new attribute.
9 years ago
Ryan Baxter
b09b0bcdbd
Added Codacy badge to README
9 years ago
Ryan Baxter
ec22c23bc5
Added CircleCI and Codecov badges
9 years ago
Stéphane Lagraulet
58559aff16
Add documentation for new zuul.ribbonIsolationStrategy property
9 years ago
Daniel Lavoie
5b0f6013e8
Expose security context to any Hystrix command.
...
Fix issue gh-1054
9 years ago
Dave Syer
8cf581d496
Correct description of cloud foundry instance id
...
Fixes gh-1214
9 years ago
Dave Syer
9cab69a968
Update readme script to handle local includes
9 years ago
Dave Syer
6906c7ba55
Update to 1.1.3 snapshots
9 years ago
Spencer Gibb
243c13b7ee
Make turbine.combineHostPort=true the default.
...
fixes gh-1087
9 years ago