- 09 Oct, 2015 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-570
-
Spencer Gibb authored
fixes gh-576
-
- 08 Oct, 2015 7 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
* feign-compression-docs: Feign compression documentation
-
Jakub Narloch authored
-
Spencer Gibb authored
-
Spencer Gibb authored
* pull577: Use instanceof for better readability
-
alexVengrovsk authored
-
- 07 Oct, 2015 2 commits
-
-
Spencer Gibb authored
* pull575: Use "<>" and use isInfoEnabled
-
alexVengrovsk authored
-
- 05 Oct, 2015 2 commits
-
-
Spencer Gibb authored
Similar to @RibbonClient fixes gh-288
-
- 03 Oct, 2015 1 commit
-
-
Dave Syer authored
Still a release candidate (not yet GA), but seems to work, so we'll try and update before Spring Cloud is released again. Fixes gh-546, fixes gh-567, fixes gh-553 (probably)
-
- 01 Oct, 2015 1 commit
-
-
Dave Syer authored
-
- 30 Sep, 2015 5 commits
-
-
Spencer Gibb authored
* feign-content-encoding-snapshot: Feign request/response gzip compression
-
Jakub Narloch authored
-
Dave Syer authored
-
Dave Syer authored
-
Spencer Gibb authored
fixes gh-561
-
- 29 Sep, 2015 5 commits
-
-
Spencer Gibb authored
Specifically CloudEurekaInstanceConfig where needed. see gh-302
-
Dave Syer authored
-
Dave Syer authored
Other Ribbon clients in Spring Cloud use a ServerIntrospector to check if the Server wanted to be secure. This change levels things up (and makes the Spring Feign Client a lit easier to customize). See gh-414
-
Dave Syer authored
Most clients send "Transfer-Encoding: chunked" so this isn't often an issue, but if they don't (e.g. if you use "-H Expect:" with curl) then it's not a great idea to slurp it all into memory. Fixes gh-563
-
Dave Syer authored
When using Ribbon the hystrix config and metrics are namespaced as "RibbonCommand" (via the group key). the command key can then be serviceId, making it easier to remember how to configure Ribbon and Hystrix. Fixes gh-329
-
- 28 Sep, 2015 5 commits
-
-
Spencer Gibb authored
DRY
-
Spencer Gibb authored
Allows ribbon load balancer implementations to answer questions like isSecure(Server).
-
Spencer Gibb authored
Allows ribbon load balancer implementations to answer questions like isSecure(Server).
-
Dave Syer authored
There are usually some hints available, especially if the Server came from Eureka. Unfortunately Server on it's own doesn't contain enough information (why?), but as a fallback we can guess that anyone using port 443 is secure. Fixes gh-459
-
boostrack authored
-
- 25 Sep, 2015 9 commits
-
-
Spencer Gibb authored
fixes gh-417
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
Clicking running instances in eureka admin page
-
Andrei Sfat authored
When click one of the up and running instances this should open the actual instance in separate tab
-
Dave Syer authored
If the configserver registers with securePortEnabled=true we should respect that in the discovery process. Fixes gh-450
-
Dave Syer authored
-
Spencer Gibb authored
Change EurekaInstanceConfig.getSID to getInstanceId fixes gh-554
-