Spencer Gibb
cd44a52084
Update feign to 9.5.0
...
fixes gh-1956
8 years ago
Spencer Gibb
98fd3c7379
Upgrade Hystrix to v1.5.12
...
fixes gh-1955
8 years ago
Luke Tornquist
73b5609e63
Allow easier subclassing of SimpleRouteLocator
...
Fixes gh-1598
8 years ago
Jin Zhang
fe06370aa2
correct comments in FeignClient, SendResponseFilter, RibbonRoutingFilter ( #1935 )
8 years ago
Spencer Gibb
a1b1a7d702
Moves EurekaHealthIndicator creation to auto config.
...
Fixes a race condition introduced in 1.3.0
fixes gh-1933
8 years ago
Ryan Baxter
ccdf0d9f95
Removing duplicate and incorrect dependency. Fixes #1941 .
8 years ago
Ryan Baxter
287ce9c0ff
Merge pull request #1877 from yongsungyoon/master
...
Add @Component for Feign Hystrix Fallback example in doc
8 years ago
윤용성(Yongsung Yoon)/개발혁신팀/SKP
b8ed846247
Update docs to indicate the need of declaring feign's fallback implementation as a Spring bean
8 years ago
Ryan Baxter
2a9a62d0f6
Merge pull request #1926 from TheSentinel454/issues_1676_wildcard_type_support
...
Add support for Wildcard Types in Feign Client. Fixes gh-1676
8 years ago
Dave Syer
377bccf12a
Update to latest cloud dependencies
8 years ago
Dave Syer
030a8e7111
Remove Lombok from hystrix stream
8 years ago
Luke Tornquist
189d926c6a
Correct import order
8 years ago
Luke Tornquist
d993fe217c
Format using provided Eclipse formatter.
8 years ago
Luke Tornquist
8983c9bce1
Add support for Wildcard Types in Feign Client. Fixes gh-1676
8 years ago
Dave Syer
ced1f36d19
bump spring cloud build version
8 years ago
Ryan Baxter
e698fa664b
Cherry Picking #1910
8 years ago
Ryan Baxter
ab2cf59bf6
Merge pull request #1907 from spccold/zuul-filter-bugfix
...
change HttpServletResponse to HttpServletRequest
8 years ago
Ryan Baxter
a315ac9e54
Merge pull request #1906 from lowzj/master-removeUnusedImport
...
polish FeignLoadBalancer, remove unused import statement
8 years ago
wuwo
c6347ec9c8
change HttpServletResponse to HttpServletRequest
8 years ago
lowzj
ac8379af29
polish FeignLoadBalancer, remove unused import statement
8 years ago
Dave Syer
69622e909b
Fix typo in test method name
8 years ago
Biju Kunjummen
910167de09
Ribbon based on Eureka disabled, if Eureka client is not enabled ( #1892 )
...
Ribbon client configuration based on Eureka is disabled if eureka.client.enabed is set to false.
Fixes gh-335
8 years ago
Ryan Baxter
29fb58de84
Merge pull request #1884 from ryanjbaxter/pass-config-in-retryhandler
...
Pass config in retry handler
8 years ago
Ryan Baxter
dbf17dea18
Pass config in retry handler. Fixes #1879 .
8 years ago
Ryan Baxter
7fcbc0fd5a
Merge pull request #1880 from daniellavoie/mvn-3.5.0
...
Update mvnw to 3.5.0
8 years ago
Daniel Lavoie
32c79b7a91
Update mvnw to 3.5.0
...
Fixes gh-1847
8 years ago
Ryan Baxter
1647fc3017
Merge pull request #1876 from ryanjbaxter/upgrade-hystrix-1.5.11
...
Upgrade Hystrix to 1.5.11 and apply fix to hystrixcommand.js
8 years ago
Ryan Baxter
17f43fd138
Fixes #1855
8 years ago
Ryan Baxter
a708ceefe8
Merge pull request #1870 from ryanjbaxter/force-eurekaclient-creation-on-refresh
...
Make sure the EurekaClient bean is recreated after refresh.
8 years ago
Ryan Baxter
1f12902f78
Make sure the EurekaClient bean is recreated after refresh. Fixes #1857 .
8 years ago
Spencer Gibb
cebbcf592e
polish
8 years ago
Ryan Baxter
0c7994c502
We no longer use travis so removing configuration
...
Fixes #1846 .
8 years ago
Ryan Baxter
d412df5883
Merge pull request #1808 from gonzalad/1807
...
Add X-Forwarded-Port header in Zuul
8 years ago
Ryan Baxter
cca3744396
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
8 years ago
Ryan Baxter
c98c50291c
Going back to snapshots
8 years ago
Ryan Baxter
e9035ab3e0
Update SNAPSHOT to 1.3.0.RELEASE
8 years ago
Ryan Baxter
d8eb4432b9
Updating mvnw script
8 years ago
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
8 years ago
Ryan Baxter
98cbf2f47f
Merge pull request #1840 from ryanjbaxter/document-hystrix-timeout
...
Document Hystrix timeout configuration with Ribbon clients
8 years ago
Ryan Baxter
e041d87b5a
Document Hystrix timeout configuration with Ribbon clients. Fixes #1828
8 years ago
Spencer Gibb
5440aca212
Merge pull request #1829 from Aloren/feature/exceptions-monitoring
...
* feature/exceptions-monitoring:
Implements zuul CounterFactory
8 years ago
Anastasiia Smirnova
834980eae7
Implements zuul CounterFactory
...
CounterFactory is used by ZuulException and was previously initialzed
with a dummy impl.
This adds a Spring Boot CounterService based implementation.
Also adds the ability to implement a zuul TracerFactory.
8 years ago
David-V2
a61822f9c9
Added Bad Request count to Hystrix dashboard ( #1839 )
...
* brainlessly apply this : 892f6a781e
8 years ago
Ryan Baxter
6290859f81
Add the ability for ribbon clients to specify response status codes they would like to retry. Fixes #1540 .
8 years ago
Spencer Gibb
62408af5ea
Don't set chunked encoding with GET.
...
fixes gh-1824
8 years ago
Ryan Baxter
711a8f0aae
Merge pull request #1817 from ryanjbaxter/use-valid-hostnames-in-feign-tests
...
Use valid hostnames in feign tests
8 years ago
Ryan Baxter
382988a06a
Fixed hostname
8 years ago
Ryan Baxter
88431bdbea
Use valid hostnames in Feign retry tests
8 years ago
Ryan Baxter
62cb0ae28f
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint ( #1802 )
...
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint.
Fixes #1797
8 years ago
gonzalad
31f5a2bb73
1807: Add X-Forwarded-Port header in Zuul
...
Added more unit tests
8 years ago