Ryan Baxter
08ed3c7fc4
Revert "Updated versions for Camden.RC1 release"
...
This reverts commit 3c1a23e7b1
.
8 years ago
Ryan Baxter
3c1a23e7b1
Updated versions for Camden.RC1 release
8 years ago
Spencer Gibb
d04df564f0
Try and fix old static wonkiness in test.
8 years ago
Spencer Gibb
5f192dd6ce
Fix NPE when instance has no status page url.
...
fixes gh-1285
8 years ago
Ryan Baxter
047e25f7f7
Revert "Camden.M1 release"
...
This reverts commit 258e53a402
.
8 years ago
Ryan Baxter
258e53a402
Camden.M1 release
8 years ago
Dave Syer
68cf346025
Change repo URLs to https
8 years ago
Daniel Lavoie
6f32aa95a7
Migrate tests to Spring Boot Test 1.4
...
Fixes gh-1205
8 years ago
Spencer Gibb
83cdf647c9
Angel eureka clients can use brixton eureka servers.
...
Updates so CloudJacksonJson extension is properly recognized by Eureka
Server as LegacyJacksonJson.
see gh-978
fixes gh-1111
9 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
Spencer Gibb
2ff2ce4de4
Only prepend hostname if it has text
9 years ago
Dave Syer
a0c1b4c05d
Align instanceId calculation with the one done on the client
...
The Angel client has an idiosyncratic way of calculating an instance
id, and the Brixton client aligned with that already, but the
Brixton server did not. This change should make Brixton Eureka
Servers work with Angel clients.
See gh-978
9 years ago
Dave Syer
c399f1117b
Revert to snapshots
9 years ago
Dave Syer
d9327a02a2
Update for 1.1.0.RELEASE
9 years ago
Matt Reynolds
5c2937b05c
filter basic auth credentials from Eureka replica data for display
...
so they don't appear on the dashboard
Fixes gh-974
9 years ago
Dave Syer
8b306df132
Use @PropertySource instead of @Bean for http encoder properties
...
Protects us against changes in Spring Boot 1.4 where the naming
convention changes.
9 years ago
Dave Syer
24579f67e2
Revert to snapshots
9 years ago
Dave Syer
d99196aeb1
Update to RC2
9 years ago
Spencer Gibb
1c4db22c28
Angel metadata.instanceId works with Brixton
...
Fixes gh-642
9 years ago
Marcin Grzejszczak
3f9e76b876
Revert to snapshots
9 years ago
Marcin Grzejszczak
29988b5f58
Bump for 1.1.0.RC1
9 years ago
Dave Syer
bc0eef9ae2
Exclude jackson XML from eureka client by default
...
Any client that wants to can include it back again, but generally
it only causes problems (XML returned from apps instead of
JSON by Spring MVC for instance). In general it only causes problems
for services whose clients use "Accept: application/xml,*/*", for
instance (like a browser).
See gh-306
9 years ago
Dave Syer
1a96e594f0
Do not override register() method in instance registry
...
The super class deals with syncing to peers, so we need that
call. It still delegates to the other register method and seems
to work just fine without the override.
Fixes gh-838
9 years ago
Dave Syer
32b3ca4159
Set registration retries to non-zero by default if peered
9 years ago
Dave Syer
443406f75f
Revert to snapshots
9 years ago
Dave Syer
61ef6dd511
Update to 1.1.0.M5
9 years ago
Dave Syer
7bdab0f23b
Relay eureka.environment to Archaius if it is set
...
Apparently we already support eureka.datacenter as an alias for
archaius.deployment.datacenter and it looks like when that code
was written we intended to support eureka.environment in a similar way.
But it was never finished off, so this change adds the necessary one
line of code.
Fixes gh-791
9 years ago
Dave Syer
b46dab3099
Put @Bean EurekaServerConfig in nested class to avoid cycle
...
A new integration test ill be added in spring-cloud-samples/tests.
Fixes gh-759
9 years ago
Spencer Gibb
b894f8dbb3
Upgrade archaius to v 0.7.3
...
Added spring-cloud-starter-archaius so downstream projects
like consul and zookeeper don't need to maintain the list of
archaius depenencies.
fixes gh-765
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
alexVengrovsk
8957a40328
Update InstanceRegistry.java
9 years ago
Spencer Gibb
d23a57d13b
Don't extend EurekaBootStrap.
...
EurekaBootStrap implements ServletContextListener which causes problems because of early instantiation.
fixes gh-664
9 years ago
Spencer Gibb
4721bee8f2
allow EurekaServerConfig to be overridden.
...
fixes gh-657
9 years ago
Spencer Gibb
415cd1d83c
Remove unneeded hardcoded initializers.
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
1e716ff2c2
Upgrade eureka to v1.3.4
...
fixes gh-589
9 years ago
Spencer Gibb
7eb5855815
fix resource filtering so it works with boot 1.3.x
...
get's eureka branding back.
fixes gh-627
9 years ago
Spencer Gibb
fa75ddf452
polish
9 years ago
alexVengrovsk
914fee9ae4
Add isDebugEnabled() check
...
It is good thing to make this checks because of expensive concatenation of String objects (debug messages).
9 years ago
Spencer Gibb
7fcc559edb
Remove blitz4j
...
fixes gh-527
9 years ago
Spencer Gibb
f878cfcf67
Polish
9 years ago
Spencer Gibb
7cf0fa4824
add support for HasFeatures
9 years ago
Andrei Sfat
60b437e2c5
Update eureka admin page
...
When click one of the up and running instances this should open the actual instance in separate tab
9 years ago