Dave Syer
91d288d781
Update to Spring Boot 1.3, stage I (make it compile)
10 years ago
Dave Syer
9a45beec1d
Update to Brixton
10 years ago
Dave Syer
3519ecf224
Prepare master for next snapshot
10 years ago
Dave Syer
a903b5d58c
Fix guava imports
10 years ago
Bertrand Renuart
58284a4508
Change Jersey init to avoid classpath scanning issues
...
Scan classpath for Jersey resources with Spring and initialize the
Jersey filter with a jaxrs Application instead. (Fixes gh-399,
fixes gh-400)
10 years ago
Spencer Gibb
aa002b56c4
fixed canceled leases template var referencec
...
fixes gh-375
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
Dave Syer
1c54e6b937
Add annotation processor
10 years ago
Dave Syer
e3a20d5d6b
Update to next snapshot
10 years ago
Dave Syer
069afb2a73
Use logback by default in Eureka server
...
Now that blitz4j 1.36.0 is out, with a bit of hackery we can prevent
it from barfing on startup. Seems worth it (and certainly makes
it easier to embed Eureka server).
Fixes gh-3
10 years ago
Dave Syer
4f39b64f26
Make test Eureka run on port 8761
10 years ago
Dave Syer
63e6c813a3
Remove guava usages (fixes gh-154)
10 years ago
Dave Syer
b5bd371d8c
Be defiensive about errors getting remote status
10 years ago
Spencer Gibb
32a9033661
upgrade to netflix eureka to 1.1.147
...
fixes gh-180
10 years ago
Spencer Gibb
a0b73fe7c7
migrate from slf4j to commons logging
...
fixes gh-147
10 years ago
Spencer Gibb
e7331098fa
change protected and package scope fields to private
...
fixes gh-149
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
a5d2d2abe5
Add configuration properties for Eureka dashboard
...
Not used by the app itself, but will show up in metadata reports
and in tooling, so useful for documentation purposes.
See gh-125
10 years ago
Dave Syer
e6c7422c00
Use <@spring.url/> for all relative paths in FTL
...
Fixes gh-125
10 years ago
Julien Roy
11201762a7
Eureka dashboard controller path mapping can be configured or disabled
10 years ago
Dave Syer
34785b6bdd
Make actuator dependency optional in netflix-core
...
Fixes gh-117
10 years ago
Dave Syer
4a77b86d08
Minify Javascript so it isn't needed in jars at runtime
10 years ago
Spencer Gibb
4d9281c2af
reset zuul routes when eureka sends catalog delta.
...
fixes gh-76
10 years ago
Spencer Gibb
7765c721ca
basePath should always be /contextPath/servletPath/ (the last slash being the location of the eureka dashboard)
...
fixes gh-101
10 years ago
Spencer Gibb
ba6a414d1d
fix double slashes in eureka server
...
fixes gh-100
10 years ago
Dave Syer
7ba9998646
Add optional/runtime to lombok
10 years ago
Dave Syer
29eea6d9b6
Call postInit() aggressively on InstanceRegistry
...
To avoid possible NPE when the registry is used before it is initialized.
Fixes gh-97
10 years ago
Dave Syer
e155601c40
Add log at info when Eureka starts
10 years ago
Spencer Gibb
5964d160a1
remove deprecated @EnableEurekaClient and replace with @EnableDiscoveryClient
...
fixes gh-85
10 years ago
Dave Syer
0f281bc9e1
Initialize log4j to prevent blitz4j from freaking out
10 years ago
Dave Syer
aed4369502
Add ignored test to show that blitz4j is not responding
...
Blitz4j is definitely preventing the log levels from being changed at runtime
through the normal Spring boot channels.
Fixes gh-48
10 years ago
Dave Syer
a1ae9673bf
Add ignored test to show that blitz4j is not responding
...
Blitz4j is definitely preventing the log levels from being changed at runtime
through the normal Spring boot channels.
Fixes gh-48
10 years ago
Spencer Gibb
3a06632301
added @EnableCircuitBreaker deprecated @EnableHystrix .
...
removed classes now in spring-cloud-commons
10 years ago
Dave Syer
7b325044c1
Update wro4j to run in Eclipse
10 years ago
Dave Syer
af1278a472
Ensure static resources load from relative paths
...
Most browsers support <base href="..."> these days and there
was one already in statut.ftl (but not in navbar). Added a test
that asserts the css is loadable as well.
Fixes gh-55
10 years ago
Dave Syer
83ed396939
Add back trace filter
10 years ago
Dave Syer
35d02f75ae
Switch eureka endpoint to /eureka
...
All static content is excluded in the Jersey config, so we can use
/eureka for the prefix to the Eureka API (i.e. /apps etc.)
Fixes gh-44
10 years ago
Dave Syer
f99b9935fb
Remove unecessary Boot 1.1.5 artifacts
...
See gh-39
10 years ago
Dave Syer
df0d44d153
Update docs and tests for /eureka path
10 years ago
Dave Syer
5055b46e24
Change default eureka path
...
/v2/* -> /eureka/api/*
The prefix can't be /eureka because we use that for static
resources. Note that the "api" prefix gets passed to the
Jersey resources as a "version" (and defaults to "v2" when
it can't be parsed).
Fixes gh-41
10 years ago
Dave Syer
8db14f042d
Extract ID from instance info
10 years ago
Dave Syer
859c96d31b
Switch to using EurekaClientConfig to determine client zone
...
This makes perfect sense since there is already support in the API.
Unfortunately Eureka also uses that information to set the Server
zones by default (duh?!) - see DiscoveryClient.getZone(InstanceInfo),
so unless you aggressively update them, the zones will all be the same
in all servers.
I fixed that problem by unconditionally applying the "domain as zone"
guess algorithm, which is fine unless you actually want to use
the Amazon metadata. So that's an outstanding problem
See gh-30
10 years ago
Dave Syer
e52949e592
Move eureka events to server project
10 years ago
Dave Syer
5bded8aa85
Make Eureka into a CF service broker
10 years ago
Dave Syer
6bfa468ace
Tweak UI a bit
10 years ago