Ryan Baxter
cca3744396
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
8 years ago
Ryan Baxter
c98c50291c
Going back to snapshots
8 years ago
Ryan Baxter
e9035ab3e0
Update SNAPSHOT to 1.3.0.RELEASE
8 years ago
Ryan Baxter
a669a309f6
Revert "Version changes for Dalston.RC1"
...
This reverts commit a628ba1b8f
.
8 years ago
Ryan Baxter
a628ba1b8f
Version changes for Dalston.RC1
8 years ago
Biju Kunjummen
99d9b17a2d
Moves EurekaServerConfiguration to auto-configuration
...
Eureka ServerConfiguration is now auto-configuration based, instead of being explicitly specified via configuration pulled in through @EnableEurekaServer . This way specific beans can be conditionally overridden, configuration can be re-ordered.
Supports PeerEurekaNodes bean to be overridden by the user
Fixes gh-1717
8 years ago
Ryan Baxter
ed6c4b1925
Revert "Version changes for 1.3.0.M1"
...
This reverts commit 46ee0ce161
.
8 years ago
Ryan Baxter
46ee0ce161
Version changes for 1.3.0.M1
8 years ago
Spencer Gibb
3b41b5e15f
Remove mocks for application event listeners.
...
fixes gh-1616
8 years ago
Biju Kunjummen
98cd592f3e
Fix null instanceinfo on EurekaInstanceRenewedEvent ( #1574 )
...
Fixes gh-1546
8 years ago
Dave Syer
a99e23f9fc
Update to Boot 1.5.0
8 years ago
Spencer Gibb
111a95d262
Fix Eureka Ribbon Auto Config conditions.
...
Specifically, add `@ConditionalOnBean(EurekaClient.class)`.
Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception.
fixes gh-1511
(cherry picked from commit d1f8c03)
8 years ago
Spencer Gibb
aec8ec43ef
Fix broken test.
8 years ago
Spencer Gibb
93cd1e7a4a
Upgrade to eureka 1.6.0
...
fixes gh-1345
8 years ago
Spencer Gibb
428ed6c88c
Bump to 1.3.0.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
81959b5ef3
Use new FilterRegistrationBean package.
...
Breaks Spring Boot 1.3 compatibility, enables 1.5
8 years ago
Spencer Gibb
ddc1069e86
Move properties to new namespace.
...
Moving eureka.server.{expectedNumberOfRenewsPerMin,defaultOpenForTrafficCount} to eureka.instance.registry so relaxed binding can be used. Default to old values for backwards compatibility.
8 years ago
Ryan Baxter
c9704d3c97
Updating versions for next release
8 years ago
Ryan Baxter
34775eb8db
Revert "Version changes for the release"
...
This reverts commit 90d6490fea
.
8 years ago
Ryan Baxter
90d6490fea
Version changes for the release
8 years ago
Bartłomiej Słota
4aaa7d0555
InstanceRegistry class refactor + renew method test #1376
8 years ago
Bartłomiej Słota
279edf0665
super class method wrappers removal and test update #1376
8 years ago
Bartłomiej Słota
151e021ef9
formatting fixed + tests, fixes #1376
8 years ago
Bartłomiej Słota
dd97b6a4b7
#1376 Register and cancel event sending fix
8 years ago
Ryan Baxter
b91fa734d2
Bumping versions for next release
8 years ago
Ryan Baxter
302eae6aeb
Revert "version changes for Camden release"
...
This reverts commit 088afa6d71
.
8 years ago
Ryan Baxter
088afa6d71
version changes for Camden release
8 years ago
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