Daniel Lavoie
6f32aa95a7
Migrate tests to Spring Boot Test 1.4
...
Fixes gh-1205
8 years ago
Dave Syer
6906c7ba55
Update to 1.1.3 snapshots
9 years ago
Spencer Gibb
7d295bdc8b
Update to SNAPSHOT
9 years ago
Spencer Gibb
b6807fc264
Update SNAPSHOT to 1.1.2.RELEASE
9 years ago
Spencer Gibb
332b5605d6
Update to SNAPSHOT
9 years ago
Spencer Gibb
c3d16ddb30
Update SNAPSHOT to 1.1.1.RELEASE
9 years ago
Dave Syer
c399f1117b
Revert to snapshots
9 years ago
Dave Syer
d9327a02a2
Update for 1.1.0.RELEASE
9 years ago
Dave Syer
24579f67e2
Revert to snapshots
9 years ago
Dave Syer
d99196aeb1
Update to RC2
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
4f31596e4f
Fallback to server.port if management.port not set.
...
See gh-896
9 years ago
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