Spencer Gibb
|
360560bd37
|
Don't handle EmbeddedServletContainerInitializedEvent from management
fixes gh-46
|
9 years ago |
Spencer Gibb
|
eb929d6b9e
|
AbstractDiscoveryLifecycle now function if actuator is not on the classpath
|
9 years ago |
Dave Syer
|
c55c6117ab
|
Update to Spring Boot 1.3, stage I (make it compile)
|
10 years ago |
Dave Syer
|
8a8baee253
|
Update to Brixton
|
10 years ago |
Dave Syer
|
3e0bf055fe
|
Prepare master for next snapshot
|
10 years ago |
Dave Syer
|
106e04f3e9
|
Add some javadocs to heartbeat events
|
10 years ago |
Spencer Gibb
|
6b916473e9
|
support random port assignment in AbstractDiscoveryLifecycle
|
10 years ago |
Spencer Gibb
|
96cb8a24e0
|
Rename SingleImplementationImportSelector to SpringFactoryImportSelector
|
10 years ago |
Dave Syer
|
c6b4d6da9d
|
Allow all discovery implementations to bubble up
Hope that one is chosen by @Conditionals. The tests all pass
but this could get hairy when we start to get more discovery
implementations.
|
10 years ago |
Dave Syer
|
17f15447e9
|
Update to 1.0.2 snapshots
|
10 years ago |
Spencer Gibb
|
964550bc1e
|
Only attempt to get status from discovery client if it is initialized.
Attempt to fix https://github.com/spring-cloud/spring-cloud-netflix/issues/278
|
10 years ago |
Spencer Gibb
|
64d7a57190
|
RestTemplateCustomizer to customize the @LoadBalanced RestTemplate.
By default, creates a RestTemplateCustomizer adds a LoadBalancerInterceptor
fixes gh-16
|
10 years ago |
Spencer Gibb
|
3fd824ef22
|
remove bad add header
|
10 years ago |
Spencer Gibb
|
56fbc5e970
|
In LoadBalancerInterceptor add ServiceInstance to static ThreadLocal and provide static getter.
|
10 years ago |
Spencer Gibb
|
9e9e30fd70
|
create RestTemplate with LoadBalancerInterceptor using @LoadBalanced qualifier.
fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/267
|
10 years ago |
Dave Syer
|
92adcefe8a
|
Shake up docs for new library layout
|
10 years ago |
Dave Syer
|
ae74fe7228
|
Add annotation processor
|
10 years ago |
Dave Syer
|
7d480ab41b
|
Extract former config-client features to a new spring-cloud-context
Fixes gh-14
|
10 years ago |