- 25 Oct, 2016 1 commit
-
-
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 5 commits
-
-
Ryan Baxter authored
Document Manual Feign Client Creation
-
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 4 commits
-
-
Gregor Zurowski authored
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
-
Spencer Gibb authored
* pull1339: Support DELETE method body for SimpleHostRoutingFilter
-
Alena authored
fixes gh-1329
-
Dave Syer authored
Saves about 5MB in the final executable jar, and it should be optional for Spring Cloud users.
-
- 11 Oct, 2016 10 commits
-
-
Ryan Baxter authored
#1376 Register and cancel event sending fix
-
Bartłomiej Słota authored
-
Ryan Baxter authored
Upgrade zuul 1.3.0
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
Fixes gh-1374
-
Spencer Gibb authored
* pull1370: Warning for GC Overhead Limit Reached with servo.
-
mg authored
Fixes gh-947
-
Spencer Gibb authored
-
Max Ishchenko authored
Secure ribbon urls were forced to use https scheme via UriComponentsBuilder, that was created from original uri. This transformation url encoded previously encoded url parts that were used to create builder. This was introduced in c883495f. This change fixes double url encoding using RibbonUtils.updateToHttpsIfNeeded that fixes double escaping case and corner case with '+' in url as well. Fixes gh-1382
-
- 10 Oct, 2016 4 commits
-
-
Bartłomiej Słota authored
Remove @Autowired from FeignClientFactoryBean
-
Bartłomiej Słota authored
-
Ryan Baxter authored
This reverts commit 99b86e7a.
-
Ryan Baxter authored
-
- 07 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 06 Oct, 2016 2 commits
-
-
Bartłomiej Słota authored
-
Spencer Gibb authored
@Autowired causes NullPointerExceptions because of some unknown lifecycle issues. fixes gh-1366
-
- 05 Oct, 2016 4 commits
-
-
Spencer Gibb authored
Previously, parameter names with colons (ie foo:bar), caused an IllegalArgumentException because 41c36400 introduced UriTemplate to properly encode. fixes gh-1193
-
Spencer Gibb authored
-
bpicode authored
Adds `@FeignClient.fallbackFactory` to define a `feign.hystrix.FallbackFactory`. fixes gh-1117
-
Spencer Gibb authored
-
- 04 Oct, 2016 1 commit
-
-
Mathias Düsterhöft authored
* add config option to not ignore security headers * fix field documentation of ignoreSecurityHeaders * add documenation for zuul.ignoreSecurityHeaders fixes gh-1096
-
- 03 Oct, 2016 2 commits
-
-
Ryan Baxter authored
Helps with the confusion seen in #1365
-
Jacques-Etienne Beaudet authored
RibbonUtils now replace the encoded space character '+' in the query string in favor of the equivalent '%20' when rewriting the URI in https. This is due to UriComponentsBuilder verifying the allowed characters in the encoded URI when building to the URI java.net class. The '+' is considered illegal but is widely used in the field. (#1367)
-