Spencer Gibb
048d401309
Merge pull request #1310 from garciafl/master
...
* garciafl-master:
Removes RibbonCommand suffix.
9 years ago
Garcia Florian
85a1f3ec20
Removes RibbonCommand suffix.
...
This is a regression that was originally fixed in 1.1.x
Fixes gh-1308
9 years ago
Spencer Gibb
959b007269
removed duplicate feign ApacheHttpClient configuration
9 years ago
Spencer Gibb
9b550f7293
Support delete with body in zuul where possible.
...
The apache http client and ok http client support delete with body, ribbon rest client does not.
fixes gh-949
9 years ago
Spencer Gibb
dc26b1efa8
Merge pull request #1102 from lowzj/request-param-processor
...
* lowzj-request-param-processor:
update RequestParamParameterProcessor to support map param
9 years ago
lowzj
d356e57134
update RequestParamParameterProcessor to support map param
...
fixes gh-1097
9 years ago
Spencer Gibb
c5b0ffe310
Document customizing the Ribbon Client using properties
...
fixes gh-1188
9 years ago
Spencer Gibb
1ffa7825ed
Add {spring-cloud-version}
9 years ago
Spencer Gibb
d95f3cd1c5
Mention starters to include for features.
...
fixes gh-1134
9 years ago
Spencer Gibb
6ba64d97c8
Upgrade feign to 9.3.1
...
fixes gh-1303
9 years ago
Spencer Gibb
fa508a2c7e
Add warning for eureka healthcheck.
...
fixes gh-1276
9 years ago
Spencer Gibb
d04df564f0
Try and fix old static wonkiness in test.
9 years ago
Spencer Gibb
5f192dd6ce
Fix NPE when instance has no status page url.
...
fixes gh-1285
9 years ago
Spencer Gibb
6819922d26
Fix MetricsTagProvider for non web apps.
...
Guard creating and creation of classes that use it with @ConditionalOnClass(name = "javax.servlet.http.HttpServletRequest")
fixes gh-1302
9 years ago
Ryan Baxter
ec726e863c
Merge pull request #1296 from ryanjbaxter/upgrade-eureka-1.4.11-1288
...
Upgrade Eureka to 1.4.11
9 years ago
Ryan Baxter
610754981b
Upgrade Eureka to 1.4.11. Fixes #1288
9 years ago
Ryan Baxter
485034dec0
Merge pull request #1294 from ryanjbaxter/upgrade-hystrix-1.5.5-1289
...
Upgrade Hystrix to 1.5.5
9 years ago
Ryan Baxter
9316124733
Upgrade Hystrix to 1.5.5. Fixes #1289
9 years ago
Ryan Baxter
1b9d91dc1e
Merge pull request #1293 from ryanjbaxter/upgrade-stream
...
Updated SC Stream to Brooklyn SNAPSHOT
9 years ago
Ryan Baxter
15550e1855
Updated SC Stream to Brooklyn SNAPSHOT. Fixes #1292 .
9 years ago
Spencer Gibb
43adc84dfd
Make moving to https urls consistent.
...
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
9 years ago
Spencer Gibb
8d6aeebb61
Feign URI tests updated to be more inclusive.
...
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
9 years ago
Ryan Baxter
1c8c0cfbf0
Moved parent element in pom so milestone profile activation occurs correctly
9 years ago
Ryan Baxter
047e25f7f7
Revert "Camden.M1 release"
...
This reverts commit 258e53a402
.
9 years ago
Ryan Baxter
258e53a402
Camden.M1 release
9 years ago
Marcin Grzejszczak
c8c4dfba6e
Updating ghpages for all projects
9 years ago
Ryan Baxter
0bed544188
Merge pull request #1221 from stephlag/zuul_hystrix_threadpool
...
Make Hystrix Thread Pool available while using Zuul
9 years ago
Ryan Baxter
3cc07d36a2
Merge pull request #1282 from ryanjbaxter/upgrade-feign-to-9.3.0
...
Upgrade Feign to 9.3.0
9 years ago
Ryan Baxter
78b53a5215
Upgrade Feign to 9.3.0. Fixes #1281 .
9 years ago
Marcin Grzejszczak
886382f568
Updating ghpages for all projects
9 years ago
Ryan Baxter
a9dd1b4568
Merge pull request #1278 from ryanjbaxter/upgrade-feign-to-9.2.0
...
Upgrade Feign to 9.2.0
9 years ago
Ryan Baxter
323243f1ec
Upgrade Feign to 9.2.0. Fixes #1273 .
9 years ago
Spencer Gibb
25366c2a37
Add not about zuul route ordering.
...
fixes gh-1266
9 years ago
Stéphane Lagraulet
b98c9ebc1d
Add tests to verify old constructors
9 years ago
Dave Syer
cb44cd2e33
Add additional test to look for null hosts in Zuul
...
Conflicts:
spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/ribbon/RibbonClientConfigurationTests.java
9 years ago
Marcin Grzejszczak
1fefd410be
Updating ghpages for all projects
9 years ago
Stéphane Lagraulet
f5bb5ff9c1
Keep old constructors to maintain backwards compatibility with spring cloud sleuth
9 years ago
Ryan Baxter
e2e7c490db
Merge pull request #1247 from Coramo/master
...
fix 'RibbonRequest' cannot to encode issues
9 years ago
Dave Syer
68cf346025
Change repo URLs to https
9 years ago
Dave Syer
7927372b75
Polish
9 years ago
Stéphane Lagraulet
ca2c9018c6
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix into zuul_hystrix_threadpool
9 years ago
Spencer Gibb
9ed5621a78
Revert "Adds zuul property to customize Hystrix ExecutionIsolationStrategy"
...
This reverts commit 21df6e43a3
.
9 years ago
Dave Syer
58cf528463
Remove extra (redundant) condition
...
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
9 years ago
Marcin Grzejszczak
4602fc1105
Updating ghpages for all projects
9 years ago
Dave Syer
b9e2a1b21e
Fix test so it actually works if there is a server on localhost:80
9 years ago
Dave Syer
f76f294f7f
Rename test to conform to usual pattern
9 years ago
Spencer Gibb
64fff7edd2
Merge branch 'context-path-prefix-support' of https://github.com/kakawait/spring-cloud-netflix into kakawait-context-path-prefix-support
9 years ago
Spencer Gibb
beb84dbe07
Merge branch 'molindo-1108-proxy-headers'
9 years ago
Stefan Fussenegger
d9768b5378
Improved zuul proxy header support.
...
- add zuul.add-host-header property to add Host header
- add port to X-Forwarded-Host as defined in RFC 7239
- extract PreDecorationFilter.filterOrder() into a public constant
fixes gh-1108
9 years ago
Spencer Gibb
34befdf1d2
Merge branch 'stephlag-zuul_hystrix_threadpool'
9 years ago