Dave Syer
26871830f5
Add some docs for config properties
9 years ago
Spencer Gibb
8983309b48
Fix bonehead mistake.
...
That'll show me for trying to code right before the holidays.
Not only was the auto-config in the WRONG package, I forgot to enable it in autoconfiguration!
fixes gh-bonehead
9 years ago
Spencer Gibb
a42e8eaab5
Allow configurable ignoring of network interfaces.
...
fixes gh-67
9 years ago
Jakub Narloch
f9cffe9f3c
Introduced ServiceInstance metadata map.
9 years ago
Dave Syer
18b29ba35b
Revert to snapshot
9 years ago
Dave Syer
cb25fa2166
Update to 1.1.0.M4
9 years ago
Dave Syer
25f7ea215d
Ensure InetUtils uses a non-daemon thread
9 years ago
Dave Syer
eb67c2fe5a
Fix error in plaveholder for timeout
9 years ago
Dave Syer
e9b9897aba
Add timeout (default 1sec) to hostname lookup
...
User can set spring.util.timeout.sec (or env var equivalent with
CAP_CASE).
Fixes gh-55
9 years ago
Dave Syer
346e513bcb
Revert to snapshots
9 years ago
Dave Syer
a0e95019f0
Update to 1.1.0.M3
9 years ago
Spencer Gibb
12dd15682d
Bumped to 1.0.4.BUILD-SNAPSHOT
9 years ago
Dave Syer
9e1d83020d
Allow multiple rest template customizers
9 years ago
Dave Syer
7f2f008300
Compiler warnings
9 years ago
Dave Syer
5d40088b7e
Class name change in Spring Boot
9 years ago
Dave Syer
41f0b641dd
Add int converter to inet utils
10 years ago
Spencer Gibb
0bb2f48e4c
Only lookup abstract features from context.
10 years ago
Spencer Gibb
be1c4ae881
Convenience methods on HasFeature
10 years ago
Spencer Gibb
93455532f9
Features actuator endpoint
...
Allows modules to declare features and display if they enabled or not.
10 years ago
Spencer Gibb
a582e4e1bf
Calculate the default instance id.
10 years ago
Spencer Gibb
433ea0870a
Adds non-loopback hostname and ipAddress lookup.
...
Also adds a propertySource with those values:
"springCloudClientHostInfo": {
"spring.cloud.client.hostname": "myhostname",
"spring.cloud.client.ipAddress": "192.168.2.112"
},
fixes gh-47
10 years ago
Dave Syer
51983c376c
Revert to snapshot
10 years ago
Dave Syer
8093134713
Update for M1 release
10 years ago
Spencer Gibb
794cf98c53
fixed usage of AtomicBoolean
10 years ago
Spencer Gibb
360560bd37
Don't handle EmbeddedServletContainerInitializedEvent from management
...
fixes gh-46
10 years ago
Spencer Gibb
eb929d6b9e
AbstractDiscoveryLifecycle now function if actuator is not on the classpath
10 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