- 08 Sep, 2016 2 commits
-
-
Spencer Gibb authored
-
Niklas Herder authored
Was previously milliseconds/seconds when calculating whether to display the message about reporting failures.
-
- 07 Sep, 2016 3 commits
-
-
Spencer Gibb authored
fixes gh-126
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
- 01 Sep, 2016 2 commits
-
-
Spencer Gibb authored
* garciafl-1.1.x: Remove RibbonCommand suffix
-
Garcia Florian authored
This is a regression in HttpClientRibbonCommand Fixes gh-1308
-
- 29 Aug, 2016 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-1285
-
- 26 Aug, 2016 1 commit
-
-
Ryan Baxter authored
Clarify peer replication setup of eureka servers (Fixes #1251)
-
- 22 Aug, 2016 4 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
This fixes a case where the ribbon property is set `ribbon.IsSecure=false`, but because the eureka secure port was enabled, the uri created by ribbon was prefixed with https when it shouldn't have. All places where isSecure is need have been consolidated into RibbonUtils. fixes gh-1270
-
Spencer Gibb authored
Previously with a `@FeignClient(name="http://bad_hostname")` would pass the start time test and fail later in runtime. The test now fails fast. fixes gh-1257
-
Marcin Grzejszczak authored
-
- 19 Aug, 2016 1 commit
-
-
Marcin Grzejszczak authored
-
- 18 Aug, 2016 1 commit
-
-
Marcin Grzejszczak authored
-
- 17 Aug, 2016 4 commits
-
-
Will Tran authored
Example uses the same value of eureka.client.serviceUrl.defaultZone for all peers. The eureka server knows who it is and doesn't attempt to replicate to itself [1], so this simplification will work. [1]https://github.com/Netflix/eureka/blob/v1.4.10/eureka-core/src/main/java/com/netflix/eureka/registry/PeerAwareInstanceRegistryImpl.java#L616-L619
-
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
-