- 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.
-
- 03 Nov, 2016 2 commits
-
-
Robin Stocker authored
RxJavaReturnValueHandlerConfig can only be loaded when both spring-web and spring-webmvc are on the classpath, because it contains a reference to the WebMvcConfigurerAdapter class. But the ConditionalOnClass annotation only included the class from spring-web. In our situation, only spring-web was on the classpath, resulting in a NoClassDefFoundError for WebMvcConfigurerAdapter. Fix it by adding that class to the condition as well.
-
Dave Syer authored
Emphasises that it's a black list, and clarifies that you need to set it to empty to get authorization and cookie headers.
-
- 27 Oct, 2016 5 commits
-
-
Spencer Gibb authored
-
Ryan Baxter authored
Document Hystrix Fallback For Zuul
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 26 Oct, 2016 3 commits
-
-
Ryan Baxter authored
Provide A Retry Policy For Ribbon Clients
-
Ryan Baxter authored
-
Ryan Baxter authored
-additional refactoring from changes in s-c-commons
-
- 25 Oct, 2016 11 commits
-
-
Venil Noronha authored
Fixes gh-1363
-
Ryan Baxter authored
Resolve spring.application.name via property resolver
-
Ryan Baxter authored
-
Spencer Gibb authored
Breaks Spring Boot 1.3 compatibility, enables 1.5
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Dave Syer authored
Instead of blocking them (which is the default behaviour of a Spring MVC controller) Cors requests will flow through the Zuul filters by default. Users can control it by grabbing the ZuulHandlerMapping in a @PostConstruct and injecting some CorsConfiguration via its setCorsConfigurations() method.
-
Dave Syer authored
This fixes most of the issues people encounter when there are multiple proxies in the request. The tricky thing is that there is another header "Forwarded" that we don't recognize, but which backends probably do, at least some of the time (since it is from an actual RFC). The problem is that "Forwarded" does not contain the ports, so Spring UriComponentsBuilder cannot use it to rewrite links to a specific port. Since we do not support it already, this change doesn't make things any worse, but the corner case is there still.
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
- 24 Oct, 2016 2 commits
-
-
Ryan Baxter authored
Hystrix fallback support for Zuul routes. Fixes gh-250.
-
Ryan Baxter authored
-
- 20 Oct, 2016 7 commits
-
-
Ryan Baxter authored
Document Manual Feign Client Creation
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Spencer Gibb authored
Breaks Spring Boot 1.3 compatibility, enables 1.5
-
Ryan Baxter authored
-
- 19 Oct, 2016 1 commit
-
-
Spencer Gibb authored
Moving eureka.server.{expectedNumberOfRenewsPerMin,defaultOpenForTrafficCount} to eureka.instance.registry so relaxed binding can be used. Default to old values for backwards compatibility.
-
- 18 Oct, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 90d6490f.
-
Ryan Baxter authored
-
- 13 Oct, 2016 1 commit
-
-
Gregor Zurowski authored
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
-