- 23 May, 2016 2 commits
-
-
Spencer Gibb authored
Fix minor misspelling in docs
-
Ryan W. Moore authored
-
- 18 May, 2016 1 commit
-
-
Dave Syer authored
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
-
- 17 May, 2016 5 commits
-
-
Dave Syer authored
-
Dave Syer authored
The way it was being used internally means that we didn't need the annotation anyway. It would be nice to have it back if the Spring issue gets resolved, because then we could actually use it as intended. Fixes gh-1025
-
Dave Syer authored
-
Jacques-Etienne Beaudet authored
This commit adds the support for query string defined in the class' @RequestMapping Annotation that is applied to all method of a controller. Fxies gh-1023, fixes gh-1024
-
- 16 May, 2016 1 commit
-
-
Dave Syer authored
Before this change we were seeing test failures in spring-cloud-netflix-eureka-server (but only with Spring Boot 1.4) caused by annotation processing explosion when RefreshScopeAutoConfiguration is not on the classpath.
-
- 12 May, 2016 2 commits
- 11 May, 2016 2 commits
-
-
Marcin Grzejszczak authored
-
Dave Syer authored
This test should run with Spring Boot 1.4.0.M2 now. See https://github.com/spring-projects/spring-boot/issues/5870
-
- 10 May, 2016 2 commits
- 09 May, 2016 1 commit
-
-
Dave Syer authored
When the users explicitly sets the sensitive headers of a rroute to empty, it means they should be empty, not the global defaults. Fixes gh-1012
-
- 06 May, 2016 12 commits
-
-
Spencer Gibb authored
* issue-966-fix: Adds path parameter to @FeignClient.
-
Venil Noronha authored
Fixes gh-966
-
Spencer Gibb authored
Typo fixes
-
Tommy Ludwig authored
-
Dave Syer authored
-
Dave Syer authored
-
Spencer Gibb authored
* pull1007: Updating RxJava version to 1.1.5 This update on RxJava version is in regards to the PR that got merged [`here`](https://github.com/ReactiveX/RxJava/pull/3820) for making RxJavaPlugins' `reset` method to be public. We have to work this around in Spring Sleuth. Details on the implementation can be found [`here`] (https://github.com/spring-cloud/spring-cloud-sleuth/pull/243).
-
Shivang Shah authored
This update on RxJava version is in regards to the PR that got merged [`here`](https://github.com/ReactiveX/RxJava/pull/3820) for making RxJavaPlugins' `reset` method to be public. We have to work this around in Spring Sleuth. Details on the implementation can be found [`here`] (https://github.com/spring-cloud/spring-cloud-sleuth/pull/243). 1.1.5
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
- 05 May, 2016 1 commit
-
-
Dave Syer authored
The jackson version needs to be explicit (not in parent potentially) and there is a weirdness with @RequestMapping in Spring 4.3
-
- 04 May, 2016 3 commits
-
-
Spencer Gibb authored
* fix-IgnoredHeadersCasingNotIgnored: Sensitive headers set in PreDecorationFilter no longer override previously set ignored headers. Removed the case sensitiveness when the sensitive headers are set. Fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/1003 Test for default ribbon client configuration Tidy up more compiler warnings for generics Add note to clarify that zuul starter does not include discovery
-
Jacques-Etienne Beaudet authored
Removed the case sensitiveness when the sensitive headers are set. Fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/1003
-
Dave Syer authored
-
- 03 May, 2016 2 commits
- 02 May, 2016 1 commit
-
-
Spencer Gibb authored
Fixes gh-947
-
- 28 Apr, 2016 3 commits
-
-
Sébastien PERALTA authored
Fixes gh-993
-
Dave Syer authored
Adds an `@ExportMetricReader` which was missing before and led to people losing their metric exports when they had Servo on the classpath. Also allow servo metrics autoconfiguration to be disabled via a flag netflix.metrics.servo.enabled=false (as an alternative to excluding the class in `@EnableAutoConfiguration`).
-
- 27 Apr, 2016 2 commits
-
-
Dave Syer authored
-
Dave Syer authored
The zone for a remote server comes from its eureka.instance.metadataMap.zone, but we didn't (until this change) apply the same logic to the client. If the client is registering itslef with eureka then it will have a metadataMap itself and we should be able to just reverse the logic. Fixes gh-991
-