- 09 Jan, 2017 9 commits
-
-
Thibaud Lepretre authored
In addition to `eureka.instance.hostname` property you can now defined `sidecar.hostname` in order to set different hostname from application and its sidecar. However if `eureka.instance.hostname` is present it will override `sidecar.hostname`. Fixes #981
-
Bertrand Renuart authored
Set the default buffer size to 8192 to match Tomcat and Jetty defaults Use a buffer per worker thread and use it for subsequent requests
-
Biju Kunjummen authored
Fixes gh-1546
-
Spencer Gibb authored
fixes gh-1600
-
Ryan Baxter authored
Pass along client config in RibbonCommand.run. Fixes gh-1530
-
Ryan Baxter authored
Make FeignClientRegistrar implement EnvironmentAware to inject the environment. Fixes gh-1568
-
Jacques-Etienne Beaudet authored
Fix potential decoding and reencoding issues in query params when using SimpleHostRoutingFilter (#1464) Some webserver are picky with the encoding (uWSGI for example) and the current code behavior of decoding and reencoding the query string can lead to valid requests rejected by the backend after the modifications in Zuul. This commit adds an optional parameter to force the original encoding of the query string in SimpleHostRoutingFilter. Fixes gh-971
-
Ryan Baxter authored
Fixes #1440
-
Ahmed Nasir authored
-
- 28 Dec, 2016 1 commit
-
-
Ryan Baxter authored
Update spring-cloud-netflix.adoc
-
- 26 Dec, 2016 1 commit
-
-
Rahman Usta authored
- Remove unintended white-space - Specify imagesdir
-
- 16 Dec, 2016 1 commit
-
-
Spencer Gibb authored
-
- 15 Dec, 2016 1 commit
-
-
Bart Blommaerts authored
-
- 12 Dec, 2016 4 commits
-
-
Spencer Gibb authored
This will clear up empty 200 responses. fixes gh-1123
-
Ryan Baxter authored
-
Spencer Gibb authored
-
Dave Syer authored
-
- 08 Dec, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
s-c-commons creates an AutoServiceRegistrationProperties bean if enabled. This commit only auto registers with eureka if that bean is available.
-
Spencer Gibb authored
-
- 05 Dec, 2016 3 commits
-
-
Bertrand Renuart authored
use `com.netflix.loadbalancer.DummyPing` instead of `NoopPing` This eliminates the startup of another theadpool. fixes gh-1504
-
Ryan Baxter authored
Don’t add URL protocol when url is set using EL
-
Ryan Baxter authored
-
- 02 Dec, 2016 4 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
Uses configuration from IConfigClient reference to always use the most up to date configuration. Fixes #1481.
-
Ryan Baxter authored
Document Eureka client zone config
-
- 30 Nov, 2016 2 commits
-
-
Spencer Gibb authored
Defaults were set too late and were overriding values set in the environment. Specifically, spring.application.name took precedence over eureka.instance.appname. fixes gh-1516
-
Spencer Gibb authored
-
- 29 Nov, 2016 1 commit
-
-
Spencer Gibb authored
Specifically, add `@ConditionalOnBean(EurekaClient.class)`. Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception. fixes gh-1511 (cherry picked from commit d1f8c031)
-
- 23 Nov, 2016 2 commits
-
-
Ryan Baxter authored
Upgrade Eureka to 1.6.1. Fixes #1495.
-
Ryan Baxter authored
-
- 22 Nov, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Document how to use thread isolation with hystrix and feign. Fixes #1191.
-
Ryan Baxter authored
-
- 16 Nov, 2016 1 commit
-
-
Bertrand Renuart authored
Fixes gh-1462
-
- 14 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 07 Nov, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-1345
-
Spencer Gibb authored
Use the new ServiceRegistry interface Creates a new EurekaRegistration object that aggregates classes needed for a single registration.
-