- 23 Jun, 2015 4 commits
-
-
Brandon Atkinson authored
Move common code so RibbonRoutingFilter can use the same code. Fixes gh-407
-
Spencer Gibb authored
* issue-394-remove-deflate: Removed deflate accept-encoding from outbound requests
-
Brandon Atkinson authored
-
Bertrand Renuart authored
Scan classpath for Jersey resources with Spring and initialize the Jersey filter with a jaxrs Application instead. (Fixes gh-399, fixes gh-400)
-
- 11 Jun, 2015 1 commit
-
-
Bertrand Renuart authored
-
- 08 Jun, 2015 5 commits
-
-
Spencer Gibb authored
This reverts commit 0d468b39.
-
Spencer Gibb authored
ref gh-383
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-374
-
Dave Syer authored
See gh-377
-
- 05 Jun, 2015 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-375
-
- 02 Jun, 2015 4 commits
-
-
Spencer Gibb authored
fixes gh-372
-
Spencer Gibb authored
fixes gh-370
-
Spencer Gibb authored
-
Dave Syer authored
Should be no change for users of Boot 1.2 right now, but with this patch it is possible to use 1.3 with the new conventions for metrics (e.g. in particular exporting by declaring beans of type MetricWriter)
-
- 01 Jun, 2015 1 commit
-
-
Spencer Gibb authored
-
- 28 May, 2015 5 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Bertrand Renuart authored
-
- 27 May, 2015 1 commit
-
-
Dave Syer authored
-
- 26 May, 2015 1 commit
-
-
Spencer Gibb authored
-
- 20 May, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-353
-
- 19 May, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-347
-
Spencer Gibb authored
fixes gh-348
-
- 15 May, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-350
-
- 11 May, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-341
-
- 06 May, 2015 1 commit
-
-
Spencer Gibb authored
Fixed a typo in the doc
-
- 05 May, 2015 4 commits
-
-
Marcin Grzejszczak authored
-
Spencer Gibb authored
fixes gh-328
-
Spencer Gibb authored
-
Spencer Gibb authored
Reason why Eureka instance is not found, is not visible
-
- 04 May, 2015 2 commits
-
-
Spencer Gibb authored
Make creation of the RestClient LAZY as it is no always required (issue #312)
-
Marcin Grzejszczak authored
With the following configuration at `bootstrap.yaml` ```yaml spring: application.name: spring-cloud-hystrix-dashboard profiles.active: prod cloud: config: discovery: enabled: true serviceId: spring-cloud-server-config-with-eureka server.port: 9003 turbine: appConfig: some-service clusterNameExpression: 'default' ``` I wasn't able to see why Turbine can't find the instance. The reason was related to SPEL: ``` org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.InstanceInfo' - maybe not public? ``` Anyways there was nothing there in the logs so maybe it should not be silenced like right now?
-
- 01 May, 2015 4 commits