Ryan Baxter
5ee9990d93
Upgrade Ribbon to 2.2.2
...
Fixes gh-1441
8 years ago
Spencer Gibb
8a9c5fe4a1
Update fixes for hystrix stream test
8 years ago
Abhijit Sarkar
45d769b05b
Support header map and query map ( #1361 )
...
Adds support for Map types in feign for `@RequestHeader` and `@RequestParam`.
Fixes gh-1360
8 years ago
Rob Worsnop
af032476a8
Modified RibbonAutoConfiguration to support AsyncLoadBalancerInterceptor ( #1507 )
8 years ago
Spencer Gibb
c52309ad59
Update to spring-cloud-build 1.3.1.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
8526371d25
Merge pull request #1451 from madgnome/#1341-single-deferred-result
...
* #1341-single-deferred-result:
#1341 SingleDeferredResult should uses RESULT_NONE from DeferredResult instead of having its own empty result.
8 years ago
Julien Hoarau
7f4a6fd94c
#1341 SingleDeferredResult should uses RESULT_NONE from DeferredResult instead of having its own empty result.
8 years ago
Spencer Gibb
6fc5d1aea3
Merge pull request #1485 from eacdy/master
...
* pull1485:
fix spell error
8 years ago
周立
1860b26491
fix spell error
...
fix spell error
8 years ago
Thibaud Lepretre
fccbe1aff4
Create `sidecar.hostname` and `sidecar.ipAddress` ( #1561 )
...
In addition to `eureka.instance.hostname` property you can now defined `sidecar.hostname` in order to set different hostname from application and its sidecar.
However if `eureka.instance.hostname` is present it will override `sidecar.hostname`.
Fixes #981
8 years ago
Bertrand Renuart
fa45a9f3a4
Use a fixed size buffer for the copy operation ( #1538 )
...
Set the default buffer size to 8192 to match Tomcat and Jetty defaults
Use a buffer per worker thread and use it for subsequent requests
8 years ago
Biju Kunjummen
98cd592f3e
Fix null instanceinfo on EurekaInstanceRenewedEvent ( #1574 )
...
Fixes gh-1546
8 years ago
Spencer Gibb
64b81ff5a4
Update hystrix to 1.5.9
...
fixes gh-1600
8 years ago
Ryan Baxter
f3deb04521
Pass along client config in RibbonCommand.run ( #1573 )
...
Pass along client config in RibbonCommand.run.
Fixes gh-1530
8 years ago
Ryan Baxter
ab454f1e1b
Make FeignClientRegistrar implement EnvironmentAware ( #1569 )
...
Make FeignClientRegistrar implement EnvironmentAware to inject the environment.
Fixes gh-1568
8 years ago
Jacques-Etienne Beaudet
bd6d732fc7
Fix potential decoding and reencoding issues in query params when using SimpleHostRoutingFilter ( #1464 )
...
Some webserver are picky with the encoding (uWSGI for example) and the current code behavior of decoding and reencoding the query string can lead to valid requests
rejected by the backend after the modifications in Zuul. This commit adds an optional parameter to force the original encoding of the query string in SimpleHostRoutingFilter.
Fixes gh-971
8 years ago
Ryan Baxter
4eac8a5a47
Merge pull request #1599 from ahmednasir91/upgrade-hystrix-157
...
Fixes #1440
8 years ago
Ahmed Nasir
82dd2ebd05
Fixes #1440
8 years ago
Ryan Baxter
1cd194a1e1
Merge pull request #1578 from rahmanusta/patch-1
...
Update spring-cloud-netflix.adoc
8 years ago
Rahman Usta
f26a5554d5
Update spring-cloud-netflix.adoc
...
- Remove unintended white-space
- Specify imagesdir
8 years ago
Spencer Gibb
c380039b3e
Add test to make sure eureka.instance.*virtualHostName can be set properly.
8 years ago
Bart Blommaerts
9125f54897
Tiny grammatical fix ( #1552 )
8 years ago
Spencer Gibb
08fe5a89e9
Move SendErrorFilter to type error.
...
This will clear up empty 200 responses.
fixes gh-1123
8 years ago
Ryan Baxter
2e46bdf9d2
Porting #1450 for Dalston release
8 years ago
Spencer Gibb
18b9c46a8b
update eureka config first bootstrap for service registry
8 years ago
Dave Syer
a99e23f9fc
Update to Boot 1.5.0
8 years ago
Spencer Gibb
8b089222bd
make external configurations optional
8 years ago
Spencer Gibb
5b25c9ad1a
Only auto-register if conditions are correct.
...
s-c-commons creates an AutoServiceRegistrationProperties bean if enabled.
This commit only auto registers with eureka if that bean is available.
8 years ago
Spencer Gibb
ec80797694
avoid potential NPE
8 years ago
Bertrand Renuart
8b7d6848b3
use `com.netflix.loadbalancer.DummyPing` instead of `NoopPing`
...
use `com.netflix.loadbalancer.DummyPing` instead of `NoopPing`
This eliminates the startup of another theadpool.
fixes gh-1504
8 years ago
Ryan Baxter
edb14e2a6b
Merge pull request #1528 from ryanjbaxter/feign-url-protocol-1522
...
Don’t add URL protocol when url is set using EL
8 years ago
Ryan Baxter
6a82644153
Don’t add URL protocol when url is set using EL. Fixes #1522 .
8 years ago
Ryan Baxter
ac3401bc4f
Fixed import ordering
8 years ago
Ryan Baxter
9da71b1655
Removed unnecessary null check and fixed imports
8 years ago
Ryan Baxter
ed31004aa8
Uses configuration from IConfigClient reference to always use the most up to date configuration. Fixes #1481 .
8 years ago
Ryan Baxter
fe50674c8e
Merge pull request #1520 from ryanjbaxter/eureka-client-zone-doc-1327
...
Document Eureka client zone config
8 years ago
Spencer Gibb
1fe1ea58f6
Don't override values with defaults.
...
Defaults were set too late and were overriding values set in the environment.
Specifically, spring.application.name took precedence over eureka.instance.appname.
fixes gh-1516
8 years ago
Spencer Gibb
b3f1a30027
Move initalizing appname, etc.. to afterPropertiesSet
8 years ago
Spencer Gibb
111a95d262
Fix Eureka Ribbon Auto Config conditions.
...
Specifically, add `@ConditionalOnBean(EurekaClient.class)`.
Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception.
fixes gh-1511
(cherry picked from commit d1f8c03)
8 years ago
Ryan Baxter
35528a7199
Merge pull request #1496 from ryanjbaxter/upgrade-eureka-to-1.6.1
...
Upgrade Eureka to 1.6.1. Fixes #1495 .
8 years ago
Ryan Baxter
927b753262
Upgrade Eureka to 1.6.1. Fixes #1495 .
8 years ago
Ryan Baxter
8359016981
Updating generated README
8 years ago
Ryan Baxter
5372fe9d6e
Merge pull request #1494 from ryanjbaxter/document-feign-request-headers
...
Document how to use thread isolation with hystrix and feign. Fixes #1191 .
8 years ago
Ryan Baxter
8814da3b78
Document how to use thread isolation with hystrix and feign. Fixes #1191 .
8 years ago
Bertrand Renuart
2d748bf63c
use different bean names for Hystrix and HystrixStream features ( #1470 )
...
Fixes gh-1462
8 years ago
Ryan Baxter
eff1f0d77a
Fixes #1459
8 years ago
Spencer Gibb
aec8ec43ef
Fix broken test.
8 years ago
Spencer Gibb
93cd1e7a4a
Upgrade to eureka 1.6.0
...
fixes gh-1345
8 years ago
Spencer Gibb
ea4e5d76e0
Create EurekaServiceRegistry
...
Use the new ServiceRegistry interface
Creates a new EurekaRegistration object that aggregates classes needed
for a single registration.
8 years ago
Robin Stocker
e6298f8107
Fix NoClassDefFoundError loading RxJavaAutoConfiguration without spring-webmvc ( #1442 )
...
RxJavaReturnValueHandlerConfig can only be loaded when both spring-web
and spring-webmvc are on the classpath, because it contains a reference
to the WebMvcConfigurerAdapter class.
But the ConditionalOnClass annotation only included the class from
spring-web. In our situation, only spring-web was on the classpath,
resulting in a NoClassDefFoundError for WebMvcConfigurerAdapter. Fix it
by adding that class to the condition as well.
8 years ago