- 20 Jul, 2017 1 commit
-
-
Spencer Gibb authored
On certain platforms and compilers the generated bytecode is not what the configuration expected. By moving inner classes to the upper level and using @Import this will guarantee the proper order. fixes gh-2086
-
- 19 Jul, 2017 1 commit
-
-
Spencer Gibb authored
On certain platforms and compilers the generated bytecode is not what the configuration expected. By moving inner classes to the upper level and using @Import this will guarantee the proper order. fixes gh-2086
-
- 30 Jun, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-2063
-
- 15 Jun, 2017 1 commit
-
-
Piotr Mionskowski authored
existing strategy if present. Fixes #2035
-
- 09 Jun, 2017 2 commits
-
-
André Dörnbrack authored
-
Dave Syer authored
-
- 08 Jun, 2017 1 commit
-
-
Spencer Gibb authored
-
- 06 Jun, 2017 1 commit
-
-
Ryan Baxter authored
-
- 05 Jun, 2017 2 commits
-
-
Spencer Gibb authored
Previously, these were managed directly via archaius, but due to some combination of changes in boot 1.5.x (likely a tomcat change as zuul filters were initialzed in a servlet context listener) and Dalston, The filter was created before archaius could be initialized. The properties are backwards compatible and are in the `ZuulProperties.Host` object. fixes gh-1950
-
Ryan Baxter authored
-
- 31 May, 2017 1 commit
-
-
Ryan Baxter authored
-
- 22 May, 2017 1 commit
-
-
Spencer Gibb authored
Let SecurityContextConcurrencyStrategy be installed as the hystrix concurrency strategy regardless of if feign's hystrix support is installed. fixes gh-1969
-
- 20 May, 2017 1 commit
-
-
balp authored
The timeToLive and timeUnit parameters added to configure connection pool. Fixes gh-1720
-
- 15 May, 2017 2 commits
-
-
Luke Tornquist authored
Fixes gh-1598
-
Jin Zhang authored
-
- 09 May, 2017 3 commits
-
-
Luke Tornquist authored
-
Luke Tornquist authored
-
Luke Tornquist authored
-
- 04 May, 2017 1 commit
-
-
Ryan Baxter authored
-
- 02 May, 2017 2 commits
- 24 Apr, 2017 1 commit
-
-
Ryan Baxter authored
-
- 18 Apr, 2017 1 commit
-
-
Spencer Gibb authored
-
- 05 Apr, 2017 1 commit
-
-
Anastasiia Smirnova authored
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.
-
- 04 Apr, 2017 1 commit
-
-
Ryan Baxter authored
Add the ability for ribbon clients to specify response status codes they would like to retry. Fixes #1540.
-
- 03 Apr, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-1824
-
- 24 Mar, 2017 2 commits
-
-
Ryan Baxter authored
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint. Fixes #1797
-
gonzalad authored
Add X-Forwarded-Port header in Zuul PreDecorationFilter even with X-Forwarded-Host header being absent.
-
- 23 Mar, 2017 1 commit
-
-
Ryan Baxter authored
-
- 20 Mar, 2017 1 commit
-
-
Ryan Baxter authored
-
- 14 Mar, 2017 6 commits
-
-
Spencer Gibb authored
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
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
- 08 Mar, 2017 1 commit
-
-
Ryan Baxter authored
-
- 07 Mar, 2017 1 commit
-
-
Spencer Gibb authored
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
-
- 03 Mar, 2017 1 commit
-
-
Spencer Gibb authored
-
- 02 Mar, 2017 1 commit
-
-
Bertrand Renuart authored
`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
-