Spencer Gibb
62d340bcfe
Support @AliasFor annotation elements in Feign.
...
fixes gh-766
9 years ago
Dave Syer
9287e66cfc
Add ServerProperties in case not a web app (for tests)
9 years ago
Dave Syer
98e1ac7375
Add fullPath as convenience property on Route
...
More often than not what Route.path was used it had to be concatenated
with the prefix. This change just encapsulates that concern in the
Route itself.
9 years ago
Dave Syer
f9fc8ba8aa
Change signature of RouteLocator.getRoutes()
...
If it returns Routes instead of Strings it's a lot more obvious
what it's supposed.
9 years ago
Dave Syer
2585798ab5
Consolidate RouteLocator features in base class
9 years ago
Marcin Grzejszczak
1d85260ccd
Fixed wrong branch of the script for e2e
9 years ago
Marcin Grzejszczak
e4f81fb62e
Updated e2e scripts
9 years ago
Marcin Grzejszczak
1e582dea0a
Added killing of apps after e2e tests
9 years ago
Spencer Gibb
f00f761996
Support feign hystrix fallbacks.
...
Added @FeignClient(fallback).
Renamed FeignClientFactory to FeignContext.
fixes gh-762
9 years ago
Spencer Gibb
390f0016e6
Upgrade to Feign 8.14.1
...
fixes gh-727
9 years ago
Dave Syer
3ecd9cb0cf
Move discovery related route locator stuff into a new package
9 years ago
Dave Syer
9161c54c43
Factor out common interface from ProxyRouteLocator
...
The RouteLocator interface wasn't very useful to anyone in its
1.0.x form. If ProxyRouteLocator features are consolidated into
the RouteLocator interface then users can supply their own
strategies more easily.
Also added RefreshableRouteLocator for implementations that need
to recompute routes when something changes. SimpleRouteLocator
doesn't need to do that because all the routes are in the configuration.
9 years ago
Spencer Gibb
b4cf375044
ignore ipr
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
af88007cc3
Merge pull request #745 from jkschneider/metrics-deconflict-services
...
Servo and Spectator metrics defer to other Counter/GaugeServices
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
Marcin Grzejszczak
1ee1a924ba
Reverting changes before adding acceptance tests
9 years ago
Dave Syer
704fa7a1be
Ensure we are using dependencies poms from other projects
9 years ago
Dave Syer
682b71565d
Add profile for repos
9 years ago
Dave Syer
3f742d9675
Add spring-cloud-netflix-dependencies module as a BOM
...
The new module is a BOM that doesn't have any parent or direct
dependency management in spring-boot-*. So users can include it
in their dependency management without polluting the spring boot
dependency versions.
Luckily it can also be used in the main spring-cloud-netflix pom,
which should no longer be used as a BOM.
9 years ago
Dave Syer
0e8ce13c07
Copy javadocs from interfaces to config property fields
9 years ago
Dave Syer
e4a1b50edb
Change name of mispelled class
9 years ago
Dave Syer
832bd41f5d
Add some docs for config properties
9 years ago
Jon Schneider
af5c2360ea
Servo and Spectator metrics defer to other Counter/GaugeService implementations
9 years ago
Marcin Grzejszczak
86e16f58b9
Analysing the stalling test issue
9 years ago
Marcin Grzejszczak
13aa5be9b9
Changing maven logging level
9 years ago
Marcin Grzejszczak
1e13740bda
Trying to fix the hanging build
9 years ago
Marcin Grzejszczak
7e738dedc5
Temporarilly adding more logging to maven
9 years ago
Spencer Gibb
d809ac9999
fix eureka-first test
9 years ago
Marcin Grzejszczak
952be93124
Removed unnecessary sudo: false
9 years ago
Marcin Grzejszczak
096f452cfa
Trying to make the build pass
9 years ago
Marcin Grzejszczak
7b8a02ede8
Added running of acceptance-tests
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
03f6d12e50
Implement ServiceInstance.getMetadata.
...
Introduce ServerIntrospector.getMetadata(Server).
fixes gh-419
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
Marcin Grzejszczak
ad2716c361
Removed increased polling interval
9 years ago
Marcin Grzejszczak
fae2c5d1b5
Increasing polling interval for e2e tests even more
9 years ago
Marcin Grzejszczak
de1021e20c
Increased polling interval for e2e tests
9 years ago
Marcin Grzejszczak
e5a58ef7c1
Removed version param to use default BOM Brixton Snapshot version
9 years ago
Spencer Gibb
d36fff1772
remove outdated RUNNING.md
9 years ago
Spencer Gibb
8d259b9d8f
Merge pull request #669 from zanella/invalid_hostname
...
* invalid_hostname:
Added check for invalid hostname
9 years ago
Rafael Zanella
7c7513ee25
Added check for invalid hostname
...
The exception class has to be "fixed"
You may register a serviceId with invalid URI characters (e.g.: '_'), but the URI::getHost() fails when such chars are found.
9 years ago
Spencer Gibb
4ffeff200e
Merge pull request #734 from hscholz/master
...
* pull734:
fixes gh-716 adds option to decode 404s
9 years ago
hscholz
66c047e6d5
fixes gh-716 adds option to decode 404s
9 years ago
Spencer Gibb
a00fd2c348
Merge pull request #663 from jettro/master
...
* pull663:
Case insensitive Content-Encoding check
9 years ago
Jettro Coenradie
f707e5f053
Case insensitive Content-Encoding check
...
Fixes a problem with a header in the response containing
content-encoding in lowercase letters. Uses HttpHeaders for case
insensitve check.
Also fixes an issue checking if a request is made for gzip content.
If headers has more than gzip (ie gzip,deflate,sdch), checks if
contains gzip instead of equals to.
Fixes gh-662
9 years ago
Spencer Gibb
a61c18c69c
polish
9 years ago
Spencer Gibb
7234a99756
Merge pull request #735 from jkschneider/metrics-gauge-deconflict
...
* jkschneider-metrics-gauge-deconflict:
Deconflict GaugeService provided by Servo/Spectator integration
9 years ago
Jon Schneider
33d651847d
Deconflict GaugeService provided by Servo/Spectator integration
9 years ago