- 12 Oct, 2015 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Helps when eureka is on the classpath, but is explicitly disabled. fixes gh-521
-
Spencer Gibb authored
Move it back to EurekaDiscoveryClientConfiguration. fixes gh-578
-
- 09 Oct, 2015 9 commits
-
-
Spencer Gibb authored
Since all feign clients now have access to the type, logging can apply a type regardless. Fixes gh-431
-
Spencer Gibb authored
fixes gh-447
-
Spencer Gibb authored
Eureka now only directly depends on java.inject. Fixes gh-529
-
Spencer Gibb authored
-
Spencer Gibb authored
* pull585: Fix feign scanning that fails if clients attr is not use
-
Matt Benson authored
fixes gh-584
-
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
-