Dave Syer
24579f67e2
Revert to snapshots
9 years ago
Dave Syer
d99196aeb1
Update to RC2
9 years ago
Dave Syer
fcd0feb61e
Ensure whitespace is stripped from appConfig in turbine
...
Fixes gh-948
9 years ago
Marcin Grzejszczak
3f9e76b876
Revert to snapshots
9 years ago
Marcin Grzejszczak
29988b5f58
Bump for 1.1.0.RC1
9 years ago
Spencer Gibb
802482fff3
Allow CommonsInstanceDiscovery to resolve multiple services on a single host.
...
fixes gh-897
9 years ago
Dave Syer
443406f75f
Revert to snapshots
9 years ago
Dave Syer
61ef6dd511
Update to 1.1.0.M5
9 years ago
Spencer Gibb
c1e567afc7
Move eureka-client code to separate module.
...
This move should be transparant to users of spring-cloud-starter-eureka.
fixes gh-579
9 years ago
Spencer Gibb
8938aa4621
Revert "Update SNAPSHOT to MILESTONE 1.1.0.M4"
...
This reverts commit 721fdc5918
.
9 years ago
Spencer Gibb
721fdc5918
Update SNAPSHOT to MILESTONE 1.1.0.M4
9 years ago
Micheal Swiggs
03a005033d
Enables hystrix monitoring of multiple services on a single server.
9 years ago
Dave Syer
06b50c9fe0
Revert to snapshots
9 years ago
Dave Syer
05f75e70da
Update to 1.1.0.M3
9 years ago
Spencer Gibb
38055b586d
Allow flexibility with Turbine http.
...
Allows non-eureka based InstanceDiscovery.
Allows custom InstanceDiscovery.
fixes gh-566
9 years ago
Spencer Gibb
b10bf9c305
Use eureka securePort if enabled for turbine http aggregation.
...
fixes gh-417
9 years ago
Spencer Gibb
7cf0fa4824
add support for HasFeatures
9 years ago
Dave Syer
ee5b9c6382
Revert back to snapshot
9 years ago
Dave Syer
a11a7709bf
Bump to M1
9 years ago
Adrian Cole
54607135b6
Consolidates references to parent pom
...
Some projects were failing on `./mvnw install` due to a non-existent
local path. This makes all poms use the same approach.
9 years ago
Spencer Gibb
246830c9d3
Upgrade to Eureka 1.2.0
...
Implements forwarding of eureka CacheRefreshedEvent as HeartbeatEvent,
rather thank serialization hack. Uses new Eureka DI functionality
(mostly there, some issues). Updates EurekaJacksonCodec to be
"DataCenterAware". Reference EurekaClient interface rather than
DiscoveryClient class.
fixes gh-349
9 years ago
Spencer Gibb
ee97ef626f
push versioning of turbine down to modules.
...
fixes https://github.com/spring-cloud-samples/turbine/issues/3
9 years ago
Dave Syer
9a45beec1d
Update to Brixton
10 years ago
Dave Syer
3519ecf224
Prepare master for next snapshot
10 years ago
Darek Kaczyński
8fa9b71579
Corrected example of providing Turbine cluster name via instance metadata map.
10 years ago
Marcin Grzejszczak
eed9b996fb
Reason why Eureka instance is not found is not visible
...
With the following configuration at `bootstrap.yaml`
```yaml
spring:
application.name: spring-cloud-hystrix-dashboard
profiles.active: prod
cloud:
config:
discovery:
enabled: true
serviceId: spring-cloud-server-config-with-eureka
server.port: 9003
turbine:
appConfig: some-service
clusterNameExpression: 'default'
```
I wasn't able to see why Turbine can't find the instance. The reason was related to SPEL:
```
org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.InstanceInfo' - maybe not public?
```
Anyways there was nothing there in the logs so maybe it should not be silenced like right now?
10 years ago
Dave Syer
fde4741333
Update to 1.0.3 snapshots
10 years ago
Dave Syer
b28fd07cdb
Update to 1.0.2 snapshots
10 years ago
Johannes Stelzer
242419726d
Exclude mockito-all from zuul-core and turbine-core
...
However turbine and zuul are depending on mockito-all in compile-scope. Not only I want to get rid of these (usually) test-dependencies, but also mockito-all contains some hamcrest-classes (in older versions) getting in conflict with the classes from spring-test
10 years ago
Dave Syer
1c54e6b937
Add annotation processor
10 years ago
Dave Syer
e3a20d5d6b
Update to next snapshot
10 years ago
Dave Syer
c9b4761544
More defensive exception handling
10 years ago
Dave Syer
6f569976e8
Avoid NPE if discovery is not available yet
10 years ago
Spencer Gibb
a0b73fe7c7
migrate from slf4j to commons logging
...
fixes gh-147
10 years ago
Phillip Webb
3ea0f8d283
Polish
10 years ago
Phillip Webb
9d823513c3
Add copyright headers
10 years ago
Phillip Webb
6a7676a93f
Apply eclipse formatting and cleanup
10 years ago
Phillip Webb
911627c09d
Add eclipse formatting and cleanup configuration
10 years ago
Phillip Webb
be436279cf
Polish POM files
10 years ago
Dave Syer
34785b6bdd
Make actuator dependency optional in netflix-core
...
Fixes gh-117
10 years ago
Spencer Gibb
4dc7972fa5
moved spring-cloud-bus-{hystrix,turbine} to spring-cloud-netflix-{hystrix,turbine}-amqp
...
fixes gh-108
10 years ago
Dave Syer
7ba9998646
Add optional/runtime to lombok
10 years ago
Spencer Gibb
acfecc38ff
renamed Hystrix and Eureka configurations
10 years ago
Spencer Gibb
3a06632301
added @EnableCircuitBreaker deprecated @EnableHystrix .
...
removed classes now in spring-cloud-commons
10 years ago
Spencer Gibb
dfaad78ddb
update versions of netflix libs
10 years ago
Spencer Gibb
ce5b1bbbfb
allow customization of turbine clusterName via SPEL expression in applcation.properties.
...
Fixes gh-49
10 years ago
Dave Syer
7c67fe28bc
Remove references to starters in spring-cloud-netflix
...
Fixes gh-46
10 years ago
Spencer Gibb
03e6308335
remove the list of serviceIds and add ServiceListInitializer
10 years ago
Spencer Gibb
7fd83dc842
add @EnableTurbine to allow boot apps to embed the turbine server
10 years ago
Dave Syer
cf96d6ddb8
Update packages
10 years ago