Commit Graph

35 Commits

Author SHA1 Message Date
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.
2015-08-18 17:49:07 -07:00
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
2015-08-05 13:37:36 -06:00
Dave Syer
9a45beec1d Update to Brixton 2015-06-26 12:57:06 +01:00
Dave Syer
3519ecf224 Prepare master for next snapshot 2015-06-26 10:57:19 +01:00
Dave Syer
29841f9f57 Revert "add optional spring-security-rsa"
This reverts commit 06d4d1e158.
2015-06-24 20:24:50 +01:00
Spencer Gibb
06d4d1e158 add optional spring-security-rsa 2015-06-24 11:42:46 -06:00
Dave Syer
652e4b96b3 Nail explicit dependencies for s-c-context 2015-06-23 17:58:59 +01:00
Dave Syer
fde4741333 Update to 1.0.3 snapshots 2015-05-01 11:22:13 +02:00
Dave Syer
b28fd07cdb Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
Spencer Gibb
924363ca1c Sidecar reports true non-jvm app status to eureka.
Added a LocalApplicationHealthCheckHandler that checks the local app and sends the appropriate status to eureka.

fixes gh-251
2015-03-20 13:25:58 -06:00
Dave Syer
1c54e6b937 Add annotation processor 2015-03-20 11:47:27 +00:00
Spencer Gibb
df7abd1bc9 added test ReadTimeout parameter 2015-03-06 12:20:02 -07:00
Dave Syer
e3a20d5d6b Update to next snapshot 2015-03-03 14:56:26 +00:00
Spencer Gibb
dafb5ecf09 only set EurekaInstanceConfigBean.nonSecurePort in EurekaClientAutoConfiguration
fixes gh-225
2015-02-23 11:57:32 -07:00
Dave Syer
96335e1d24 Fix broken test 2015-02-09 17:00:22 +00:00
Spencer Gibb
614ec44c04 update sidecare enabled property, make eureka portion of config conditional on eureka on classpath so other DiscoveryClient impls can use it. 2015-01-26 22:01:21 -07:00
Spencer Gibb
f1bd9bdfaa Merge branch 'polish' of https://github.com/philwebb/spring-cloud-netflix into philwebb-polish
Conflicts:
	spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClient.java
	spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClientScan.java
	spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/zuul/filters/route/RibbonRoutingFilter.java
	spring-cloud-netflix-turbine-amqp/src/test/java/org/springframework/cloud/netflix/turbine/amqp/AggregatorTest.java
2015-01-15 11:04:47 -07:00
Dave Syer
0e4eb9ef1f Use @ConditionalOnProperty where possible 2015-01-15 14:07:52 +00:00
Phillip Webb
3ea0f8d283 Polish 2015-01-14 14:49:23 -08:00
Phillip Webb
9d823513c3 Add copyright headers 2015-01-14 13:24:18 -08:00
Phillip Webb
6a7676a93f Apply eclipse formatting and cleanup 2015-01-14 13:10:41 -08:00
Phillip Webb
911627c09d Add eclipse formatting and cleanup configuration 2015-01-14 13:09:14 -08:00
Phillip Webb
be436279cf Polish POM files 2015-01-14 13:04:26 -08:00
Dave Syer
34785b6bdd Make actuator dependency optional in netflix-core
Fixes gh-117
2014-12-26 14:03:12 +00:00
Spencer Gibb
7423decc54 updated EurekaHealthIndicator to implement the new DiscoveryHealthIndicator
fixes gh-98
2014-12-15 13:19:01 -07:00
Dave Syer
7ba9998646 Add optional/runtime to lombok 2014-12-11 15:32:48 +00:00
Spencer Gibb
56f1a365fc add /hosts/appName and renamed misspelled bootstrapyml 2014-12-08 23:16:35 -07:00
Spencer Gibb
9c6474fba1 Make ZuulHandlerMapping @RefreshScope.
Handle InstanceRegisteredEvent and RefreshScopeRefreshedEvent in ZuulHandlerMapping rather than ProxyRouteLocator.
Move /routes endpoint out of ZuulHandlerMapping into RoutesEndpoint (because of a problem when I added @RefreshScope to ZuulHandlerMapping)
2014-12-03 11:50:19 -07:00
Spencer Gibb
3a06632301 added @EnableCircuitBreaker deprecated @EnableHystrix.
removed classes now in spring-cloud-commons
2014-12-02 15:28:45 -07:00
Spencer Gibb
c0903c5a22 add pkg protected resetRoutes so new mappings can be created via post to /routes 2014-11-26 11:00:55 -07:00
Spencer Gibb
9bc8a5039d Fire InstanceRegisterEvent after eureka registration, then components can listen for that event and safely access DiscoveryClient. 2014-11-25 17:19:02 -07:00
Spencer Gibb
760429b64f ignore test till fixed 2014-11-25 16:56:22 -07:00
Spencer Gibb
98f37d36d8 added simple python http server as a test non-jvm app 2014-11-25 16:46:10 -07:00
Spencer Gibb
198cb5997b updated sidecar so the health and info urls go to sidecar, but homepage and non-secure-port go to local app 2014-11-25 16:44:28 -07:00
Spencer Gibb
f14297ceb2 initial sidecar implementation 2014-11-25 01:06:47 -07:00