Spencer Gibb
7dc8b86001
Load ribbon classes if defined via properties.
...
Allows ribbon class name properties to be used to define beans.
This seems like boilerplate, but works, though not easily extensible.
fixes gh-927
9 years ago
Will Tran
dfbfcfecc7
Without explicit client config of IsSecure, lookup from registration
...
instead of defaulting to false.
Fixes gh-1126
9 years ago
Spencer Gibb
7ac81f8fd5
Adds zuul okhttp support & zuul refactor.
...
Adds a OkHttpRibbonCommand and accomanying classes. They should be
considered beta.
Refactors zuul ribbon command classes and tests.
fixes gh-1125
9 years ago
Spencer Gibb
fd36a0cc72
Default to HttpClientRibbonCommandFactory
9 years ago
Spencer Gibb
398c5aa009
upgrade feign to v8.17.0
...
fixes gh-1081
9 years ago
Spencer Gibb
7a90c0cd88
Set entity contentLength to 0 for GET requests.
...
Zuul sets an empty entity for GET requests. The apache http client either sets transfer encoding to chunked or a content length header. This change sets the apache entity contentLength to 0 (not the header), to that in RequestContent the "content-length" header is set to 0 rathern than transfer encoding.
See gh-1042
9 years ago
Spencer Gibb
cfcca5f881
Set entity contentLength for HttpClientRibbonCommand.
...
If the content length isn't set on the entity, when http client determines which header to set, it sets transfer-encoding to chunked rather than content-length.
This fixes a missing content-length issue when using `HttpClientRibbonCommandFactory`.
See gh-1042
9 years ago
Spencer Gibb
ca67265c79
Merge pull request #1120 from jmirc/master
...
* pull1120:
Fix hystrix dashboard TPS.
9 years ago
Jérôme Mirc
b422fe297c
Fix hystrix dashboard TPS.
...
fixes gh-1113
See https://github.com/Netflix/Hystrix/issues/1251
9 years ago
Spencer Gibb
856c47138a
Don't use deprecated constructor.
...
Eliminates a legacy use of a static singleton. This will help allow multiple registrations.
9 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
ff46a7dc50
Merge branch '1.1.x'
...
Conflicts:
spring-cloud-netflix-dependencies/pom.xml
9 years ago
Dave Syer
9e479481cc
Exempt @RequestParams of type Collection from feign expander
...
It isn't very helpful to have a Collection converted to a String
anyway. We need to implement something new in Feign to apply
the converter (expander) to individual elements in the collection
but this change should get back to the old behaviour with
List<String> at least.
Fixes gh-1115
9 years ago
Spencer Gibb
532627fad2
Merge pull request #1106 from spring-cloud/zuul-122
...
Upgrade to zuul 1.2.2
9 years ago
Spencer Gibb
aa23660d0c
Upgrade to zuul 1.2.2
...
fixes gh-1091
closes gh-958
9 years ago
Spencer Gibb
20db868592
Don't send 4xx errors to /error
...
fixes gh-1110
9 years ago
Spencer Gibb
02948657a4
Don't send 4xx errors to /error
...
fixes gh-1110
9 years ago
Spencer Gibb
050c66250c
quote var
9 years ago
Spencer Gibb
88ce4fe81b
skip source generation
9 years ago
Spencer Gibb
e819dd39ca
Only install and skip javadoc generation
9 years ago
Spencer Gibb
cfb13ac59f
quote var
9 years ago
Spencer Gibb
00aee4be00
skip source generation
9 years ago
Spencer Gibb
a669975fb0
Only install and skip javadoc generation
9 years ago
Spencer Gibb
161d719dba
add *.log to .gitignore
9 years ago
Marcin Grzejszczak
ccc75f2978
Bumped up version of cloud-stream to snapshot
9 years ago
Marcin Grzejszczak
8b0598abee
Bumped up version of cloud-config to snapshot
9 years ago
Marcin Grzejszczak
31598b4329
Bumped up version of commons to snapshot
9 years ago
Spencer Gibb
dd220458f8
polish
9 years ago
Spencer Gibb
d4163dde8e
Polish
9 years ago
Spencer Gibb
3bd563e495
remove h2 test dep
9 years ago
Dave Syer
525c5852fb
Add JAVA_OPTS to travis
9 years ago
Dave Syer
69501bd110
Merge 1.1.x
9 years ago
Dave Syer
95e086a543
Revert change to sources plugin
9 years ago
Dave Syer
f6cd2d279d
Update README
9 years ago
Dave Syer
9cab69a968
Update readme script to handle local includes
9 years ago
Dave Syer
6906c7ba55
Update to 1.1.3 snapshots
9 years ago
Spencer Gibb
243c13b7ee
Make turbine.combineHostPort=true the default.
...
fixes gh-1087
9 years ago
Spencer Gibb
09cc1f2db0
polish
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
b3ef770819
Merge pull request #1024 from jebeaudet/fix-query-string-in-class-requestmapping
...
* fix-query-string-in-class-requestmapping:
Support path parms in Class @RequestMapping for feign
9 years ago
Jacques-Etienne Beaudet
726f355e9c
Support path parms in Class @RequestMapping for feign
...
This commit adds the support to SpringMvcContract for path parameters
defined in the class' @RequestMapping Annotation that is applied to all
methods of a feign interface.
fixes gh-1023
9 years ago
Dave Syer
ad7e341b78
Clarify turnine config some more
9 years ago
Dave Syer
53a3076e1c
Add docs on turbine.combineHostPort
9 years ago
Dave Syer
02d935dbaa
Add @ConditionalOnEnabledEndpoint to archaius endpoint
...
Fixes gh-936
9 years ago
Dave Syer
4507d1d46d
Add listener for HeartbeatEvent to refresh zuul routes
...
Fixes gh-1084
9 years ago
Marcin Grzejszczak
2566707256
Zuul filters missing error status code ( #1088 )
...
* Added missing error code for SimpleHostRoutingFilter
* Added missing error code for RibbonRoutingFilter
9 years ago
Spencer Gibb
6b1113e355
Remove condition for eureka healthcheck.
...
fixes gh-1051
9 years ago
Spencer Gibb
de45269ec3
update gradle tip.
9 years ago
Spencer Gibb
479a976459
remove unused property
9 years ago