- 18 Aug, 2016 1 commit
-
-
Marcin Grzejszczak authored
-
- 17 Aug, 2016 3 commits
-
-
Dave Syer authored
A problem in Spring Boot means that the extra conditions are combined with OR not AND, so it's a bug to have more than one until that gets fixed (in an AnyNestedCondition). See https://github.com/spring-projects/spring-boot/pull/6672
-
Dave Syer authored
-
Marcin Grzejszczak authored
-
- 16 Aug, 2016 1 commit
-
-
Marcin Grzejszczak authored
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's: - finding out what is the current branch (e.g. 1.0.x) - finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth) - pulling the changes from gh-pages after checkout - finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop) - in gh-pages creating a folder with name of the branch (e.g. /1.0.x) copying all the docs/target/generated-docs/ to that folder - if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
-
- 10 Aug, 2016 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 09 Aug, 2016 4 commits
-
-
Spencer Gibb authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
Content-length not properly set when using the FormBodyWrapperFilter
-
- 03 Aug, 2016 1 commit
-
-
Jacques-Etienne Beaudet authored
Fix an issue where the FormBodyWrapperFilter would encode the form parameters differently than on the original request. The FormBodyWrapperFilter handles the application/x-www-form-urlencoded. In the case of requests received by curl or javascript, the FormHttpMessageConverter will reencode the parameters differently (for example, '(' will be encoded while it's not with the javascript encodeURIComponent method). While this doesn't create any problem, the content length was not properly set in HttpClientRibbonCommand. This causes the form params being stripped or the backend server would wait a long time for additional bytes depending on if the content length header was bigger/smaller than the actual data.
-
- 22 Jul, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 766f8bba.
-
Ryan Baxter authored
-
- 21 Jul, 2016 4 commits
-
-
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
-
- 15 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Disable cookie management for RibbonLoadBalancingHttpClient Fixes gh-301
-
Denys Kurylenko authored
-
- 14 Jul, 2016 1 commit
-
-
Denys Kurylenko authored
-
- 13 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Upgrade Eureka to 1.4.10
-
Ryan Baxter authored
-
- 12 Jul, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1175
-
- 08 Jul, 2016 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 931f0580.
-
- 07 Jul, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Upgrade Eureka to 1.4.9
-
Ryan Baxter authored
-
- 30 Jun, 2016 2 commits
- 29 Jun, 2016 1 commit
-
-
Spencer Gibb authored
-
- 28 Jun, 2016 1 commit
-
-
Patrick Cornelißen authored
Adds property zuul.sslHostnameValidationEnabled to be able to disable the hostname validation in the simpleHostRoutingFilter fixes gh-1057
-
- 24 Jun, 2016 3 commits
-
-
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
Also added descriptions to properties. fixes gh-1131
-
- 23 Jun, 2016 2 commits
-
-
Spencer Gibb authored
* schemeless-uri: Without explicit client config of IsSecure, lookup from registration
-
Will Tran authored
instead of defaulting to false. Fixes gh-1126
-
- 22 Jun, 2016 1 commit
-
-
Spencer Gibb authored
-