Spencer Gibb
8112ddfec2
Temporarily excludes log4j-to-slf4j
7 years ago
Spencer Gibb
5a1708185a
Fix removal of getLocalServiceInstance()
7 years ago
Spencer Gibb
35e2af7711
Merge branch 'master' into 2.0.x
7 years ago
Spencer Gibb
a805b53d86
Merge branch 'daniellavoie-no-eureka-fix'
7 years ago
Daniel Lavoie
c0c59320a5
Regression fix for hystrix stream without eureka registration
7 years ago
Spencer Gibb
388ec98087
Updates for changes to boot 2
7 years ago
Spencer Gibb
271bfcfb31
Fix tests
7 years ago
Spencer Gibb
2be1fb5123
Fix test
7 years ago
Spencer Gibb
70b0c06349
Fix zuul tests
7 years ago
Spencer Gibb
bd7d8c944c
Going back to snapshots
7 years ago
Spencer Gibb
355adf8369
Update SNAPSHOT to 2.0.0.M3
7 years ago
Spencer Gibb
c9ce7af0f2
Add repositories
7 years ago
Spencer Gibb
086aa43055
Trying to fix tests
7 years ago
Spencer Gibb
103bd6475f
Trying to fix tests
7 years ago
Spencer Gibb
5cc94532a7
remote routes defined in file
7 years ago
Spencer Gibb
e07ed0bd9c
Attempt to debug test in jenkins
7 years ago
Spencer Gibb
391add0945
Attempt to debug test in jenkins
7 years ago
Spencer Gibb
cf576055f6
rename potential conflicting ribbon contexts
7 years ago
Spencer Gibb
0d84e72d76
points build.sh at correct mvnw location
7 years ago
Spencer Gibb
4932eef1c9
Adds toObservable function to HystrixCommands.
...
Lets user have full control over how the Observable is created with
sane defaults for eager/non-eager cases.
7 years ago
Spencer Gibb
c6a00c1a71
Move to proper reactor testing
7 years ago
Stephane Maldini
a67a077906
fix overflow issue with hystrix timeout operator ( #2391 )
...
- The fix adds a necessary buffer between the rx-rs adapter and
the timeout operator introduced in AbstractCommand. Unfortunately,
the hystrix operator does not comply with RS backpressure requirements.
It will always request an unbounded demand to a source regardless of
the command consumer demand. With this commit we protect RS adapter and
downstream flow from overflow. Ideally a rework of the operator should
be planned.
7 years ago
JagmohanSharma
798a4bb2b9
https://github.com/spring-cloud/spring-cloud-netflix/issues/2387 ( #2388 )
...
In order to fix issue with TPS in hystrix-dashboard threadpool section, removing average calculation for propertyValue_metricsRollingStatisticalWindowInMilliseconds. This was done for hystrixCommand.js previously but not for hystrixThreadpool.js.
7 years ago
Spencer Gibb
eb07e2b058
remove java version property
7 years ago
Spencer Gibb
a878472a73
Updates to boot 2.0.0 endpoint and properties.
7 years ago
Spencer Gibb
ef508b4223
Merge branch 'master' into 2.0.x
7 years ago
Spencer Gibb
df7f31098c
Going back to snapshots
7 years ago
Spencer Gibb
fa9524f9c9
Update SNAPSHOT to 1.4.0.RC1
7 years ago
Spencer Gibb
1368f059bb
Change contract property name
7 years ago
Spencer Gibb
8701060355
Add workaround for locally failing test.
7 years ago
Spencer Gibb
ee067ed3f2
Merge branch 'raiRaiyan-gh-2303'
7 years ago
Raiyan
b57dedb74a
- Eureka client auto configures the secure port when secure port is enabled
...
- The eureka instance auto registration also changes the secure port when the server port is random (0)
Fixes gh-2303
7 years ago
Spencer Gibb
d7c13adac0
Merge branch 'tiny-dancer-patch-1'
7 years ago
mg
bd2473a7bf
Update spring-cloud-netflix.adoc
...
Update documentation to reflect https://github.com/spring-cloud/spring-cloud-netflix/issues/1048
7 years ago
Gregor Zurowski
de16cb71f1
Add new filters actuator endpoint ( #2244 )
...
* Add new Zuul filters endpoint and refactor routes endpoint
* Refactor FiltersEndpoint
- Extend from AbstractEndpoint and simplify code
- Move tests classes into package endpoint
- Remove usage of Lombok
* Conditionally enable Zuul routes and filters endpoints
* Provide FilterRegistry to FiltersEndpoint via constructor
7 years ago
Spencer Gibb
4995844f04
Upgrade to eureka 1.8.4
...
fixes gh-2386
7 years ago
Nastya Smirnova
ffc431753b
Create TurbineClustersProvider
...
Extract separate class TurbineClustersProvider to be able to provide custom solution for retrieving configured clusters (#2219 )
7 years ago
Spencer Gibb
67f887d870
Update HystrixCommands to use a builder.
...
Otherwise there would be an explosion of overloaded methods.
7 years ago
Spencer Gibb
5a337fd6c1
Move test to correct package
7 years ago
Spencer Gibb
b71ecc1c24
Remove deprecated DiscoveryClient.getLocalServiceInstance()
7 years ago
Spencer Gibb
71bd19d5df
Merge branch 'master' into 2.0.x
...
# Conflicts:
# spring-cloud-netflix-hystrix-stream/src/test/java/org/springframework/cloud/netflix/hystrix/stream/HystrixStreamTests.java
# spring-cloud-netflix-zuul/src/main/java/org/springframework/cloud/netflix/zuul/ZuulProxyAutoConfiguration.java
7 years ago
Spencer Gibb
28de82e63c
Use updated Registration rather than getLocalServiceInstance()
...
See https://github.com/spring-cloud/spring-cloud-commons/issues/265
7 years ago
Spencer Gibb
b4709f5db5
Update to hystrix-contract.
...
Updates to 2.0.0
7 years ago
Spencer Gibb
b0dccc0f81
Merge branch 'master' into 2.0.x
...
# Conflicts:
# spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/metrics/DefaultMetricsTagProvider.java
# spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/rx/DeferredResultSubscriber.java
# spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/rx/ResponseBodyEmitterSubscriber.java
# spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/rx/RxResponse.java
# spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/ribbon/support/RibbonCommandContextTest.java
# spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/rx/ObservableReturnValueHandlerTests.java
# spring-cloud-netflix-dependencies/pom.xml
7 years ago
Spencer Gibb
6c65266f05
Formatting spaces->tabs
7 years ago
Spencer Gibb
6ffe2f1af2
Downgrade archaius to 0.7.4 for java 7 compatibility.
...
see https://github.com/Netflix/archaius/pull/522
7 years ago
Dave Syer
5f26d02433
Merge branch 'master' into 2.0.x
7 years ago
Dave Syer
68ce0cf25f
Merge branch 'feature/eureka-stubs'
7 years ago
Dave Syer
0b638884f7
Fix merge in Turbine Stream tests
7 years ago
Dave Syer
b704dc50c3
Add restassured dependency manually
7 years ago