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
Dave Syer
62b6d6def2
Fix hystrix tests broken by 2.0 migration
7 years ago
Dave Syer
8d886eedfe
Merge branch 'feature/eureka-stubs' into 2.0.x
7 years ago
Spencer Gibb
7cff8ddbd3
Add missing jackson serialization for instanceinfo.
...
Port information was missing from data sent to eureka.
fixes gh-2372
7 years ago
Dave Syer
9d1eed6a82
Add script to build contract utils
7 years ago
Dave Syer
eeadc829b9
Parameterize contract version
7 years ago
Dave Syer
efe040549c
Move contract helper out of the reactor build
7 years ago
Dave Syer
5bc9e65cdd
Add tests for server metadata
7 years ago
Dave Syer
d6a604051f
Split tests up into individual methods
7 years ago
Dave Syer
51a03b30f2
Consolidate stub tests into one place
7 years ago
Dave Syer
561f3b2fbf
Add wiremock verification
7 years ago
Dave Syer
3a7af2c8fe
Generate some stubs, yay!
7 years ago
Dave Syer
26c7c362d2
Add property to tests, parameterizing stubs
7 years ago
Dave Syer
0642ea52c9
Remove unused stubs file
7 years ago
Dave Syer
957e33207e
Stabilise some tests
7 years ago
Dave Syer
a39fe345b5
Remove deprecated annotation
7 years ago
Dave Syer
40e72ddb8c
Tweak assertions a bit
7 years ago
Dave Syer
195c3fd75d
Extract utility class into shared library for contract tests
7 years ago
Dave Syer
c626bccad3
Add rest template to extract SSE events and assert them
...
The message has to be sent after the endpoint starts up, which only
happens after the first request is accepted, so we put that logic
in the response extractor.
7 years ago
Dave Syer
e295188075
Add tests for body of message
7 years ago
Dave Syer
7804e1bd59
Add Spring Cloud Contract for hystrix stream
7 years ago
Spencer Gibb
2870007392
Adds HystrixCommands helper object.
7 years ago
Spencer Gibb
fc9d442599
No longer require spring-boot-starter-web in eureka-client starter.
...
See gh-2359
7 years ago
Spencer Gibb
f4321dd3d6
Add dependency management for rxjava-reactive-streams
...
Allows for bridging webflux when using hystrix commands.
fixes gh-2355
7 years ago