- 08 Aug, 2016 7 commits
-
-
Daniel Lavoie authored
Fix issue gh-1054
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
FormBodyWrapperFilter may add multiples of every multipart part to a request
-
Ryan Baxter authored
Migrate tests to Spring Boot Test 1.4
-
- 02 Aug, 2016 1 commit
-
-
Michael Hartle authored
-
- 29 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Changed version and group id to use latest OpenFeign release
-
Ryan Baxter authored
-
- 27 Jul, 2016 1 commit
-
-
Dave Syer authored
Fixes gh-1214
-
- 26 Jul, 2016 1 commit
-
-
Michael Hartle authored
Fixed an issue where the pre FormBodyWrapperFilter adds multiples of every multipart part to a request
-
- 21 Jul, 2016 5 commits
-
-
Daniel Lavoie authored
Fixes gh-1205
-
Dave Syer authored
We need to still assert that the FeignClient is valid (no name and value specified together for instance). Added missing tests.
-
Dave Syer authored
There is a utility method in Spring that we can use to merge all the aliases. That way 4.2 and 4.3 behave the same way. Fixes gh-1192
-
Dave Syer authored
-
Dave Syer authored
-
- 16 Jul, 2016 1 commit
-
-
Spencer Gibb authored
Need to make this class 4.2.x compatible. see gh-1192
-
- 14 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Disable cookie management for RibbonLoadBalancingHttpClient Fixes gh-301
-
Spencer Gibb authored
See gh-1105
-
- 13 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Upgrade Eureka to 1.4.10. Fixes #1180.
-
Ryan Baxter authored
-
- 12 Jul, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1175
-
- 11 Jul, 2016 1 commit
-
-
Dave Syer authored
-
- 09 Jul, 2016 1 commit
-
-
Denys Kurylenko authored
-
- 08 Jul, 2016 1 commit
-
-
Ryan Baxter authored
-
- 01 Jul, 2016 4 commits
-
-
Spencer Gibb authored
remove Guava ImmutableMap in favour of Collections.unmodifiab… fixes gh-1155
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Bertrand Renuart authored
Make sanitizeUrlTemplate() protected for easy sub-classing
-
- 29 Jun, 2016 2 commits
-
-
Spencer Gibb authored
fixes gh-1143
-
Spencer Gibb authored
-
- 28 Jun, 2016 2 commits
-
-
Spencer Gibb authored
* orchit-master: Adds ability to disable hostname validation.
-
Patrick Cornelißen authored
Adds property zuul.sslHostnameValidationEnabled to be able to disable the hostname validation in the simpleHostRoutingFilter fixes gh-1057
-
- 27 Jun, 2016 1 commit
-
-
Spencer Gibb authored
This allows developers to customize the request builders for zuul requests to inject headers or modify the request in general. Each zuul request type (RestClient, Apache HttpClient and OkHttp) is supported. fixes gh-1141
-
- 24 Jun, 2016 5 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Previously ProxyRequestHelper contained a TraceRepository field. This caused zuul apps to fail with a class not found exception if they excluded actuator. This splits TraceRepository functionality into a new TraceProxyRequestHelper that extends ProxyRequestHelper. Auto configuration creates the appropriate ProxyRequestHelper based on the existence or not of actuator classes. fixes gh-1135
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-