Daniel Lavoie
bbac5a730f
Rename starters to include -netflix- ( #1886 )
...
Fixes gh-665
2017-07-21 15:59:32 -04:00
Daniel Lavoie
348c96bf13
Optionally remove Jersey dependencies from Eureka Client ( #1850 )
...
Fixes gh-1849
2017-07-21 15:55:57 -04:00
Biju Kunjummen
fd783734ac
Add docs for default ribbon client configuration ( #2142 )
...
fixes #1741
2017-07-21 11:45:01 -04:00
Spencer Gibb
1cf509c365
Merge branch '1.3.x'
2017-07-19 12:12:01 -06:00
Jayanth
e525ab7d64
Hystrix open threshold documentation ( #2136 )
...
fixes gh-1943
2017-07-18 17:18:01 -04:00
Tummala Dhanvi (c0mrad3)
859a79ad35
Document prefer hostname #2084 ( #2092 )
2017-07-18 12:39:43 -04:00
Gregor Zurowski
781fa3ea0c
Add documentation about the detailed output of the routes endpoint
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2017-07-11 15:56:13 +02:00
Eko Kurniawan Khannedy
c2c634707e
FeignClient Configuration Properties ( #1942 )
...
* add feign client properties
* configure feign builder from properties if exists
* change string config to class config and add unit test for feign client using configuration properties
* refactoring and add primary flag configuration
* add decode404 in feign client configuration properties
* change unit test properties decode404 to true
* remove lombok from FeignClientProperties and change primary attribute to default-to-properties
fixes gh-1931
2017-07-07 15:31:56 -04:00
Biju Kunjummen
0579b326be
Support for re-writing Location Headers ( #1863 )
...
* Support for re-writing Location Headers
* Added additional constructor for Route, removed auto-configuration of LocationRewriteFilter
* Polished docs, more tests
2017-07-07 15:21:44 -04:00
Yongsung Yoon
8e11514e7c
Add options for RibbonCommand to use separate thread pools for hystrix ( #2074 )
...
* Add options for RibbonCommand to use separate thread pools for hystrix
* Remove lombok annotation and Add getter/setter for ZuulProperties$HystrixThreadPool
* Add doc about how to configure hystrix thread pools in Zuul Developer Guide
* Add testcases for HystrixThreadPoolKey of RibbonCommand
* Tiny change about if block in AbstractRibbonCommand
2017-06-30 20:03:52 -04:00
Spencer Gibb
3773047a06
Bump to version 1.4.0.BUILD-SNAPSHOT
2017-06-01 12:50:57 -06:00
Ryan Baxter
cb3613db71
Fixing typo
2017-05-31 14:35:38 -04:00
Spencer Gibb
58e62ebd06
Bumping versions to 1.3.2.BUILD-SNAPSHOT after release
2017-05-22 12:18:04 -06:00
Spencer Gibb
0de72d2dad
Going back to snapshots
2017-05-22 12:18:03 -06:00
Spencer Gibb
7898ad772b
Update SNAPSHOT to 1.3.1.RELEASE
2017-05-22 12:09:31 -06:00
윤용성(Yongsung Yoon)/개발혁신팀/SKP
b8ed846247
Update docs to indicate the need of declaring feign's fallback implementation as a Spring bean
2017-05-11 11:29:59 +09:00
Ryan Baxter
cca3744396
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
2017-04-07 06:12:17 -04:00
Ryan Baxter
c98c50291c
Going back to snapshots
2017-04-07 06:12:16 -04:00
Ryan Baxter
e9035ab3e0
Update SNAPSHOT to 1.3.0.RELEASE
2017-04-07 06:10:01 -04:00
Ryan Baxter
8dcf544079
Merge pull request #1836 from ryanjbaxter/response-code-retry
...
Add the ability for ribbon clients to specify response status codes they would like to retry
2017-04-05 14:01:15 -04:00
Ryan Baxter
e041d87b5a
Document Hystrix timeout configuration with Ribbon clients. Fixes #1828
2017-04-05 13:44:42 -04:00
Ryan Baxter
6290859f81
Add the ability for ribbon clients to specify response status codes they would like to retry. Fixes #1540 .
2017-04-04 15:34:08 -04:00
Ryan Baxter
62cb0ae28f
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint ( #1802 )
...
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint.
Fixes #1797
2017-03-24 16:27:41 -04:00
Spencer Gibb
37309218ec
Links to sample zuul filters.
...
For more advanced filter examples.
fixes gh-1748
2017-03-23 12:40:41 -06:00
Ryan Baxter
a669a309f6
Revert "Version changes for Dalston.RC1"
...
This reverts commit a628ba1b8f .
2017-03-16 13:31:53 -04:00
Ryan Baxter
a628ba1b8f
Version changes for Dalston.RC1
2017-03-16 11:59:46 -04:00
Ryan Baxter
5bf87c4da1
Merge pull request #1749 from bijukunjummen/GH-1334
...
GH-1334: Support for eagerly initializing zuul Ribbon contexts
2017-03-15 11:46:34 -04:00
Spencer Gibb
ecf12aa0e7
Makes ServerListUpdater respect configuration.
...
By default, `LoadBalancerBuilder` built a load-balancer with a `PollingServerListUpdater`. This change introduces a `ServerListUpdater` bean which creates a `PollingServerListUpdater(IClientConfig)` so that `ribbon.ServerListRefreshInterval` is respected.
fixes gh-1304
2017-03-14 12:24:38 -06:00
Biju Kunjummen
427770a6d0
Added documentation, changed property name from serviceIds to clienNames, clients
2017-03-14 04:48:43 -05:00
Jack Harris
db7d352c97
Update docs as @Autowired fails with many beans
...
Fix a suspected typo. @Autowired throws a `NoUniqueBeanDefinitionException` if there are multiple beans of the same type without a primary, but the documentation said multiple beans 'cause `@Autowired` to work', rather than 'not work'.
2017-03-13 00:19:57 +00:00
Spencer Gibb
6df7190472
Update docs for REQUEST_URI_KEY in zuul
2017-03-03 15:19:10 -07:00
Ryan Baxter
c89645e069
Merge pull request #1743 from ryanjbaxter/disable-hystrix-feign
...
Disable Hystrix support when using Feign by default
2017-03-01 16:33:34 -05:00
Ryan Baxter
6465cf4f3e
Added warning to the docs about the change in default behavior.
2017-03-01 13:15:11 -05:00
Ryan Baxter
54c052c5eb
Disable Hystrix support when using Feign by default. Fixes #1277 .
2017-03-01 11:35:08 -05:00
nick-pww
465b8273eb
Clarify @FeignClient alias creation
...
fixes gh-1073
2017-02-28 15:02:15 -05:00
Ryan Baxter
a4f30ebf1d
Make the use of Spring Retry optional when using Feign. Fixes #1708
2017-02-17 11:12:12 -05:00
Spencer Gibb
e3341a19cd
Add @FeignClient(primary)
...
Adds the ability to turn off Spring Cloud Netflix making the feign instances as primary.
fixes gh-1016
2017-02-15 17:46:12 -07:00
Ryan Baxter
384c9b9725
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix
2017-02-15 13:43:02 -05:00
Ryan Baxter
981fa5db9a
Merging PR #1689 into master
2017-02-15 13:42:46 -05:00
Ryan Baxter
731c8bf0fd
Add the ability to provide a default ZuulFallbackProvider. Fixes #1506
2017-02-14 13:59:25 -05:00
Erik Kringen
d78da7b994
Add support for Feign.SetterFactory ( #1673 )
...
Fixes gh-1414
2017-02-10 13:37:17 -05:00
Spencer Gibb
c6a3157fd8
Adds information on RibbonRoutingFilter HTTP Clients
2017-02-08 20:55:08 -07:00
Ben Klein
8afb02cf03
Zuul Developer Guide: minor edits
2017-02-08 21:20:16 -06:00
Spencer Gibb
675e4c1031
Adds example zuul filters.
2017-02-08 19:47:57 -07:00
Spencer Gibb
d21d03b738
initial zuul developer guide
2017-02-08 18:53:21 -07:00
Biju Kunjummen
133d054fc8
Fixed instructions for configuring EurekaIntanceConfig in AWS
2017-02-03 22:50:30 -08:00
Ryan Baxter
ed6c4b1925
Revert "Version changes for 1.3.0.M1"
...
This reverts commit 46ee0ce161 .
2017-01-27 14:25:34 -05:00
Ryan Baxter
46ee0ce161
Version changes for 1.3.0.M1
2017-01-27 13:02:13 -05:00
Matt Sicker
65829c437c
Fix docs about @Configuration with @FeignClient ( #1650 )
...
As discovered in #1643 , using `@Configuration` on a custom configuration with `@FeignClient` is unnecessary and creates extra work for exclusion from a `@ComponentScan`. This updates the docs to make this explicit.
2017-01-26 11:40:58 -05:00
周立
1860b26491
fix spell error
...
fix spell error
2017-01-09 16:11:30 -07:00