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
gonzalad
cb90cd9929
Add X-Forwarded-Port header in Zuul
...
Add X-Forwarded-Port header in Zuul PreDecorationFilter
even with X-Forwarded-Host header being absent.
8 years ago
Ryan Baxter
d402587ab2
Merge pull request #1805 from ryanjbaxter/url-protocal-el-syntax
...
Fixes the addition of http with EL syntax
8 years ago
Ryan Baxter
02226f938e
Fixes the addition of http with EL syntax. Fixes #1796
8 years ago
Spencer Gibb
37309218ec
Links to sample zuul filters.
...
For more advanced filter examples.
fixes gh-1748
8 years ago
Michael Tecourt
03740f1369
Make EurekaDiscoveryClient.EurekaServiceInstance constructor public ( #1794 )
...
Make EurekaDiscoveryClient.EurekaServiceInstance constructor public
fixes gh-1792
8 years ago
Ryan Baxter
d3314447a8
Fixed logging statement. Fixes #1798
8 years ago
Spencer Gibb
a8b170f51c
Upgrade eureka to v1.6.2
...
fixes gh-1786
8 years ago
Ryan Baxter
a669a309f6
Revert "Version changes for Dalston.RC1"
...
This reverts commit a628ba1b8f
.
8 years ago
Ryan Baxter
a628ba1b8f
Version changes for Dalston.RC1
8 years ago
Ryan Baxter
5bf87c4da1
Merge pull request #1749 from bijukunjummen/GH-1334
...
GH-1334: Support for eagerly initializing zuul Ribbon contexts
8 years ago
Spencer Gibb
b7c5b24d43
comment out failing test
8 years ago
Spencer Gibb
44bb4f2cc3
Move load balancer construction test
8 years ago
Spencer Gibb
55a58eaf30
jmx=false for tests
8 years ago
Spencer Gibb
5d3ca843b6
jmx=false for tests
8 years ago
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
8 years ago
Biju Kunjummen
427770a6d0
Added documentation, changed property name from serviceIds to clienNames, clients
8 years ago
Biju Kunjummen
2d9604918a
Changed property name from zuul.ribbon.eager-load to zuul.ribbon.eager-load.enabled
8 years ago
Biju Kunjummen
567a6c4a9f
Support for eagerly loading Ribbon clients through configuration properties
8 years ago
Biju Kunjummen
31b617b10f
Fixed formatting issues, added more tests
8 years ago
Biju Kunjummen
a6fe648a41
GH-1334: Support for eagerly initializing zuul Ribbon named client contexts
8 years ago
Ryan Baxter
66163bee2b
Merge pull request #1771 from jh409/patch-1
...
Update docs as @Autowired fails with many beans
8 years ago
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'.
8 years ago
Spencer Gibb
cda92f4ba3
Upgrade Hystrix to v1.5.10
...
fixes gh-1766
8 years ago
Ryan Baxter
133613aeb1
Merging #1762 into master
8 years ago
Spencer Gibb
15e01dfe5d
Don't remove content-length header in feign ribbon.
...
Previously, when feign used the Ribbon RestClient, an exception was thrown if Content-Length was set. Over time, feign has moved away from RestClient, yet removing the header still happened.
Fixes gh-1705
8 years ago
Spencer Gibb
6df7190472
Update docs for REQUEST_URI_KEY in zuul
8 years ago
Spencer Gibb
5212d138f8
Upgrade okhttp3 to 3.6.0
...
Also add com.squareup.okhttp3:logging-interceptor dependency management.
fixes gh-1752
8 years ago
Bertrand Renuart
465582d20c
Make sure MetricsRestTemplateAspectConfiguration is applied in time.
...
`MetricsRestTemplateConfiguration` creates a BeanPostProcessor used to configure RestTemplate instances when added to the application context. It should be made @ConditionalOnClass(RestTemplate) instead of @ConditionalOnBean(RestTemplate) since it should be present *before* any RestTemplate bean instance is created. (#1747 )
fixes gh-1153
8 years ago
Bertrand Renuart
fae60e9fae
Remove unused `registry` private field. ( #1746 )
...
fixes gh-1745
8 years ago
Ryan Baxter
c89645e069
Merge pull request #1743 from ryanjbaxter/disable-hystrix-feign
...
Disable Hystrix support when using Feign by default
8 years ago
Ryan Baxter
6465cf4f3e
Added warning to the docs about the change in default behavior.
8 years ago
Ryan Baxter
54c052c5eb
Disable Hystrix support when using Feign by default. Fixes #1277 .
8 years ago