Spencer Gibb
a1857556ed
Put min/max constraints on sidecar.port
9 years ago
Spencer Gibb
60f4a5bc13
Move o.s.c.util to o.s.c.commons.util
9 years ago
Spencer Gibb
46fa2110da
Use default instanceid for sidecar
...
fixes gh-847
9 years ago
Spencer Gibb
c1704235b4
polish
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
94c73da943
Use new InetUtils bean to determin nic.
...
Allows for more fine-grained configuration of what to ignore.
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
Dave Syer
1129872061
Default status page and health URLs if possible and where needed
...
If the management.port is explicitly set to something other than the
server.port, we can use it to set the status page and health URL
default values. (They can still be overridden by config properties.)
If management.port=0 there's not much we can do because we don't know
the port number yet when the instance config is created.
Fixes gh-425
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
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
Dave Syer
9a45beec1d
Update to Brixton
10 years ago
Dave Syer
3519ecf224
Prepare master for next snapshot
10 years ago
Dave Syer
29841f9f57
Revert "add optional spring-security-rsa"
...
This reverts commit 06d4d1e158
.
10 years ago
Spencer Gibb
06d4d1e158
add optional spring-security-rsa
10 years ago
Dave Syer
652e4b96b3
Nail explicit dependencies for s-c-context
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
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
10 years ago
Dave Syer
1c54e6b937
Add annotation processor
10 years ago
Spencer Gibb
df7abd1bc9
added test ReadTimeout parameter
10 years ago
Dave Syer
e3a20d5d6b
Update to next snapshot
10 years ago
Spencer Gibb
dafb5ecf09
only set EurekaInstanceConfigBean.nonSecurePort in EurekaClientAutoConfiguration
...
fixes gh-225
10 years ago
Dave Syer
96335e1d24
Fix broken test
10 years ago
Spencer Gibb
614ec44c04
update sidecare enabled property, make eureka portion of config conditional on eureka on classpath so other DiscoveryClient impls can use it.
10 years ago
Dave Syer
0e4eb9ef1f
Use @ConditionalOnProperty where possible
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
7423decc54
updated EurekaHealthIndicator to implement the new DiscoveryHealthIndicator
...
fixes gh-98
10 years ago
Dave Syer
7ba9998646
Add optional/runtime to lombok
10 years ago
Spencer Gibb
56f1a365fc
add /hosts/appName and renamed misspelled bootstrapyml
10 years ago
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)
10 years ago
Spencer Gibb
3a06632301
added @EnableCircuitBreaker deprecated @EnableHystrix .
...
removed classes now in spring-cloud-commons
10 years ago
Spencer Gibb
c0903c5a22
add pkg protected resetRoutes so new mappings can be created via post to /routes
10 years ago
Spencer Gibb
9bc8a5039d
Fire InstanceRegisterEvent after eureka registration, then components can listen for that event and safely access DiscoveryClient.
10 years ago
Spencer Gibb
760429b64f
ignore test till fixed
10 years ago
Spencer Gibb
98f37d36d8
added simple python http server as a test non-jvm app
10 years ago
Spencer Gibb
198cb5997b
updated sidecar so the health and info urls go to sidecar, but homepage and non-secure-port go to local app
10 years ago
Spencer Gibb
f14297ceb2
initial sidecar implementation
10 years ago